Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What does <> mean when defining an interface?

c# .net class interface

There is no Key attribute in EF CTP 5

Benefits of switching from SQL Server to Versant OODB

c# .net sql-server database oodb

Dictionary throws exception even after checked for null

How to enumerate through an anonymously-typed collection?

c# .net linq anonymous-types

C#: "Cannot create an instance of the static class"

c# java .net static

Convert String to Enum based on enum name

c# .net enums

Parametrizing string in .NET C#

c# .net string

C# "deteriorating" list?

c# .net collections

Is it possible to have same property with two different names in .NET

c# .net

List contains in List check

c# .net linq

What's Different Between LINQ and Entity Framework?

c# asp.net .net ado.net

Execute a method after delay on time only

DataGridView select all cells and row headers and column headers for copy

c# .net winforms datagridview

How does Microsoft make all .NET classes implicitly inherit from the Object class? Can I do the same kind of thing?

c# .net inheritance

What's the fastest way to get all of the indices of false elements in a boolean array?

How do I force a culture in asp.net?

c# asp.net .net globalization

What's the difference between a property with a private setter and a property with no setter?

c# .net properties

Is it worth to learn Microsoft Foundation Classes(MFC) Nowadays? [closed]

c++ .net winapi mfc

if statement performance in c# [closed]

c# .net performance