Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Simple question about Registry CreateSubKey

c# .net windows registry

Is there a Visual Studio add-in for populating resource files from strings in a code file?

Difference between extension method and direct query

c# .net linq

Is Multiplication Faster Than Comparison in .NET?

c# .net performance

throwing exception from WCF

c# .net wcf exception

How should threads update global data in the main program?

How to configure Microsoft Enterprise Library Logging Application Block to handle any logging category?

ExecuteScalar() analogue in custom Linq to Sql query

Is it possible to use a trusted connection (SSPI) with the SQLDMO API?

Why does a custom attribute appear both in IL and Metadata?

.net metadata cil il

Waiting on an IAsyncResult method that waits on another IAsyncResult (Chaining)

Convert TimeSpan.TotalMilliseconds to long

c# .net timespan

Design choices for integrating license handling

c# .net design-patterns

Connection using enlist=false does not close after being manually enlisted in distributed transaction

String interning and equality operators

.net string

ASP.NET MVC 3 Model Binding Resources

AssemblyBuilder reference assembly

Using reflection to override virtual method tables in C#

Distributed DDD in .NET: Sharing Domain Objects with Client

Create a Service using C#

c# .net windows-services