Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Why does the debugger's breakpoint condition allow an assignment-statement as bool-condition?

System.Uri.ToString behaviour change after VS2012 install

c# .net vb.net

'Best' Diff Algorithm [closed]

vb.net diff

MyClass equivalent in C#

c# vb.net

How do I declare "Key" fields in C# anonymous types?

c# vb.net anonymous-types

Looping through characters in a string in VB.NET

vb.net string loops character

Does the VB.NET "If" operator cause boxing?

A good and complete tutorial about reflection in .NET? [closed]

c# .net vb.net reflection

Get VB.net Enum Description from Value

vb.net enums

How to insert NULL into database if form field is empty

asp.net vb.net

Replacing the obsolete System.Xml.XmlDataDocument?

Default value for generics

c# .net vb.net generics

What is the point of using GC.AddMemoryPressure with an unmanaged resource?

What is strong naming and how do I strong name a binary?

c# .net vb.net

Stripping all html tags with Html Agility Pack

VB.NET Select...Case Statement Equivalent in C#

c# vb.net vb.net-to-c#

Exception handling: Is finally executed after throw?

What would be considered a VB.NET module in C#?

c# vb.net

Sum and Group By in Linq to SQL?

vb.net linq-to-sql

Is VB's Dim the same as C#'s var?

c# vb.net