(Open in Desktop/Laptop/Big Screen for better result.)
Advanced Web Development emcompasses of Dot(.) Net Framework using C# programming language .
➤ Why dot Net ?
- Introduction to Microsoft .Net Framework.
- Building blocks in .Net/framework architecture.
- .Net framework Design Principle.
➤ What is .NET ?
- Microsoft.NET is a Framework.
- Microsoft .NET is a Framework which provides a common platform to Execute or, Run the applications developed in various programming languages.
- Microsoft announced the .NET initiative in July 2000.
- The main intention was to bridge the gap in interoperability between services of various programming languages.
➤ .NET Framework Objectives
- The .NET Framework is designed to fulfill the following objectives:
- Provide object-oriented programming environment.
- Provide environment for developing various types of applications, such as Windows-based applications and Web-based applications.
- To ensure that code based on the .NET Framework can integrate with any other code.
➤ C# (C Sharp)
- Microsoft C# (pronounced C Sharp) developed by Microsoft Corporation, USA
- New programming language that runs on the .NET Framework
- C# is simple, modern, type safe, and object oriented
- C# code is compiled as managed code
- Combines the best features of Visual Basic, C++ and Java
➤ C# Features
- Simple
- Modern
- Object-Oriented
- Type-safe
- Versionable
- Compatible
- Secure
➤ IDE/ Code Edition to be used:
- Visual Studio 7.0
(Microsoft has introduced Visual Studio.NET, which is a tool (also called Integrated Development Environment) for developing .NET applications by using programming languages such as VB, C#, VC++ and VJ#. etc.)