Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

.NET Return value vs thrown Exception Design question

.NET: Get all classes derived from specific class

C# Execute code before constructor

c# .net

OnSerializing/OnSerialized/OnDeserializing/OnDeserialized why not an interface?

c# .net serialization

How to use custom Errors page in Windows Authentication

Hold values in request scope in MVC 3 without IOC?

.net .net-4.0 asp.net-mvc-3

strtotime equivalent in .NET

What's the reason of using Thread.Sleep in multi-threaded applications?

Disable XML validation when using XDocument

c# .net validation linq-to-xml

Performance of static properties/functions

Get Sitecore "Site" data from web.config in WCF

c# .net wcf web-config sitecore

Anyone using Sendgrid's parse API with c# ASP.NET MVC [closed]

Is Pex and Moles project still active?

.net testing moles pex

How should I stop users from modifying my data files?

c# .net security file

How to catch specific exceptions when sending mail?

c# .net exception-handling

Get the default value of a property given its name

How to change the background image of button on runtime?

Throw exception on single FluentValidation rule failure

c# .net fluentvalidation

Can I lock a collection in the get accessor?

c# .net multithreading

Writing XML to a file without overwriting previous data

c# .net xml file-io