Tag Archives: VB.NET

All versions of Microsoft Visual Studio Official ISO setups in one place

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Microsoft Visual Studio (VS for short) consists of a series of development kit products produced by Microsoft (written in C++ and C#), and is currently the most popular IDE (integrated development environment) for developing applications on Windows platform. As of writing this post, its latest release is Visual Studio 2019, based on Microsoft .NET Framework 4.7.

Continue reading All versions of Microsoft Visual Studio Official ISO setups in one place

SharpDevelop – Best free, super lightweight alternative of Visual Studio

For learning or formal development of C#, there are only two best IDE for choice at present: either the 10+ GB size of Visual Studio or SharpDevelop with only 10+ MB file size. The latter is an open-source IDE with layout similar to IDEA for Java and high flexibility & extensibility, which lets a user find everything new and fresh. It never wants to be an IDE that tries to support everything as Eclipse. Instead, it just gives you an interface, and you can do all the rest by yourself.

Continue reading SharpDevelop – Best free, super lightweight alternative of Visual Studio

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

LINQ in Action HD PDF

As a ground-breaking and innovative technology on the Microsoft .NET software development platform, LINQ (Language-Integrated Query) set up an efficient bridge between object-oriented programming languages and various data sources, which greatly reduces the complexity of software development.
Continue reading LINQ in Action HD PDF