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 defines the clickable areas inside the image map?
<map> <img> <area>
<img src="image.jpg" usemap="#map1">
<map name="map1">
  <area shape="rect" coords="9, 120, 56, 149" href="#">
  <area shape="rect" coords="100, 200, 156, 249" href="#">
</map>
Which CSS property defines what is done if the content in a box is too big for its defined space?
display overflow position
#id {
  overflow: auto;
}
Click on the event which is triggered when the mouse is positioned over an object.
onclick onmouseover onmouseout
document.getElementById("id").onmouseover = function(){
  document.write("Have Good Life");
}
Indicate the PHP variable that contains data added in URL address after the "?" character.
$_SESSION $_GET $_POST
if(isset($_GET["id"])) {
  echo $_GET["id"];
}
ASP.NET Courses

Last accessed pages

  1. Mixins (216)
  2. Get Duration of Audio /Video file before Upload (15282)
  3. JavaScript trim, rtrim and ltrim (13040)
  4. $_GET, $_POST and $_REQUEST Variables (33708)
  5. AJAX Tutorials (508)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (240)
  2. Read Excel file data in PHP - PhpExcelReader (83)
  3. The Four Agreements (72)
  4. PHP Unzipper - Extract Zip, Rar Archives (72)
  5. The Mastery of Love (60)