Mastering ASP.NET 4 from scratch Using C# – Part 1
Mastering ASP.NET 4 from scratch Using C# – Part 1, available at $69.99, has an average rating of 4.5, with 116 lectures, based on 530 reviews, and has 2416 subscribers.
You will learn about Learn How to Build Dynamic Web Sites using ASP.NET Learn How to work with ASP.NET Standard Controls Learn How to Validate Data Learn How to use SQL Server as a Back End Database to ASP.NET Learn How to Create User Controls Learn How to Create Custom Controls Learn How to Create Master Pages Learn How to develop Web Services This course is ideal for individuals who are This course is designed for individuals with an intermediate knowledge of Visual C#. It is particularly useful for This course is designed for individuals with an intermediate knowledge of Visual C#.
Enroll now: Mastering ASP.NET 4 from scratch Using C# – Part 1
Summary
Title: Mastering ASP.NET 4 from scratch Using C# – Part 1
Price: $69.99
Average Rating: 4.5
Number of Lectures: 116
Number of Published Lectures: 116
Number of Curriculum Items: 116
Number of Published Curriculum Objects: 116
Original Price: $39.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn How to Build Dynamic Web Sites using ASP.NET
- Learn How to work with ASP.NET Standard Controls
- Learn How to Validate Data
- Learn How to use SQL Server as a Back End Database to ASP.NET
- Learn How to Create User Controls
- Learn How to Create Custom Controls
- Learn How to Create Master Pages
- Learn How to develop Web Services
Who Should Attend
- This course is designed for individuals with an intermediate knowledge of Visual C#.
Target Audiences
- This course is designed for individuals with an intermediate knowledge of Visual C#.
ASP . NET is a platform for building dynamic web sites that address a wide range of business needs.
This course provides developers with a thorough knowledge in developing dynamic web sites using ASP . NET.
In this course by development expert Kameswara Sarma Uppuluri, you’ll learn essential concepts that you need to know to get started building web sites using ASP . NET
This course provides step-by-step walk-throughs and coding demos that you’re encouraged to code along with to enhance the learning process.
This course is broken down into 26 modules with each module providing source code where applicable so that you can follow along with Kameswara Sarma Uppuluri. Some of the modules can be seen in the below list.
- Working with ASP . NET Standard Controls
- Working with Validation Controls
- Developing Data Driven Web Pages using ASP . NET
- Working with AJAX Extensions
- Working with MemberShip and Role Management Concepts
- Developing Web Services
- Developing User Controls
- Developing Custom Controls
- Developing Master Pages
Course Curriculum
Chapter 1: ASP.NET 4 – The Big Picture
Lecture 1: Course Introduction
Lecture 2: Introduction to Web Development
Lecture 3: Complete Course Exercise Files
Chapter 2: Creating Our First ASP.NET Web Site
Lecture 1: Using FileSystem as Web Location
Lecture 2: Using Http as Web Location
Lecture 3: Using FTP as Web Location
Lecture 4: Displaying Content onto the browser using Response.Write Statement
Chapter 3: Working with ASP.NET Standard Controls – Part 1
Lecture 1: Working with TextBox Control
Lecture 2: Working with HyperLink,LinkButton and ImageButton Controls
Lecture 3: Working with RadioButton Control
Lecture 4: Working with RadioButtonList Control
Lecture 5: Working with CheckBox Control
Lecture 6: Working with CheckBoxList Control
Lecture 7: Working with FileUpload Control
Lecture 8: Uploading Multiple Files using FileUpload Controls
Chapter 4: Working with ASP.NET Standard Controls – Part 2
Lecture 1: Working with AdRotator Control
Lecture 2: Working with BulletedList Control
Lecture 3: Working with Calendar Control
Lecture 4: Working with ImageMap Control
Chapter 5: Working with ASP.NET Standard Controls – Part 3
Lecture 1: Working with MultiView and View Controls
Lecture 2: Workingn with Panel Control
Lecture 3: Working with PlaceHolder Control
Lecture 4: Working with HiddenField Control
Lecture 5: Working with Literal Control
Lecture 6: Working with DropDownList and ListBox Controls – Part 1
Lecture 7: Working with DropDownList Control – Part 2
Lecture 8: Working with Table Control
Lecture 9: Working with XML Control
Lecture 10: Working with Wizard Control
Chapter 6: Working with Validation Controls
Lecture 1: Working with RequiredFieldValidator and ValidationSummary Controls
Lecture 2: Working with ComparisonValidator
Lecture 3: Working with RangeValidator
Lecture 4: Working with RegularExpressionValidator
Lecture 5: Working with CustomValidator
Lecture 6: Validation Groups and Firing Validations through Code
Chapter 7: Working with Data Bound Controls
Lecture 1: Create a Database and a Table using SQL Server
Lecture 2: Working with GridView Control
Lecture 3: Working with DataList Control
Lecture 4: Working with DetailsView Control
Lecture 5: Working with ListView Control
Lecture 6: Working with FormView Control
Lecture 7: Working with Repeater Control
Chapter 8: Working with Navigation Controls
Lecture 1: Adding MenuItems to Menu Control at Design Time
Lecture 2: Adding MenuItems to Menu Control at Run Time
Lecture 3: Adding Nodes to TreeView Control at Design Time
Lecture 4: Adding Nodes to TreeView Control at Run Time
Lecture 5: Creating a SiteMap for the Web Site and using SiteMapPath Control
Chapter 9: Working with AJAX Controls
Lecture 1: Working with ScriptManager Control
Lecture 2: Working with UpdatePanel Control
Lecture 3: Working with UpdateProgress Control
Lecture 4: Working with Timer Control
Chapter 10: Working with Data Persistence Techniques
Lecture 1: Working with ViewState Object
Lecture 2: Working with Session Object
Lecture 3: Creating a Custom Class To Store Session Objects
Lecture 4: Working with Session Objects using Custom Class
Lecture 5: Working with Cookies
Lecture 6: Working with Application Objects
Lecture 7: Working with URL QueryString Technique
Chapter 11: Developing Data Driven Web Pages using ADO.NET
Lecture 1: Developing a SignUp Page for Users to register – Part 1
Lecture 2: Developing a SignUp Page for Users to reigster – Part 2
Lecture 3: Developing a Login Page for Users to Login with proper credentials
Lecture 4: Developing a ChangePassword Page for Users to modify their Password
Lecture 5: Letting Users to Unsubscribe their account
Lecture 6: Developing a ChangeProfile Page for Users to modify their registration data
Lecture 7: Lock User Account Upon Consequtive Failed Login Attempts – Part 1
Lecture 8: Lock User Account Upon Consequtive Failed Login Attempts – Part 2
Lecture 9: Unsubscribing Users Account with a Flag
Lecture 10: Working with SQLConnectionStringBuilder Class
Lecture 11: Writing and Reading ConnectionStrings with the help of Web.Config File
Chapter 12: Working with DataSets
Lecture 1: Retrieving data from SQL Server into a DataSet
Lecture 2: Binding DataSet to various List Controls
Lecture 3: Writing DataSet Content into an XML File
Lecture 4: Filling a DataSet with Data manually
Lecture 5: Looping through DataSet Programmatically
Lecture 6: Working with DataSet Relations
Chapter 13: Working with DataReaders
Lecture 1: Retrieving Data From SQLServer into a SQLDataReader
Lecture 2: Looping through DataReader Programmatically
Lecture 3: Working with Multiple Active ResultSets (MARS)
Chapter 14: Working with DataViews
Lecture 1: Filtering Records of a DataSet with an explicit call to Stored Procedure
Lecture 2: Filtering Records of a DataSet by using DataViews
Chapter 15: Performing BULK Inserts and BULK Updates
Lecture 1: Working with Autogenerate Columns Property
Lecture 2: Implementing a Web Page to do Bulk Inserts of data into SQL Server
Lecture 3: Implementing a Web Page to do Bulk Updates of Data into SQLServer
Chapter 16: Working with Parameter Directions
Lecture 1: Developing a Web Page to set Parameter Directions
Instructors
-
Kameswara Sarma Uppuluri | 25+ Years Of Experienced Corporate Trainer
Microsoft Certified Trainer
Rating Distribution
- 1 stars: 13 votes
- 2 stars: 12 votes
- 3 stars: 69 votes
- 4 stars: 190 votes
- 5 stars: 246 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024