Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Extend No-Constructor class

c# .net silverlight oop

Code Coverage on Visual Studio Team System 2008 Developer Edition (on an NUnit application)

Why is a left parenthesis being escaped in this Regex?

c# .net regex

Is it possible to change the RESX generator to use public accessor on generated class?

.net

(DataGridView + Binding)How to color line depending of the object binded?

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

In an ASP.NET Web Setup Project, can I disable anonymous access in IIS?

.net iis installation

Killing an interop Application process

.net vb.net excel interop

C# Code/Algorithm to Search Text for Terms

c# .net algorithm search

Managed Direct3D or XNA for non-game related 3D graphics programming?

.net graphics xna direct3d 3d

C++ 'GET' request or how do you download files to work with in C++?

.net c++ visual-c++ curl libcurl

Singleton DAL class

.NET Load assemblies at runtime Again

c# .net reflection assemblies

How to make it so if one copy of a program is running another won't be able to open?

c# .net

Does it load the data from database?

c# .net linq-to-sql

Protocol Buffers In C#: How Are Boxed Value Types Handled

C# .NET 3.5 : How to invoke an event handler and wait for it to complete

Using a COM DLL in delphi - Access violation in MSVCR80D.dll error

.net delphi com dll delphi-2006

How do I set the GroupBox caption colour

.net winforms groupbox

Calling GetObjectData on serialization

c# .net serialization

is it legal to recreate a rooted reference to 'this' in a .net destructor?