Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Multiple assertions when unit testing constructor?

how to create random folder names 12 characters long in .NET

.net guid base64 auto-generate

Is SHA512Managed considered the best one-way hash available in .NET 3.5 for security?

.net security hash

How do I link to downloadable files in ASP.NET MVC?

c# .net asp.net asp.net-mvc

Is it possible to prevent decompilation of .NET MSIL DLL?

.net security decompiling

Compare Created DateTime to DateTime.Today at 6pm, C#

c# .net datetime

How do I configure a C# program to run when the Operating System is first started?

c# .net winforms

How to open Outlook "New mail message" window from VB.NET

.net vb.net email email-client

Inheritance in .NET is useless?

.net oop inheritance

how to add debug code? (should go to Debug, shouldn't go to Release)

c# .net

Distributed Computing In C#

Getting number from a string in C#

c# .net regex

How to catch all types of exception in one single catch block?

c# .net web-services exception

Financial calculations: double or decimal? [duplicate]

c# .net

Good Source Of .Net Design Patterns [closed]

How can I sort an SQL result but keep some results as special?

.net sql sorting

What is faster: SqlCommand.Parameters[string] or .Parameters[int]?

c# .net sql performance ado.net

Purpose of IDictionary interface

c# .net idictionary

Is there a generic (type-safe) BitArray in .NET?

c# .net bitarray

Constructors in Programming languages

c# java .net constructor