Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

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

Len() function vs String.Length property; which to choose?

What is the equivalent of C#'s `default` in VB.NET?

.net vb.net generics

VB.NET: what does the 'friend' modifier do?

System.Collections.Generic.Dictionary `Add` vs set `Item`

Regular expression help - comma delimited string

regex vb.net

Delete Folders and Containing Files

AES Encrypt String in VB.NET

vb.net aes

How to cast from Object to Integer in VB.NET?

vb.net string casting integer

Cant get text of a DropDownList in code - can get value but not text

'InlineAssignHelper' is not declared When Converting C# To VB.Net

c# vb.net converter

How do I best generate a CSV (comma-delimited text file) for download with ASP.NET?

asp.net vb.net file-io csv

Creating a list of Anonymous Type in VB