Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

DES-ECB encryption and decryption

c# encryption base64 des

Using P/invoke to improve performance, feasible or just wishful thinking?

Find a list of non-duplicate numbers in a collection. Can this be done more efficient/shorter code?

c#

SelectTokens pattern for element according to sub-element value (C#, Json.NET)

c# .net json json.net

How does IsInitiating working on a WCF contract?

Unexpected behavior in CookieContainer object when version is specified in response Set-Cookie C# .NET 2.0-4.0

moving duplicated directories back to root directory

c# .net c#-4.0

PropertyDescriptor.SetValue not working in ModelBinder

IIS6 ASP.NET 2.0 Application Cache - data storage options and performance for large amounts of data

c# asp.net caching iis-6

Updating Entity Before Deleting

LINQ to SQL Transaction when Transaction is type Table<Transaction>

c# linq-to-sql transactions

C# Int vs Byte performance & SQL Int vs Binary performance

c# sql

Automating web deployments in C#

c# .net deployment

Replace Conditional with Polymorphism - How to handle when your type changes?

c# refactoring polymorphism