Learn ASP.NET MVC How to's for free here.
ITFunda.Com
Your details are safeBuyer's Satisfaction Contact Us
 Welcome Guest | Register | Login Why online training? | Buyers FAQs | Testimonials | Contact us 

Our Quality Professors


Our professors includes
Contact us for training ...

Training Category

Some more tutorials

Announcements

More ...

ASP.NET Training - Complete Web Development Training


Training by Itfunda

Pricing and Details Support Forum Comments

ASP.NET Training - Complete Web Development Training
Summary: ASP.NET 4.0 using Visual C# - A comprehensive web development online training. This training gives you real time scenario based knowledge on HTML, JavaScript, CSS, C#, ASP.NET and ASP.NET AJAX that help you to work on any kind of web development projects in .NET technologies.

This training is delivered by Sheo Narayan (Ex Microsoft MVP).

Suitable for Windows developer or a complete freshers in the IT Industry.


1 vote(s) Rating: 5 out of 5

Coverage:

ASP.NET-4.0  Visual-Studio  LINQ  CSharp  CSS  JavaScript  HTML 
Delivery mode (?): Offline & Online Classroom training, via Microsoft live meeting or WebEx
Duration/Validity: 30-40 Days - 1 hour each (valid within 3 months)

Tips for buying: You may buy without logging in, however to provide a better service we suggest to login.
License/Pricing details INR Price USD Price Discount Special discount Final price Buy
1 person online training Rs 33000.00 $550.00 12.50% - Rs 28875.00/ $481.25 Continue >
Contact us for volume licenses discount.Payment can be done securely using Credit card, Debit card or Net banking.

NOTE:
  • This is not recorded training, this is live training where an instructor will train you in real time.
  • Special classes in weekends are also available with little more fees

Testimonials 

 

Jens Engelbrechtsen, Denmark writes

I started to get a much broader understanding of asp.net and till now as mentioned earlier everything so far has been worth every rupee and you really master to convey this tranning in a learning and pratical manner.

Brian Nguyen, Seattle, Washington, USA writes

I’m getting much more understanding of ASP.NET 4 on this training, the course is awesome it covers almost all the topics of ASP.NET 4 and Web programming, I’m strongly recommending this course to whoever want to learn ASP.NET. 

The e-books, sample projects and video which cover the subjects very easy to understand.

Mr. Sheo does a great job on explaining of "how it works" that makes it easy to follow and understand.

If you looking to learn ASP.NET 4 and don't know where to start, get this training! Do not look anywhere else…… just GET this training!  I really recommend it!

Brian Nguyen
Seattle, Washington, USA

For more testimonials, please click here.

What you will get along with this course


You will get following along with this course (note: this training is based on the topics covered in http://www.itfunda.com/Howto
  1. Study materials
  2. Flexible timing
  3. A Sample demo application covering each topic taught as part of this course
  4. 3 months online priority support 
  5. A digital Certificate

Course Details

Web Programming Introduction 

  • Introduction of browsers and familiarization of different browsers
  • Understanding of how web browser works
  • Understanding of how Web Server works 
  • Brief about HTTP Protocol. 
  • HTTP Request structure. 
  • HTTP Response Structure.
 HTML, JavaScript and CSS

  • HTML
            o     Introduction of HTML
            o     Elements of HTML
  •   JavaScript
            o      Introduction of JavaScript
            o     Frequently used commands, functions in JavaScript
            o     Dealing with HTML controls in JavaScript
            o     Creating a sample program in JavaScript
  •  CSS
            o     Introduction of CSS
            o     How CSS Works
            o     Different ways of applying CSS
            o     Frequently used properties in CSS
 Introduction to Visual Studio

  • How to create and run the first ASP.NET application using Notepad. 
  • Introduction of Visual Studio
  • Creating a new website
  • Creating a blank solution
  • Adding project to the solution
  • Running the application / website
  • Understanding different templates available to create website in Visual Studio 
 Introduction of C#

  • Introduction
  • Data types
  • Conditional statements
  • Loops
  • Creating a class, interface, enumerations
  • Creating methods, properties
  • Inheritances
  • What is generic collection and how to create generic colleciton
 ASP.NET Introduction & Sample Programs

  • Creating sample website in ASP.NET
  • Understanding asp.net web form
  • Introduction of Controls in ASP.NET
              o HTML server controls. 
              o Web Server Controls.
  • Exploring ASP.NET Web Server Controls.
  • Understanding PostBack and AutoPostBack
  • Understanding ViewState and what is EnableViewState?
 ASP.NET – In Depth

 Starting with ASP.NET
 
  • ASP.NET Page Life cycle
  • Managing state of the control
  • Event Handling in WebForms 
  • Writing / Using Custom Classes in WebApplication 
  • Different ways of navigating to pages in ASP.NET
              o Hyperlink
              o Response.Redirect  and Response.PermanentRedirect
              o Server.Transfer 
  • CrossPagePostBack property of Button 
              o Accessing previous page Controls 
              o Accessing previous page Properties
              o PreviousPageType page directives
  • Understanding ClientIdMode property of the controls
  • Understanding ClientID and UniqueID properties.
  • Accessing ASP.NET Form Controls through JavaScript
  • Writing JavaScript code from Server side
  • Introduction of ASP.NET related out of the box folder
              o App_Code
              o App_Data
              o App_LocalResources
              o App_GlobalResources
              o App_WebReferences
              o App_Browsers
  • Working with
              o Request Object
              o Response Object


 Validation Controls
 
  • RequiredFieldValidator 
  • CompareValidator 
  • RangeValidator 
  • RegularExpressionValidator 
  • Custom Validator
  • CausesValidation Property of Button 
  • Grouping Controls for Validation
  • ValidationSummary 

 Theme and Skins

  • Working with CSS using Theme
  • Using Themes to Customize a Site 
  • Named Skins within a Theme 
  • How to create a Theme and Skin file
  • Applying Themes and Skins from Server side and Client side

 Master Pages 

  • What is Master Pages and its uses
  • Close look at different controls of Master page
  • Accessing Master page controls from content page
  • Nested Master Page

 User & Server Control
 
  • Creating a UserControl. 
  • Using a Usercontrol to the WebForm.
  • Different properties of Register Directive
  • Loading UserControl Dynamically
  • Caching of a user control
  • Creating and using Custom Server control

 Navigation control

  • Creating horizontal and vertical menu in asp.net
  • Populating dynamic menu from database
  • Creating a tree view in asp.net
  • Creating SiteMap 
  • Using SiteMap control

 ASP.NET State Management 

  • Why state management 
  • Different ways of managing states 
              o ViewState 
              o HiddenField 
              o QueryString 
              o Cookie
              o Session
              o Cache

 Debugging and Error Handling

  • Debugging application
  • Error handling
  •   Catching different types of exceptions
  • Different ways of logging exceptions
  • Redirecting user to custom error page

 ADO.NET

  • Introduction to ADO.NET
  • Inserting data to the database
  • Retrieving data from database
  • Updating data to the database
  • Delete data from the database
  • Using transaction to execute group of statements
  • Getting multiple result sets from the database
  • When to use Reader and when to use DataSet?

Working with Data Controls and its templates

  • GridView 
  • ListView
  • DataPager
  • DetailsView
  • DataList
  • Repeater
  • XmlDataSource
  • SiteMapDataSource

 In-Depth look at Global.asax and Web.Config

  • Different events of Global.asax
  • Different elements of Web.Config
              o Accessing web.config data
                              AppSettings
                              ConnectionStrings
                              Encrypting settings to protect the data in the web.config file
                              Storing data in custom settings in web.config file

Caching – Improving performance of the application

  • Overview 
  • Page Output Caching 
  • Partial Caching 
  • Data Caching 
  • SQL Caching

 Working with File I/O and Streams


  • Creating and Reading files
  • Creating and deleting directories
  • Appending into files and delete files
  • Working with different Stream objects

 Security - Authentication & Authorization
 
  • Authentication & Authorization 
  • Windows Based Authentication 
  • Form Based Authentication 
  • Roles based authentication 

 Globalization and Localization
 
  • Storing data in global resource file
  • Programmatic Access to Global Resources 
  • Creating a multi-lingual web site

 URL Routing

  • Creating SEO friendly url in ASP.NET
  • Accessing values from SEO friendly url

 LINQ

  • Retrieving data from Generic list collection
  • Filtering data from generic list
  • Sorting data from generic list
  • Using Aggregate functions in LINQ
  • Introduction of ADO.NET Entity Framework
              o CRUD operation using ADO.NET entity framework

 AJAX.NET
 
  • What is ASP.NET Ajax and Why
  • Script Manager control
  • Update Panel control
  • Update Progress control
  • Timer control
  • Overview of ASP.NET Ajax Control toolkit

 ASP.NET Dynamic Data

  • Creating ASP.NET Dynamic data website
  • Customizing ASP.NET Dynamic data website

 Deploying application
 
  • Building the application
  • Publishing the application
  • XCopy deployment
  • Deploying database 
  • Configuring application for the production

 Working with IIS

  • Getting started with IIS
  • Creating Virtual directory
  • Hosting application on IIS
  • Different settings in IIS
  • Creating ApplicationPool
  • Creating WebGarden

Should you require any more information, please contact us.

Prerequisite


This course assume that candidate doesn't have prior knowledge of HTML, CSS and JavaScript and teach the web development from scratch. If student has already knowledge of HTML , CSS, JavaScript, he/she can opt for this training

Itfunda
ITFunda .com


Itfunda's Profile


ITFunda.Com is an e-commerce website that furnishes a platform to the interested buyer and seller to interact and transact for the software or software related services. 

We are a part of SN ITFunda Services LLP, a parent establishment of a popular Microsoft(R) technology related knowledge based website www.dotnetfunda.com.

SN ITFunda Services LLP is a authorized distributor / re-seller of
  • Own products
    • .NET How to's
    • ASP.NET How to's
    • jQuery How to's
    • ASP.NET AJAX Tutorials
    • .NET Corporate trainings and
    • Online .NET Trainings
  • TechSmith Corporation products like 
    • Camtasia Studio
    • SnagId
    • Morae
  • Nevron Software
    • Nevron .NET Vision
    • Nevron Chart for Sharepoint
    • Nevron Chart for SSRS
    • Nevron .NET Chart
    • Nevron Diagram for .NET
    • Nevron Gauge for .NET
    • Nevron Gauge for Sharepoint
    • Nevron Sharepoint Vision Suite
    • Nevron SSRS Vision
  • Questpond training materials
  • Deccansoft training materials
Itfunda on 9/15/2014 5:17:58 AM

Till 15-Sep-2014, trained more than 100 students from around the world; mostly from USA.

Vishal on 9/1/2011 5:16:56 PM

I believe that,this training is unique through out the global.

+19105466079(USA)
+9107233249412(INDIA)

Vishal on 9/1/2011 5:16:55 PM

I believe that,this training is unique through out the global.

+19105466079(USA)
+9107233249412(INDIA)

Itfunda on 8/9/2011 10:33:09 AM

Thanks Vishal. You are in the training now !

Vishal on 7/20/2011 9:24:55 PM

I want to Join online training for .net
Please contact me +19105466079

Comments


If you have bought this, please cast your vote and provide your comment about this tutorial.

Please Sign In to vote.

Share this to:

Facebook Twitter LinkedIn Google+ Pinterest Email Addthis

Other Trainings

About Us | Contact Us | Partners | Privacy Policy | Terms and Conditions | Buyer's FAQs | Seller's FAQs | Currency Converter | Go Top

Notice: If you found someone plagiarising our content/materials, kinldy let us know.

© SN ITFunda Services LLP. Site design and layout is copyright to SN ITFunda Services LLP.
Copying or duplicating or mimicking the site design and layout is prohibited and will be treated as a legal offence and will be prosecuted.
Logos, company, product, service or other names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 16102020 | 12/13/2024 4:53:26 PM