Trending
Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Saturday, October 4, 2014

ASP.NET MVC Scaffolding

Each version of ASP.NET MVC has seen an increase in developer productivity features. However, that reaches a whole new level with the addition of MVC Scaffolding. Whether you are an MVC newbie or an experienced MVC developer looking for an increase in productivity, MVC Scaffolding has something for you. This course will start with the basics and then dive into more advanced features of MVC Scaffolding that will allow you to develop applications with shocking speed, customized to the specific needs of your application. MVC Scaffolding is absolutely a tool that every MVC developer should have in their toolbox!

Monday, September 22, 2014

ASP.NET 4.0 New Features

Pluralsight – ASP.NET 4.0 New Features
This course covers the new features that were added to ASP.NET 4.0, including ViewState improvements, routing, deployment, and several additional miscellaneous enhancements.

Sunday, September 21, 2014

ASP.NET Dynamic Data Fundamentals

Pluralsight – ASP.NET Dynamic Data Fundamentals
In this tutorial, we build a simple campaign management application using Dynamic Data and EF 4. We start by modeling our business domain using the Model-First approach, and see how to access data using familiar ASP.NET pages. Then we move on to exploring the Dynamic Data infrastructure and learn to customize it to our specific needs. Next we drill down into Dynamic Data controls and learn how to use them in custom web pages. We also learn how to add validation and business rules to our application. Finally we set out to improve our architecture by achieving better separation of concerns.

ASP.NET MVC 3.0 Fundamentals

Pluralsight – ASP.NET MVC 3.0 Fundamentals
In this course we’ll look at the new features of the ASP.NET MVC 3.0 framework, including the new Razor view engine, new unobtrusive AJAX features, NuGet package management, and more.

ASP.NET Ajax JavaScript and jQuery

Pluralsight – ASP.NET Ajax JavaScript and jQuery
This course covers the details of working with JavaScript and jQuery in the context of ASP.NET Ajax.

Friday, September 19, 2014

ASP.NET MVC 2.0 Fundamentals

Pluralsight – ASP.NET MVC 2.0 Fundamentals
The ASP.NET MVC 2.0 framework adds a number of important new features, including data annotations, client validation, and model templates. This course will dive into these topics in addition to asynchronous controllers, areas, and more.

Wednesday, September 17, 2014

ASP.NET MVC Fundamentals

Pluralsight – ASP.NET MVC Fundamentals
ASP.NET MVC is a supplemental framework built on top of ASP.NET that supports the construction of Model View Controller based applications as an alternative to the post-back model of traditional ASP.NET applications. Building Web applications using MVC enables a clear separation of concerns between presentation and control logic, creates a test-friendly application that supports test-driven development (TDD), allows for finer-grained control over rendered HTML and JavaScript, and simplifies control over the URL space of an application. This course will dive into the MVC pattern and the ASP.NET framework architecture to give you the knowledge you need to develop web applications using ASP.NET and the ASP.NET MVC framework.

Tuesday, September 16, 2014

Pluralsight – ASP.NET Ajax Advanced Topics

Pluralsight – ASP.NET Ajax Advanced Topics
This course covers advanced topics in ASP.NET Ajax including custom controls, application design, and debugging.

Monday, September 8, 2014

Android App Creation With C#

InfiniteSkills – Android App Creation With C#
In this Android App Creation with C# training course, expert author Keith Welch teaches you how to create applications for Android using Mono and C#. This course is designed for the absolute beginner, meaning no Android App Creation experience is required.

Sunday, August 24, 2014

ASP.NET 3.5 Working With Data

Pluralsight – ASP.NET 3.5 Working With Data
ASP.NET has established itself as one of the most productive environments for building web applications and more developers are switching over every day. The 2.0 release of ASP.NET builds on the same componentry of 1.1, improving productivity of developers even further by providing standard implementations of common Web application features like membership, persistent user profile, and Web parts, among others. The 3.5 release adds several new controls including the flexible ListView and the LinqDataSource, as well as integrated suport for ASP.NET Ajax. This course will cover the data access, caching, and state management features of ASP.NET.

ASP.NET 3.5 Security

Pluralsight – ASP.NET 3.5 Security
This course covers the membership and security features of ASP.NET.

Friday, August 22, 2014

ASP.NET 3.5 Advanced Topics

Pluralsight – ASP.NET 3.5 Advanced Topics
This course covers more advanced topics in ASP.NET 3.5 including the HTTP Pipeline, custom controls, and asynchronous pages.

Build a Simple PHP Application

TeamTreeHouse – Build a Simple PHP Application
This project will show you how to build an e-commerce store in the PHP programming language. By the end, you’ll be able to build an online t-shirt store that can display inventory items and take orders via PayPal.

SharePoint 2013 Developer Ramp-Up – Part 1-6

Pluralsight – SharePoint 2013 Developer Ramp-Up – Part 1-6
Part 1: In this course students will get up to speed on SharePoint 2013 both from a SKU/license perspective as well as from a capability and architectural perspective. The different deployment models will also be covered in depth (on-premise / hosted [Office 365] / hybrid) and an overview on the different development and extensibility options.

Thursday, August 21, 2014

SharePoint 2010 Developer Ramp-Up – Part 1-6

Pluralsight – SharePoint 2010 Developer Ramp-Up – Part 1-6
Part 1 Getting into SharePoint 2010 development? This course is for you! You’ll learn the basics of SharePoint 2010 architecture and the products involved. Students will also get a crash course in working with PowerShell for SharePoint as Microsoft now recommends all command line management of SharePoint 2010 be done with PowerShell. Students will also get an introduction to the new developer tools included in Visual Studio 2010 as well as how to develop in terms of Features and Solutions.

SharePoint 2010 Administrator Ramp-Up – Part 1-8

Pluralsight – SharePoint 2010 Administrator Ramp-Up – Part 1-8
Part 1: This course covers the concepts and skills required to install SharePoint Server 2010 and configure a new SharePoint farm. You will learn about the prerequisite software that must be installed prior to installing SharePoint Server 2010 as well how to make the correct choices when going through the installation process. The course also discusses farm topologies and how to properly create a new farm along with the configuration database and the Central Administration site.

SharePoint 2007 Developer Ramp-Up – Part 1-8

SharePoint 2007 Developer Ramp-Up – Part 1-8
Part 1: This course is ideal for those who are just getting into SharePoint 2007 development. Students first go through the process of understanding how SharePoint is installed & architected on the server and what products are involved. A high-level introduction of the differences between Windows SharePoint Services (WSS) and Microsoft Office SharePoint Server (MOSS) is covered as well as a brief introduction to how to customize & personalize sites using the browser based mode.

Wednesday, August 20, 2014

Beginning Perl

Beginning Perl
Everything beginners need to start programming with PerlPerl is the ever-popular, flexible, open source programming language that has been called the programmers’ Swiss army knife. This book introduces Perl to both new programmers and experienced ones who are looking to learn a new language. In the tradition of the popular Wrox Beginning guides, it presents step-by-step guidance in getting started, a host of try-it-out exercises, real-world examples, and everything necessary for a Perl novice to start programming with confidence.

Beginning ASP.NET 4.5: in C# and VB

Beginning ASP.NET 4.5: in C# and VB
Updated for ASP.NET 4.5, this introductory book is filled with helpful examples and contains a user-friendly, step-by-step format. Written by popular author and Microsoft ASP.NET MVP Imar Spaanjaars, this book walks you through ASP.NET, Microsoft's technology for building dynamically generated web pages. This edition retains the highly accessible approach to building the Planet Wrox website example, an online community site featuring product reviews, picture sharing, bonus content for registered users, and more.

Microsoft ASP.NET 4 Step by Step (Step by Step Developer)

Microsoft ASP.NET 4 Step by Step (Step by Step Developer)
Teach yourself the fundamentals of Web development with ASP.NET 4-one step at a time. With STEP BY STEP, you get the guidance and learn-by-doing examples you need to start building Web applications and Web services in the Microsoft Visual Studio(R) 2010 environment. The author-a highly regarded programming expert, writer, and instructor-illuminates ASP.NET features through practical examples that help developers quickly grasp concepts and apply techniques to the real world. The book also includes a companion CD with code samples, data sets, and a fully searchable eBook.
Mediafire.com    
  1. bit.ly/1AyqI44

About

Contact Form

Name

Email *

Message *

Copyright © 2013 TOTdownload.com
Designed By Blogger Templates