Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

WPF WebBrowser - detecting redirects?

c# wpf facebook

data structure to eliminate multiple hashtables in c#

Regex to remove special/invisible characters

OData - How to query DateTime greater or equal to given value

How would I unit test this method?

c# unit-testing moq xunit

Invalid child element 'xxx' in namespace 'http://yyy' while there is actually no extra namespace setting in xml

c# xml xsd xml-namespaces

Converting String to Byte Array and vice versa

c# encoding

Throwing exception instead to deal with returns

Generic type in C#: restricting the type parameter to be a collection

c# generics collections

how database connection pool impacts performance?

Passing Delegate object to method with Func<> parameter

Removing the WHERE clause in a Linq query

c# linq linq-to-sql

Thread.Join on multiple threads with timeout

c# multithreading

"End of Message" String for Sockets

c# sockets

Namespace constant thingy for forward slash

c# .net namespaces

Cannot use pinvoke to send WM_CLOSE to a Windows Explorer window

c# pinvoke

Programmatically generate script for all objects in a database

c# sql sql-server scripting

C# for UI, c++ for library

c# c++ mfc

C# -IComparable<T> and IEquatable<T> [duplicate]

c# generics

Force a group in ListCollectionView to be first

c# wpf