Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Hook LoadLibrary call from managed code

.net c++ loadlibrary

Paging Support - ADO.NET Entitry Framework and LINQ

Which piece of code is more performant?

Question about Dictionary<T,T>

c# .net dictionary

How to programmatically generate .NET classes from XSD? (Like xsd.exe do)

c# .net xml xsd schema

Entity Framework ObjectContext -> raw SQL calls to native DBMS

variable/property changed event in vb.net

Only digits, the digit may be decimal (regular expression)

.net asp.net regex validation

How to execute Windows service at a specified time daily

c# .net windows-services

DateTime.Now within a statement

c# .net datetime

C# .NET: if ((e.State & ListViewItemStates.Selected) != 0) <- What does it mean?

What is the difference Between String and string? [duplicate]

c# .net visual-studio oop

modified closure warning in ReSharper

c# .net resharper closures

How can i implicitly convert my class to another type?

c# .net operators implicit

Could not load file or assembly

How to check for valid Date in yyyyMM format

c# .net string date

Howto clear a textfile without deleting file?

c# .net vb.net

how to Make the Mouse Freeze c#

c# .net

Any Visual Basic 'With' analog in C#? [duplicate]

How does C# evaluates AND OR expression with no brackets

c# .net