Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

IL, emit default constructor call

c# .net code-generation il

Patching a .NET Application

.net patch

Best data structures for searching millions of filenames? [duplicate]

Debug into WCF Service

Text button on toolbar

.net winforms toolbar

How to testing Authorize Attributes with Roles in .net MVC 3?

should Exceptions always be public

.net exception

Sitecore presentation: Not using XSLT renderings at all

Need a dialog box to browse computers on a network

c# .net openfiledialog

Is there a good pattern for naïve assembly initialization?

c# .net

.net bootstrapper for online distribution

.net bootstrapper

MySql + entity framework = Every derived table must have its own alias

IList<T> version of String.IndexOf (finds a sub-'string', not just a single object)

c# .net algorithm

Using uTorrent Web API via .NET

how to Cast string to a given Enum

c# .net enums

Convert IEnumerable to IEnumerable<T> when T isn't known until runtime

.net generics reflection

"does not contain a definition...and no extension method.." error

c# .net wpf compiler-errors

.NET XmlSerializer and decimals

c# .net xml xsd

Should .GetHashCode() return same value for two objects having different refences in the memory?

c# .net hash equals gethashcode

Databinding 101. How to do it in .Net