Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

VB.NET/C# Comparison Operator for to test for set membership - like the IN Operator for SQL

.net vb.net

Is it a good idea to use .Net for commercial software? [closed]

.net algorithm

F# and .Net versions

.net msbuild f#

How to start with class design for an enterprise application?

.net class-design

Resizing labels in Winforms to Left

c# .net windows .net-2.0

Compiling C code for .NET [closed]

.net c

How do I generate a set of random strings in a C# program so that they are not trivially predicted?

c# .net random

is it good design to have a separate config file for a dll?

.net architecture

The new BigInteger

.net math .net-4.0

Given a GUID representing a user in Active Directory, how would I use this to determine the distinguished name?

c# .net active-directory

How to get the RealProxy when I know only the transparent proxy

Serialization bugs in .NET?

Waiting for all tasks to finish using Task Parallel Library in .NET 4.0

What does return type of ICollection<Person> mean?

c# .net interface

How do I install a windows service that runs as an administrator?

writing XML data to an ASP.NET page

c# .net asp.net xml

How to name methods that trigger events?

.net naming-conventions

Is it possible to define types that depend on each other and are defined in separated files?

What are the good programming practices in C# to make code more self-explanatory? [closed]

c# .net coding-style

TypeDescriptor doesn't return members from inherited interfaces