Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What happens under the hood when you cast an enum to an int in C#?

c# .net enums casting

Alternative to VB.NET's Type Conversion functions (CBool) in C#?

What's the best way to remove strings?

c# .net string performance

System.Predicate<T>: Is this really what it means, or is this what it is used for?

c# .net definition predicate

How to insert row at any desired position in datatable?

raising .net events from another class?

.net vb.net events

Algorithm in .NET to detect simple typos

how to get data from url on asp.net

.net asp.net query-string

String list remove

c# .net list foreach contains

Sorting in SQL Server or .NET?

.net sql-server sorting

What would you put into the unit test of a repository class (data access layer)?

If I know .NET 4.0 is installed on a user's machine, can I assume .NET 2.0 is as well?

c# .net c++

How to realize right IEnumerator interface for multiple foreach?

C# why shall I use "new" keyword when subscribing for an event?

c# .net events delegates

How is HashSet<T>.Contains faster than List<T>.Contains?

C# version of OpenSSL EVP_BytesToKey method?

c# .net encryption openssl md5

override ToString() for an int element in a class

c# .net

Log4Net File Appender Not Logging

.net log4net

.NET Regex - "Not" Match

c# .net regex

Accepting a Byte array, vb6 to C# interop

c# .net vb6 interop