Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

.NET Core - Is there a way to implement WinForms?

What unit tests should be written for simple POCO domain objects?

.net unit-testing agile

How do I round a decimal to a specific fraction in C#?

c# .net algorithm math

Implicit (default) values vs Explicit values

c# .net

Which Continuous Integration tool are you using? [closed]

Does C# Pass by Value to Lambdas?

c# .net delegates lambda

Are sequential numbers necessary?

Reductions in programming

c# .net vb.net ide

Removing duplicate string from List (.NET 2.0!)

c# .net c++ list

C# myths about best practices?

c# .net .net-2.0 c#-2.0

Does C# has impact when evaluating /parsing expressions?

c# .net

c# GMT time equivalent with UTC time?

c# .net datetime

Declaration of a hashtable with key, value

c# .net .net-2.0 c#-2.0

Do I need a lock here?

c# .net

Cast parent class to child class

c# .net casting

Why declare a variable in one line, and assign to it in the next?

c# .net coding-style

property: private method or private get/set?

c# .net properties

What is 'this' used for in C# language?

c# .net syntax this

SQL Insert statement syntax

c# sql .net sql-server insert

Convert array from nullable type to non-nullable of same type?

c# .net vb.net types nullable