Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What is the purpose of the single quotes in this regex expression?

c# .net regex string-literals

Run .net event Asynchronously?

c# .net events .net-4.0

Creating a back button in ASP.NET

c# asp.net .net asp.net-1.1

How can I compute a base 2 logarithm without using the built-in math functions in C#?

c# .net logarithm

How to properly apply backgroundcolor on a text in RichTextBox

c# .net wpf richtextbox

How is this kind of abuse of generics not ambiguous/trigger an error in the compiler

jquery table dnd plugin with gridview - on drop event never works

jquery .net

In WebApi, where should I save data between calls to my ActionFilter?

What is a good way to make a session value available to JavaScript?

Why .Concat method's return value type looks a bit weird: System.Linq.Enumerable+(...)?

Coding in non-ASCII languages

c# .net unicode

scrollIntoView not defined

javascript jquery .net

Drawing 2D Graphics To A Form Seems To Lag/Slow Down My Program

c# .net graphics 2d lag

Unable to determine if entity is transient or detached

.net nhibernate transient

How to embed AssemblyFileVersion in resource/constant/string/other?

c# .net visual-studio msbuild

How can Nullable<T> use it's underlying value type extension method

c# .net enums nullable

Dependency Injection - Does it violate Separation of Concerns?

implementing virtual mode for a datagridview that is databound

Writing driver class generic for any database support

c# .net database dll

What can a person use instead of enum for an intellisense aware collection of strings?

c# .net enums