Ex Course

ASP.NET is an object-oriented server-side Web application framework designed to build web applications on Windows systems, to produce dinamic web pages.

ASP.NET Courses - E-books

  1. Beginning ASP.NET 4.5 in C# and VB (2012 - PDF Source code - 43.2 MB)
    • - This book is for anyone who wants to learn how to build rich and interactive websites that run on the Microsoft platform.
      It is filled with helpful examples and contains a user-friendly, step-by-step format. This book walks you through ASP.NET, Microsoft's technology for building dynamically generated web pages.
  2. Professional ASP.NET 4.5 in C# and VB (2013 - PDF Source code - 67.6 MB)
    • - This book was written to introduce you to the features and capabilities that ASP.NET 4.5 offers, assuming you have a general understanding of web technologies, such as HTML, CSS, or previous versions of ASP.NET. Introduces new topics, and shows you examples of these new technologies in action.
  3. Pro ASP.NET 4.5 in C# (2013 - PDF Source code - 46.8 MB)
    • - A complete reference to ASP.NET, this book teachs you everything you need to know in order to create well-designed ASP.NET websites. Beginning with core concepts the book progresses steadily through key professional skills. You'll be shown how to query databases in detail, consider the myriad applications of XML, and advanced topics such as using client-side validation, jQuery and Ajax.

Video courses and tutorials

  1. ASP.NET 4 AJAX and jQuery Using Visual C# (ASP4JQ 1 - ASP4JQ 2 - ASP4JQ 3)
    • - The course starts out with an exploration of the fundamentals of AJAX. Then continues with interesting features in JavaScript that will help you write code that runs in the browser. Next up is an introduction to server-side controls that you can use in a Web forms page to reduce the amount of data that has to move between client and server. Then you’ll explore some of the techniques you can use to create applications that give users a good experience with your Web application.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag adds an image in web page?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which of these CSS codes displays the text oblique?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Click on the jQuery function used to hide with animation a HTML element.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Click on the correctly defined function in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
ASP.NET Courses

Last accessed pages

  1. Configuring Text (452)
  2. Countdown Timer with starting time added into a form (11460)
  3. Convert XML to JSON in JavaScript (33948)
  4. JavaScript Scripts (2884)
  5. Superglobal $_SERVER Array (3120)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (324)
  2. Read Excel file data in PHP - PhpExcelReader (118)
  3. The Four Agreements (97)
  4. PHP Unzipper - Extract Zip, Rar Archives (94)
  5. The Mastery of Love (87)
Chat
Chat or leave a message for the other users
Full screenInchide