Question
I was wondering if anyone knows where I can find C # versions for VB.NET code snippets embedded in Visual Studio (2008)?
What are code snippets?
VB.NET has an extensive collection of fragments that cover most of the basic tasks that may be required, such as File I / O, LINQ, DB, etc. C # has a much smaller and narrower library, mainly for NetFX 3.0, Refactoring, and something called the "other" among one or two other elements.
source
share