DOT NET
What is ASP.NET Development
Microsoft ASP.NET is a set of technologies, built on top of the Microsoft .NET Framework, for building Web applications and XML Web services. ASP.NET web pages execute on a web server in IIS (Internet Information Server) and generate markup such as HTML and XML that is sent down to a desktop or mobile browser. This is important because the application does not require any installation on the client computer beyond a web browser. This means your application can be run from anywhere regardless of the hardware.
ASP.NET pages use a compiled, event-driven programming model that maximizes performance and enables the separation of application logic and user interface. Development platforms like PHP are not compiled which means that simple syntax errors that would otherwise be caught by a compiler will sneak into production systems. Your clients may see these errors before you do! Also PHP does not separate the logic from the user interface of the application thus leading to higher maintenance costs.
ASP.NET pages and ASP.NET XML Web services contain server-side programming logic (as opposed to client-side logic like JavaScript) written in Microsoft Visual Basic .NET or Microsoft Visual C# .NET. Our team is well versed in both of these languages.
ASP.NET offers a unified Web development model that includes the services necessary for you to build enterprise-class Web applications. ASP.NET offers a new programming model and infrastructure that allows you to create a powerful new class of applications.
- HTML
- Introduction to HTML
- Basic Structure of HTML
- HTML Editors
- HTML Tags
- Paragraphs, Headings and Text
- Formatting Tags
- HTML Lists
- HTML Images
- HTML Tables
- HTML Forms
- HTML Media
- CSS (CASCADING STYLE SHEETS)
- Introduction to CSS
- Types of CSS
- CSS Properties, Selectors and Values
- Applying CSS to HTML
- Paragraphs, Headings and Text
- CSS Box Model, Margins, Padding, Borders
- CSS Text & Font Formats
- CSS Advanced Topics (Effects, Animations, Shadows, Etc..)
- JAVASCRIPT
- Introduction to JavaScript
- How to Apply JavaScript
- Displaying Output in JavaScript
- Understanding JavaScript Syntax
- Variables & Datatypes
- Operators
- Math and String Manipulations
- Conditional and looping Statements
- Functions
- Validations
- Events
- ASP.NET Introduction
- First ASP.NET Application.
- Auto Postback Property.
- Event Handler Parameters.
- Dynamically intializing Controls
- IsPostBack property of Page class
- ListControls
- Comparison between HtmlControls and WebControls
- Control Properties and Methods
- FileUpload Control
- What is AppDomain?
- Life Cycle of ASP.NET Page
- How Control Manages its State
- What is EnableViewState
- How Control raises events
- Event handling in Web Forms
- Writing Custom Classes in WebApplication
- Output Caching
- Fragment Caching
- Substitution Caching
- Data Caching