
Average Reviews:

(More customer reviews)As a java developer, who got a little curious, I wanted to see what Visual Studio.net (professional edition) offers to a developer. During installation, the first thing that I noticed is the 2 gig disk space that the professional edition requires. After the installation, I test drove the IDE and I have to admit that I was not disappointed with Visual Studio .NET. Here is why.
Well-Integrated IDE: -
This is by far the best suite of Microsoft languages and tools. It contains the new Visual Basic .NET, which is totally object oriented and also Visual C# .NET that I found easy to use. The ASP .NET really captured my vote at how easy it was to create asps. The Visual Studio .NET provides thousands of .NET framework classes making a developers life easy and simple.
The similarity to the J2EE framework indicates that that the .NET framework has the capabilities of delivering object oriented enterprise applications. A downside is that, Windows .Net servers and windows operating systems are automatically included into the application environment. This environment may not be desired in all circumstances.
Web services: -
XML Web services are built on XML, SOAP, WSDL, and UDDI specifications and can be built or consumed by your application without having to write the plumbing code yourself. The tools does it for you. All I had to do was to define my function that I want exposed as a web service and it was automatically deployed for me. I like that in an IDE.
Great Documentation and User interfaces: -
Trust Microsoft to woo you with good looks. The user interface is very intuitive and limiting my reference manual lookups. Even when I needed help, all I had to do was open up my help window and I had access to context sensitive help all the time. Microsoft has done a very nice job there.
Unfulfilled wishes :-
Built-in UML modeling. No architecture is complete without models. MS Visio 2002 integration is made available but I don't have a copy of that installed to see whether there is code synchronization with the models. I think that not providing this feature severely limits the use of vs.net as an IDE of choice for enterprise apps.
Another feature conspicuous by its absence is a built-in automated unit-testing framework, something similar to JUnit testing framework.
Finally, I think that this is a very powerful IDE and it is very developer friendly. For those that are open to any technology, Windows .NET servers and Microsoft Visual Studio .NET is definitely a viable option.
Click Here to see more reviews about: Microsoft Visual Studio .NET Professional 2002
Visual Studio .NET is a superb, next-generation development tool. At its heart is the .NET Framework, a runtime engine and class library that enables rapid application building for both Windows and Web applications. The runtime engine handles housekeeping tasks, like memory management, while also providing fine-grained security and version awareness. The class library reduces the code needed to build rich applications. Visual Studio .NET also provides a slick visual environment, with features like tabbed and docking windows, dynamic online help, and automatic code completion and hints.The common runtime is language-neutral so, for example, Visual Basic programmers can use components written in C# and vice versa. Other languages, such as COBOL and FORTRAN, can plug into Visual Studio, and Microsoft provides a version of the Java language called J#.Overall, Visual Studio .NET is a radical break from the past for Microsoft. C# is an entirely new language, aimed at C and C++ programmers looking for something safer and more productive. Visual Basic .NET is a new twist on the old Microsoft favorite, losing compatibility with earlier versions, but gaining full object orientation as well as access to all the .NET libraries. These two languages, along with J#, have full support for the visual design tools in Visual Studio .NET. Also included is JScript .NET, Microsoft's version of JavaScript, although this comes without a form designer. Visual C++ is similar to earlier versions and is the only compiler included that can build old-style Windows executables. With a compiler switch, it can also target .NET, making it particularly flexible. Visual Studio .NET has two distinct form designers. Windows Forms are for traditional Windows applications, but managed by the common runtime. Web Forms are ASP.NET pages, which means they run on Web servers and work over the Internet.
Click here for more information about Microsoft Visual Studio .NET Professional 2002
0 comments:
Post a Comment