Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

.NET: Strange behaviour of double.Equals() when boxing

.net comparison boxing

Unit Testing User Interface. What is an effective way?

.net winforms unit-testing

Literal ampersands in System.Uri query string

.net escaping uri query-string

How to serialize this Xml in .NET (array)

.net xml-serialization

working with xbrl in .net

.net xbrl

Integration of C#, F#, IronPython and IronRuby

c# .net f# ironpython ironruby

Adding a single character to my .NET RegEx causes it to hang

.net regex freeze

How to determine feed type of a .NET SyndicationFeed (RSS vs Atom)?

Parsing every part of an HTTP header field-value

c# .net http parsing rfc2616

Connect to remote MongoDB instance from ASP.NET

Which static class initializes first?

content inside zip file

c# .net zip

Windows Service throws System.BadImageFormatException on Windows Server 2008, x64, .NET 4 migrated from 3.5

Deleting a file forcefully even though it is being used by the other process

c# .net

SQL Server SMO take back up locally from remote server

.net sql-server backup smo

log4net: writing a header to each rollover log segment

c# .net logging log4net

Exit Application from ApplicationContext

c# .net

How do I gracefully close another application?

.net winapi c++-cli

How to make keyboard shortcuts in .NET

c# .net keyboard-shortcuts

How do I use a C++ library from C# and .NET?

c# .net c++ dll