Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why is my IEnumerable UserControl disposed after I enumerate over it with foreach?

Extract all Parameters with RegEx

c# .net regex

Simple string replace question in C#

c# .net

Why create a new delegate object

c# .net events

Would like to execute a query once per day in ASP.NET MVC

What collection interface to choose?

c# .net

Generate a short code based on a unique string in C#

c# .net serial-number

Future of Java on Mac OS X

java .net macos

tessnet init problem

c# .net frameworks ocr tessnet2

Is there a possibility to use a .NET assembly in a non-CLR-Program?

.net assemblies clr

Should I use the ASP:Label tag?

.net asp.net label

Dapper Syntax for Nested Multi Mapping

.net dapper multi-mapping

How to get sub-array from larger array in VB.NET?

.net vb.net arrays

Office 2007 PIA

.net excel office-interop

Uses of a concurrent dictionary [closed]

c# .net c#-4.0

How should you test if a variable is a value type in C#? [duplicate]

c# .net generics

How can I delete dataGridView row on keyboard delete key press ? c#

c# .net winforms datagridview

Trying to understand exceptions in C#

Why does opening a connection throw a distributed transactions error in MySQL? (.NET Connector)

.net mysql mysql.data

Convert.ToString(...) or Object.ToString() for performance

c# .net visual-studio-2010