Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Do you have your own 'utils' dll and what do you keep there?

c# .net dll

Project assembly references between team members

CommonDialog components should to be disposed?

.net winforms idisposable

Can I load a silverlight dll (reflection only) into a .net application?

TransactionScope nuances

Using DI and IoC with ASP.MVC 3 how do I setup my Controllers to resolve new types correctly?

Extend Listbox or use alternative?

c# .net wpf xaml listbox

AutoMapper: Mapping between the two collections with 'Ignore'

c# .net collections automapper

MouseEventArgs.GetPosition not working as expected in WPF

.net wpf

Reflection: Assembly.GetExportedTypes requires all assemblies to be present

c# .net reflection assemblies

How to call public static methods in Unit Test

Calling Connection.Close/Dispose in finaliser

How do I ignore a System.Data.SqlClient.SqlException: String or binary data would be truncated. exception

Are empty destructors optimized?

.net garbage-collection

Any one way Encryption Method better than MD5 ? (.NET)

c# .net asp.net

LINQ - returning list of averages based on index in list

.net linq list average

Continuous integration with Tortoise SVN

.net svn tortoisesvn

SSL with private key on an HSM

.net ssl hsm

Using a single Func<T,bool> with Where() and inheritance

c# .net linq lambda