#5026

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.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#3588
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.

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#3095

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.
Loading...
Loading...
Loading...