Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Linq To Sql and identity_insert

Where to write unit test code?

c# .net unit-testing

Nth root of small number return an unexpected result in C#

c# .net math floating-point

JSON in non-Javascript applications

c# .net json architecture

DateTime.ToString() display meridiem as "A.M." or "P.M."

.net asp.net datetime

Converting a int to a BCD byte array

c# .net encryption bcd

Can I use C++/CLI (.NET Winforms/WPF ) to provide GUI for app written in native C & C++

.net c++ wpf winforms c++-cli

Why is creating a new thread expensive?

How reliable is .NET TCP protocol?

c# .net networking tcp protocols

How can a variable typed as an enum take a value that is out of range of its elements?

c# .net enums default-value

Task with event notification - .net 4

LINQ - The difference between .Select(n => n.Name) and .Select(n => new { n.Name } );

c# .net linq entity-framework

NHibernate vs. EF 4.1+ [closed]

Is there a concise built-in way to get a list item by index that is not going to throw an exception?

c# .net linq list

DateTime comparison without time part?

Return value of a select statement

c# .net ms-access select oledb

Defference Between #if #else #endif And Regular if, else

c# .net

ObservableCollection not thread-safe even in .NET 4.5?

c# .net wpf

Is there a method to get last month name and year in C#

c# .net date datetime

How to close all the windows when Mainwindow closes

c# .net wpf