Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Passing null values in single line Conditional

Finding text between tags and replacing it along with the tags

c# .net regex

Overriding GetHashCode() C# Complex way or simple way? [closed]

c# .net

Custom ItemsControl and selection support

c# .net wpf xaml

Testing methods called from another method [duplicate]

c# .net unit-testing tdd

Google API and .NET Compact Framework

.NET IEnumerable what is it exactly?

c# .net

Pad a Number with Leading Zeros via Text Box TextChanged event

c# .net

Reliably checking if a string is base64 encoded in .Net

c# .net base64

How to close a SYSTEM_HANDLE (or some open file handle in another process)

Eval not working with comparison

c# asp.net .net

What does base.OnPropertyChanged("Item[]") do inside ObservableCollection?

What's the best way for a .NET windows forms application to update itself?

c# .net winforms auto-update

.NET equivalent to Java thread groups?

c# .net multithreading

Why do these two date formats differ?

c# .net datetime formatting

additional fields in NHibernate many-to-many relation tables

c# .net nhibernate

SQL Scripts from dotnet with transactions

Convert a custom object array to System.Array in C#

c# .net

Should I use the Debug class in .net?

.net debugging boilerplate