This course is for those with prior experience with HTML4, CSS and JavaScript who are wanting to learn more about the new features of HTML5 and CSS3 in connection with JavaScript.
Course description
Microsoft introduced ASP.NET as a way to organize and write web applications and services using the .NET framework. Originally released with the WebForms pattern, which takes a control based drag and drop approach to designing a web page, it has since included many new technologies like MVC which support scaffolding, and WebAPI to handle RESTful requests. While these new technologies are quite powerful and deliver new ways of writing code, the challenge has been how to integrate them and build one solution. With that in mind, in .NET 4.5.1 and Visual Studio 2013 Microsoft has been pushing a new unified template for web projects called OneASP.NET. With this new template developers can create web solutions that start with WebForms, but include MVC features. Or a WebAPI site that adds WebForms. Additionally there is a new identity story that simplifies and modernizes how we handle authentication and profile data. Developers now have the choice of whether to use public identity like twitter or facebook, or use Active Directory, in addition to the old standbys. Lets dive into what's new for web developers with an overview of ASP.NET.
Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.
Prerequisites
This course assumes that students understand Visual C# 5.0 syntax, and have a basic understanding of the .NET Framework. No specific experience with Visual Studio 2013 is required.
Meet the expert
Mike Benkovich
Mike Benkovich delivers technical presentations around the U.S. as a consultant, trainer, and former Developer Evangelist for Microsoft. He has worked in a variety of professional roles including architect, project manager, developer, and technical writer. Mike is also an author of two books, published by WROX Press and APress, that show developers how to get the most from their SQL databases. Since appearing in the 1994 Microsoft DevCast, Mike has presented technical information at seminars, conferences, and corporate boardrooms across America.
Video Runtime
75 Minutes
Time to complete
208 Minutes
Course Outline
One ASP.NET
What is One ASP.NET (27:51)
Responsive Design (20:17)
Identity Evolution (15:45)
SignalR (11:31)