HOME > Development > Learn Basic Microsoft ASP.Net Development with Visual Studio

Learn Basic Microsoft ASP.Net Development with Visual Studio

  • Development
  • Mar 14, 2025
SynopsisLearn Basic Microsoft ASP.Net Development with Visual Studio,...
Learn Basic Microsoft ASP.Net Development with Visual Studio  No.1

Learn Basic Microsoft ASP.Net Development with Visual Studio, available at $64.99, has an average rating of 4, with 75 lectures, 5 quizzes, based on 196 reviews, and has 2088 subscribers.

You will learn about Download and install Visual Studio Create a project and run it in a web browser Understand the purpose of web.config Create a project and run it in a browser, and examine the HTML in a browser Understand the concept of a code-behind file Understand the concept of an object and its properties Build a simple user interface using drag and drop Understand the purpose of a CSS file, and how to connect it to your HTML Write an external C# Class for performing arithmetic Write a small amount of code to check for errors Write code to convert strings to numerics Learn how to create user controls and add navigation Learn how to find, download and install SQL Server Learn how to connect ASP.NET to SQL Server and view the results live Learn how to use the List View with Paging and SQL Server Learn how to update, delete and update data from a web page with SQL Server Learn how to create a website on the Internet Learn how to create and use user controls Learn how to create and use master pages Learn how to work with View State and Session State Learn how to use AJAX with ASP.NET Learn how to redirect pages Learn how to validate fields without programming Learn how to use text area, drop downs, and radio button lists Learn how to generate tables dynamically Learn how to interact with databases using AJAX Learn how to use the MultiView and View Controls Learn how to build dynamic menus Learn how to make membership websites Learn how to write databases from web pages using C# Learn how to Use AJAX and JQuery, and ASP Together Learn how to make draggable database controls Learn how to make database connected controls sortable with JQuery Learn how to print ASP.NET Content to Printers, Cloud Storage, Google Drive Build a Data Entry System with SQL Server, C#, Ajax and More Learn how to use Razor, the syntax for MVC Learn how to create conditional HTML with Razor and JQuery Learn how to work with Tables using Razor Learn how to make, alter and drop stored procedures This course is ideal for individuals who are Programming Newbies It is particularly useful for Programming Newbies.

Enroll now: Learn Basic Microsoft ASP.Net Development with Visual Studio

Summary

Title: Learn Basic Microsoft ASP.Net Development with Visual Studio

Price: $64.99

Average Rating: 4

Number of Lectures: 75

Number of Quizzes: 5

Number of Published Lectures: 75

Number of Published Quizzes: 5

Number of Curriculum Items: 80

Number of Published Curriculum Objects: 80

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Download and install Visual Studio
  • Create a project and run it in a web browser
  • Understand the purpose of web.config
  • Create a project and run it in a browser, and examine the HTML in a browser
  • Understand the concept of a code-behind file
  • Understand the concept of an object and its properties
  • Build a simple user interface using drag and drop
  • Understand the purpose of a CSS file, and how to connect it to your HTML
  • Write an external C# Class for performing arithmetic
  • Write a small amount of code to check for errors
  • Write code to convert strings to numerics
  • Learn how to create user controls and add navigation
  • Learn how to find, download and install SQL Server
  • Learn how to connect ASP.NET to SQL Server and view the results live
  • Learn how to use the List View with Paging and SQL Server
  • Learn how to update, delete and update data from a web page with SQL Server
  • Learn how to create a website on the Internet
  • Learn how to create and use user controls
  • Learn how to create and use master pages
  • Learn how to work with View State and Session State
  • Learn how to use AJAX with ASP.NET
  • Learn how to redirect pages
  • Learn how to validate fields without programming
  • Learn how to use text area, drop downs, and radio button lists
  • Learn how to generate tables dynamically
  • Learn how to interact with databases using AJAX
  • Learn how to use the MultiView and View Controls
  • Learn how to build dynamic menus
  • Learn how to make membership websites
  • Learn how to write databases from web pages using C#
  • Learn how to Use AJAX and JQuery, and ASP Together
  • Learn how to make draggable database controls
  • Learn how to make database connected controls sortable with JQuery
  • Learn how to print ASP.NET Content to Printers, Cloud Storage, Google Drive
  • Build a Data Entry System with SQL Server, C#, Ajax and More
  • Learn how to use Razor, the syntax for MVC
  • Learn how to create conditional HTML with Razor and JQuery
  • Learn how to work with Tables using Razor
  • Learn how to make, alter and drop stored procedures
  • Who Should Attend

  • Programming Newbies
  • Target Audiences

  • Programming Newbies
  • Important Notice: 

    Please note this course is now 6 years old.

    Please keep that in mind in case you decide to enroll.

    It has to be updated.

    So it doesn’t have the same level of professionalism as my newer courses.

    I have not had time to do that because of my full time job.

    Thank you for reading this note carefully.

    10/19/2019

                                                                                               

     In this course you learn how to build a calculator that can be used on the Internet. Then you explore the world of ASP.NET in more detail by looking at controls of various types, controlling page layout, connecting to databases, using validation controls, and using JQuery together with C#, and ASP.NET. There is now also a section that deals with Razor, the syntax used in MVC. This is a simplified approach to programming that will have you working with databases and tables quickly. This is a good alternative for those who find regular ASP.NET a little too overwhelming at first. Let’s begin! 

                                                                                               1) This is the only udemy course with more than 35 quiz questions so you can feel confident you’re truly learning. 

                                                                                               2) This course uses Visual Studio, a powerful, 100% free programming environment widely used in industry. 

                                                                                               3) This course teaches the basics of C#, Asp.NET, HTML and CSS, so you can see how these technologies work together to create a complete solution. 

                                                                                               4) This course also gives you an introduction to objected oriented programming 

                                                                                            5) This course also gives an intro to SQL Server and data connected web pages.

                                                                                               Once you watch the videos, and complete the quizzes, you’ll have a solid  understanding of some of the most important aspects of making C#, ASP.NET, HTML and CSS work together happily in a powerful programming environment. These are skills you can put on your resume. 

    Course Curriculum

    Lecture 1: Introduction to the course, and the technologies we will use

    Lecture 2: Control the Layout of the Panels in Visual Studio

    Chapter 1: Learn the necessary foundation:

    Lecture 1: Create an empty website project, add a page, and display it in a browser

    Lecture 2: Understand the difference between HTML and code behind files

    Lecture 3: Adding an external C# code file to your project

    Lecture 4: Create an external CSS file and connect it to the project

    Lecture 5: How to convert text input into numeric form using C#

    Chapter 2: Create the calculator step by step

    Lecture 1: Build the user interface by dragging and dropping controls in design view

    Lecture 2: Style the user interface using CSS

    Lecture 3: Add an external C# class for performing arithmetic operations

    Lecture 4: Improve the caculator so it works on decimals

    Lecture 5: Handle division by zero gracefully and display useful error messages

    Lecture 6: Conclusion

    Chapter 3: Projects

    Lecture 1: Modernize the Calculator with Func<,,,> and More

    Chapter 4: Miscellaneous Topics

    Lecture 1: Build A Drag and Drop User Control

    Lecture 2: Add Navigational Capability

    Chapter 5: Some ASP.NET Data Controls

    Lecture 1: Get SQL Server

    Lecture 2: Make Just an SQL Connection

    Lecture 3: Bulleted List Control

    Lecture 4: Chart Control

    Lecture 5: DataList Control

    Lecture 6: List View with Paging

    Lecture 7: Update, Add and Delete Records with DetailsView

    Lecture 8: Form View Control

    Lecture 9: Gridview Control

    Lecture 10: Manual C# Database Reading

    Lecture 11: Manual C# Database Writing

    Lecture 12: CSV File Uploader and Viewer

    Lecture 13: Create a Hosting Account and Get Your Site Up

    Chapter 6: Controls

    Lecture 1: What Controls Become in the Browser

    Lecture 2: AdRotator Control

    Lecture 3: Build and Use a User Control

    Lecture 4: User Control with Custom Tags

    Lecture 5: Add Controls At Run Time

    Lecture 6: Nest User Controls Inside ASP Controls

    Lecture 7: Intro to ASP.NET AJAX

    Lecture 8: Simple AJAX User Control

    Lecture 9: AJAX and Database Controls

    Lecture 10: AJAX, Databases and Update Progress Controls

    Lecture 11: Wizard Control

    Chapter 7: Controlling Layout and Appearance

    Lecture 1: Master Pages

    Lecture 2: Control Ids and Master Pages

    Lecture 3: Create a Simple Skin and Theme

    Lecture 4: Quick Table Creation and Formatting

    Lecture 5: Styling Information In Three Ways

    Lecture 6: Drop Down, Radio Buttons and Calendars Dynamic Formatting

    Lecture 7: TextArea, Literal and Disabling Validation

    Lecture 8: Dynamic Table Controls

    Lecture 9: Multiview and View Controls

    Lecture 10: Building Dynamic Menus

    Lecture 11: Building Menus Faster

    Chapter 8: JQuery and ASP.NET

    Lecture 1: Make a JQuery Template

    Lecture 2: Dynamic Styling with JQuery

    Lecture 3: JQuery Functions Examples

    Lecture 4: Calc with JQuery and AJax

    Lecture 5: Draggable Database Controls and TextAreas

    Lecture 6: Sortable and Draggable Database Connected Controls

    Lecture 7: Reading and Writing ASP.NET Controls with JQuery

    Lecture 8: GridView with XML and JQuery

    Lecture 9: Printing Database Controls to Google Drive, Printers, Telephones and the Cloud

    Chapter 9: Build A Database Entry System

    Lecture 1: Create The Table and Add a Stored Procedure

    Lecture 2: Write C# Code and Make Simple Interface

    Lecture 3: Improve the Interface with CSS, Ajax and JQuery

    Lecture 4: Make One Tiny Change

    Chapter 10: Page State

    Lecture 1: Simple View State Example

    Lecture 2: Session State

    Lecture 3: Server Side Transfers

    Lecture 4: Simple Caching Example

    Lecture 5: Setting and Reading Cookies

    Lecture 6: View Application Debugging and Tracing Information

    Chapter 11: Logging In and Out

    Lecture 1: Simple Login Example and Logout Example

    Lecture 2: Build a Registration System, Step 1

    Lecture 3: Changing Passwords and Adding Database Controls

    Chapter 12: Misc

    Lecture 1: Creating, Altering, And Dropping Stored Procedures

    Chapter 13: Advanced Stuff

    Lecture 1: Where To Go From Here

    Instructors

  • Learn Basic Microsoft ASP.Net Development with Visual Studio  No.2
    T O
    Spreader of Knowledge
  • Rating Distribution

  • 1 stars: 5 votes
  • 2 stars: 8 votes
  • 3 stars: 34 votes
  • 4 stars: 71 votes
  • 5 stars: 78 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!