Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Protecting assembly from hacker

Returning HttpStatus codes with message from WCF Rest service that IParameterInspector AfterCall can handle

c# .net wcf .net-4.0 wcf-rest

Any tools for detecting all the .NET dll's referenced

.net utility

C# - IoC - Autofac Dependency Injection on WebAPI 2

How can I detect if GC.Collect() was run manually?

.net garbage-collection

How to format double value as price without currency sign and with special case for no decimals

c# .net

Difference in the properties for the same dll in c#.net and vb.net

c# .net vb.net

How can I measure the approximation of the time spent in a process context switch?

MessageBox in Powershell not brought to front

c# .net powershell messagebox

Website/Web App Architecture Advice [closed]

.net html css silverlight

How to handle connections in data access layer ( .net )

.net data-access-layer

Limit Values for Properties in .NET

System.Collections - why so many options?

.net arrays collections list

Things a .NET developer needs to know when using a MYSQL backend

c# .net mysql vb.net

Handling single and multiple values in C# methods effectively

c# .net methods

Rewriting a Url which can contain 1 or 2 querystrings with URLRewriter.NET?

How does .Net Framework versions handle backwards compatibility

Does a .NET library for the W3C Markup Validator API exist? [closed]

.net soap w3c w3c-validation

How to display a Reporting Services report as an inline PDF, in a ASP.Net and C# web page?

Creating and initialising different sub-types without lots of casting

c# .net generics