Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Create a class which can be instantiated like the XNamespace class

c# .net instantiation

Can I reference a .NET 4.5 project from a .NET 4.0 project?

.net visual-studio-2012

Performance improvements from upgrading .NET Framework

.net clr

TDD: .NET following TDD principles, Mock / Not to Mock?

c# .net mocking tdd

Is there a good way to clear an ICollection<T> without knowing T?

c# .net generics

C#.NET regex not working as expected

c# .net regex

Can I Make Extension Methods For System.IO.Path Class? [duplicate]

c# .net .net-4.0

Getting property names of a class using expressions, static methods, and a base object

c# .net linq c#-4.0

Hijri calendar is 1 day too early.

c# .net calendar hijri

"Path.GetFullPath" and network paths

c# .net path

Bind to DataContext Property from within DataGridColumn

How is String.Substring more efficient than String.Split?

c# .net

Parsing UTF8 JSON response from server

c# .net json http utf-8

SQL Server slow inserts - SqlBulkCopy performance

How to Validate Phone Number Field to accept only numbers and maximum 12 digits?

c# asp.net .net regex

Deserializing C# Binary in Java

c# java .net serialization

DocumentFormat.OpenXml 2.5 in .NET 3.5.1 gives warnings

.net openxml openxml-sdk

How to schedule the start and stop of a Windows service?

.net windows-services cron

HttpWebRequest is slow with chunked data

c# .net http web

Process memory v.s. AppDomain memory allocation

.net memory clr appdomain