Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Get program path in VB.NET?

.net vb.net

Meaning of _ underscore as a variable prefix in VB.net

vb.net naming-conventions

#If DEBUG is ignored (VB.net or C#)

c# vb.net

How to handle events from embedded Excel.OleObjects or Excel.Shapes

c# vb.net excel vba vsto

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#