Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is there possibility to create *.config file from scratch programatically in .NET (C#)?

c# .net app-config

C# return non-modifiable list

Log4Net: How to add simple indexer (row number) to each log line

c# .net logging log4net

c# why Convert.ToInt16(num) vs ToInt16(num)?

c# .net

Creating Own Exceptions

c# .net vb.net error-handling

Boxing and Unboxing [duplicate]

c# .net clr

Extract keywords from text in .NET

.net linq search sorting keyword

System.Management access denied

.net asp.net permissions

Storing data in memory, which is a good way?

c# .net memory

show file upload progress in .net

c# .net asp.net asp.net-mvc

.NET Change Temp Path

.net azure file temp

Manage many TCP connections effectively and efficiently

c# .net c#-4.0 tcp

Getting exception when using DateTime.Parse method

c# .net datetime time timezone

How to get remote machine OS version in .Net, without WMI?

c# .net

Manipulating Word 2007 Document XML in C#

c# asp.net .net xml ms-word

PrivateObject does not find property

c# .net unit-testing mstest

.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