.net - Are the VB.NET code snippets available for C#? -


question

I was thinking that someone knows that I have the C # versions of VB.NET code Where are you getting the snippets created in Visual Studio (2008)?

What are the code snippets?

VB.NET has a comprehensive collection of snippets, which can cover most basic tasks to complete, i.e. file I / O, LINQ, DB connectivity, and so on. There is a very small and harmonious library in C #, mainly for NetFX 3.0, called "Other" among things, refactoring, and some other items.

I have used two resources before getting the C # code snippet

And that will give you a collection of over 400 different types of C # code snippets.

If there is a specific VB code snippet that you want, then you can use a tool to translate the code into C #.

Good luck and hope that this helps with some help.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -