Results 1 to 4 of 4

Thread: Visual Studio and .NET Framework

  1. #1
    Join Date
    Oct 2008
    Posts
    73

    Visual Studio and .NET Framework

    The .NET Framework is a development and execution environment that allows different programming languages and libraries to work together seamlessly to create Windows, Web, Mobile, and Office applications that are easier to build, manage, deploy, and integrate with other networked systems or as stand-alone applications.

    Visual Studio is the Integrated Development Environment (IDE) in which developers work when creating programs in one of many languages, including Visual Basic, for the .NET Framework. Visual Basic 2008 Express Edition is a no-cost, streamlined, easy-to-use development tool.

  2. #2
    Join Date
    Dec 2008
    Posts
    67

    Re: Visual Studio and .NET Framework

    Earlier counterparts of Visual Basic (prior to version 5) compiled the code to P-Code or Pseudo code only. Visual Basic 5 and 6 are able to compile the code to either native or P-Code as the programmer chooses. The P-Code is interpreted by the language runtime, also known as virtual machine, implemented for benefits such as portability and small code. However, it usually slows down the execution by adding an additional layer of interpretation of code by the runtime although small amounts of code and algorithms can be constructed to run faster than the compiled native code. Visual Basic applications require Microsoft Visual Basic runtime MSVBVMxx.DLL, where xx is the relevant version number, either 50 or 60. MSVBVM60.dll comes as standard with Windows in all editions after Windows 98 while MSVBVM50.dll comes with all editions after Windows 95. A Windows 95 machine would however require inclusion with the installer of whichever dll was needed by the program.

  3. #3
    Join Date
    Oct 2008
    Posts
    24

    Re: Visual Studio and .NET Framework

    The design of the .NET Framework allows it to theoretically be platform agnostic, and thus cross-platform compatible. That is, a program written to use the framework should run without change on any type of system for which the framework is implemented. Microsoft's commercial implementations of the framework cover Windows, Windows CE, and the Xbox 360.

  4. #4
    Join Date
    Oct 2008
    Posts
    55

    Re: Visual Studio and .NET Framework

    .NET has its own security mechanism with two general features: Code Access Security (CAS), and validation and verification. Code Access Security is based on evidence that is associated with a specific assembly. Typically the evidence is the source of the assembly (whether it is installed on the local machine or has been downloaded from the intranet or Internet). Code Access Security uses evidence to determine the permissions granted to the code.

Similar Threads

  1. Replies: 2
    Last Post: 16-02-2011, 02:49 PM
  2. Compare Visual Studio 2010 and Visual Web Developer Express
    By Zacharia in forum Software Development
    Replies: 5
    Last Post: 28-01-2010, 04:27 AM
  3. Difference between Visual studio 2005 and Visual studio 2008
    By RohanS in forum Software Development
    Replies: 3
    Last Post: 12-06-2009, 10:48 AM
  4. Microsoft Unveils Visual Studio 2010 and the .NET Framework 4.0.
    By Projectkmo in forum Software Development
    Replies: 1
    Last Post: 29-09-2008, 08:22 PM
  5. Service Pack 1 for. NET FrameWork 3.5 & Visual Studio
    By FReakMaster in forum Windows Software
    Replies: 2
    Last Post: 12-08-2008, 07:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,717,715,254.72563 seconds with 17 queries