Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Do I need the bin\debug\appName.vshost.exe and appName.vshost.manifest in my SVN code repository?

c# .net visual-studio-2008 svn

Hitting a memory limit slows down the .Net application

"is" operator behaving a bit strangely

c# .net

RaisePropertyChanged<T>(string propertyName, T oldValue, T newValue, bool broadcast)

.net mvvm-light

How to store string descriptions of enumeration values?

.net enumeration

Wrong value with double.Parse(string)

.net parsing double

Use and parse a text file in C# to initialize a component based game model

c# .net parsing

Reference and Value types scenario

How should I initialize variables that will be used in a try/catch/finally block?

c# .net try-catch finally

Lock the Height resizing in a .NET Custom Control while in design mode

c# .net user-controls

implicit or explicit conversion from T to T[]

c# .net generics

How to take away fraction part from decimal?

c# .net formatting decimal

How to ensure a .Net application is genuine?

How to tell apart different exception types in BackgroundWorker.RunWorkerCompleted event handler

How to 'select' the current identity value for a table?

So what's the deal with F#, now that it's been open-sourced? [closed]

ArgumentOutOfRangeException on initialized List

TextWriterTraceListener does not work

Does an object capapble to save itself into DataBase spoils the Cohesion of the class?

c# .net oop service cohesion

Is salting values an essential good practice with Rijndael or AES encryption?