Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How do you get the ephemeral port number of a client in ASP .NET?

.net asp.net tcp

Rx Let function

c# .net system.reactive

Parsing non-standard date formats with DateTime.TryParseExact

How can I find out what process is using my file?

.net visual-studio build

How do I manage WCF log file sizes programatically?

.net wcf web-services logging

Is a good idea to use a GUID in name of files generated by users?

c# .net guid

How to obtain the identity of an entity after calling SaveChanges() when the entity is mapped to stored procedures

ASP .NET MVC 3 Models + stored procedures

In .NET, what is the rationale for Strings initializing to null?

.net string initialization

AppFabric vs System.Runtime.Caching

.net wcf caching appfabric

How to call a method in the where clause of a LINQ query on a IQueryable object

Where is the .Net Configuration Tool (mscorcfg.msc) in Windows 7?

COM multi-threading support

.net visual-studio com

When to separate code into new assemblies (DLL's)

How to convert byte[] to a string using .NET to produce same string as SQL Server Convert format 1 or 2?

c# .net sql-server encoding

Can serializing the same object produce different streams?

.net serialization

Would the following pattern of unsubscribing your self from an event via closure cause any problems?

How to do a find in a Resource file?

Custom Event handler is getting called twice?

c# .net events

Is Time Series implementation using functional programming (F#) recommended?