Search This Blog

Showing posts with label ASP.net. Show all posts
Showing posts with label ASP.net. Show all posts

Thursday, April 19, 2018

Learn MongoDB Beginner to Advanced 7 Video course Training DVD



Course 01 
Introduction to MongoDB
Duration 2h 27m 

Course 02
Introduction to Mongoose for Node.js and MongoDB
Duration 1h 41m

Course 03
MongoDB Administration
Duration 7h 20m

Course 04
Big Data & Reporting with MongoDB
Duration 2h 26m

Course 05
Using MongoDB with ASP.NET MVC
Duration 3h 12m

Bonus Course  06
Learning MongoDB
Duration: 7 hours 22 minutes

Bonus Course  07
Learning MongoDB
Duration: 3 hours and 26 minutes


Buy This Course DVD Now @







     






Thursday, October 2, 2014

ASP.NET MVC 5 Video Course On 2 DVDs Rs 600/-





Over 48 lectures and 6.30 hours of content

Lesson 1: ASP.NET MVC Programming Fundamentals

·Learning Objectives

·1.1: Build a basic controller

·1.2: Handle querystring variables

·1.3: Handle form posts

Lesson 2: View Fundamentals

·Learning Objectives

·2.1: Understand View Basics

·2.2: Build views using Razor

·2.3: Use view helpers

·2.4: Customize Razor views: Layout sections and strongly-typed views


Lesson 3: Model Fundamentals

·Learning Objectives

·3.1: Model your domain

·3.2: Pass data to the view

·3.3: Use strongly-typed models


Lesson 4: Routing

·Learning Objectives

·4.1: Design route URLs

·4.2: Route a URL to a controller

·4.3: Create dynamic routes

·4.4: Generate URLs from routes


Lesson 5: Controllers in Depth

·Learning Objectives

·5.1: Extend controllers with filters

·5.2: Extend controllers with action results

·5.3: Test MVC applications


Lesson 6: Model in Depth

·Learning Objectives

·6.1: Use model binding

·6.2: Extend the model binding with value providers

·6.3: Build view-specific models with AutoMapper


Lesson 7: Views in Depth

·Learning Objectives

·7.1: Manage code duplication

·7.2: Use partial views for common page sections

·7.3: Assemble complex pages with child actions

·7.4: Organize large applications with areas

·7.5: Develop MVC for the iPad and iPhone with responsive design

·7.6: Target and test iPad and iPhone with mobile display modes


Lesson 8: Templates and Validation

·Learning Objectives

·8.1: Build consistent forms with templated helpers

·8.2: Control selection of editor and display templates

·8.3: Customizing templates

·8.4: Validate user input with DataAnnotations and ModelState


Lesson 9: AJAX and jQuery

·Learning Objectives

·9.1: Apply jQuery for HTML features

·9.2: Enable unobtrusive JavaScript validation for forms

·9.3: Add AJAX callbacks easily with AjaxHelper


Lesson 10: Web API

·Learning Objectives

·10.1: Use the fundamentals of HTTP

·10.2: Create web services with Web API and MVC


·10.3: Use Web API for jQuery AJAX calls


======================================================================

This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 

=======================================================================


Payment mode : CASH ON DELIVERY , Pay on my account ,Buying via ebay or ShopClues


Shipping : By Courier through all over India


Shipping charge : Rs 50/- Flat Rate shipping anywhere in India


You can get with in two days

Any Advanced Graphic Design Software Tutorials, IT Software Tutorials, Multimedia  Software Tutorials, All Engineering purpose Software Tutorials & All Software Tutorials Available

For more details

Email : digitalcollections4u@gmail.com
https://www.facebook.com/TutorialsDVDs


Saturday, June 21, 2014

Learn C# .NET Programming Video Tutorial Training DVD Rs 300/-







Duration: 7.75 hours 
 115 tutorial videos

01. Introduction
0101 What's Covered
0102 Author Bio

02. Getting Started
0201 Visual C# Express Install
0202 Visual C# Express Overview

03. Your First C# Program
0301 Entering And Running The Program
0302 Correcting Errors
0303 Exercise - Modifying

04. C# Building Blocks - Data Types And Variables
0401 Introduction To Data Types
0402 Data Types - int, double
0403 Data Types Continued - string and bool
0404 Variable Naming Rules
0405 Declaring Variables
0406 Assigning Data To Variables
0407 Exercise - Saying Hello To Others

05. Introduction To Classes And Objects
0501 Classes And Objects
0502 Class Data Members - Constructors
0503 ToString Method
0504 Set and Get Methods
0505 Properties
0506 Utility Methods
0507 Exercise 1 - More On Name Class
0508 Exercise 2 - A Date Class

06. Arithmetic Operators And Expressions
0601 C# Arithmetic Operators
0602 Arithmetic Operator Order Of Precedence
0603 Increment And Composite Assignment Operators
0604 Using Constants
0605 Math Library Functions
0606 Mixing Arithmetic Data Types
0607 Exercise 1 - Translating Formulas To C# Code

07. C# Input And Output
0701 Reading Data From The Keyboard
0702 Reading Numeric Data From The Keyboard
0703 Writing Data To The Console
0704 Exercise - Generating A Form Letter

08. Making Decisions
0801 Relational Operators
0802 Logical Operators
0803 Simple if Statement
0804 if-else Statements
0805 Nested if-else Statements
0806 The if-else-if Statement - Part 1
0807 The if-else-if Statement - Part 2
0808 Exercise 1 - Q & A Program
0809 Exercise 2 - A Calculator Program

09. Performing Repetition
0901 The while Loop - Part 1
0902 The while Loop - Part 2
0903 Count Controlled while Loops
0904 Event Controlled while Loops
0905 The for Loop - Part 1
0906 The for Loop - Part 2
0907 The for Loop - Part 3
0908 break And continue
0909 Exercise 1 - Looping Q and A
0910 Exercise 2 - Looping Calculator

10. Methods
1001 Defining A Method - Part 1
1002 Defining A Method - Part 2
1003 Predicate Methods
1004 Void Methods
1005 Value Parameters
1006 Exercise 1 - Two Example Methods
1007 Exercise 2 - Adding Methods

11. Working With Lists
1101 Introduction To Lists
1102 Declaring A List
1103 Initializing A List
1104 Adding Data To A List
1105 Accessing List Elements
1106 Passing Lists As Method Arguments
1107 Generating Random Numbers
1108 Searching A List
1109 Sorting A List
1110 Exercise 1 - Finding The Maximum Value
1111 Exercise 2 - A Custom Search Method

12. Classes And Object-Oriented Programming
1201 Private Data Members
1202 More On Constructors
1203 Properties
1204 Displaying Data - ToString
1205 Helper Methods
1206 Exercise 1 - An Object-Oriented Calculator
1207 Exercise 2 - Extending Time Class

13. Inheritance
1301 Introduction To Inheritance
1302 Overriding Methods
1303 Protected Members
1304 Exercise 1 - Virtual Methods
1305 Exercise 2 - Graphics Package

14. Polymorphism And Other Advanced Topics
1401 Polymorphism Example
1402 Working With Abstract Classes
1403 Working With Interfaces
1404 Exercise 1 - Polymorphism

15. Arrays
1501 Declaring An Array
1502 Working With Array Elements
1503 Special Array Methods
1504 Passing Arrays As Function Arguments
1505 Two-Dimensional Arrays - Part 1
1506 Two-Dimensional Arrays - Part 2
1507 Exercise 1 - Array Elements As Counters
1508 Exercise 2 - Bar Charts Using Array
1509 Exercise 3 - A Deck Of Playing Cards

16. Additional C# Control Flow Constructs
1601 The switch statement - Part 1
1602 The switch statement - Part 2
1603 The do-while Loop - Part 1
1604 The do-while Loop - Part 2
1605 The for-each Loop - Part 1
1606 The for-each Loop - Part 2
1607 Exercise 1 - Using switch Statement
1608 Exercise 2 - while Loop Replacement
1609 Exercise 3 - for-each Loop In Lists

17. File Processing
1701 Writing Data To A File
1702 Reading Data From A File
1703 Appending Data To A File
1704 Reading Characters From A File
1705 Writing Characters To A File
1706 Exercise 1 - Creating A To-Do List
1707 Exercise 2 - To-Do List Continued

18. Miscellaneous Topics
1801 Variable Scope
1802 Working With Strings
1803 Exception Handling
1804 LINQ For Queries

_________________________________________________________________



This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 





_________________________________________________________________




VLC Player, Flash Player and Other Video Tools Also Provided in this Course DVD






Any Advanced Graphic Design Software Tutorials, IT Software Tutorials, Multimedia  Software Tutorials, All Engineering purpose Software Tutorials & All Software Tutorials Available

For more details

Email : digitalcollections4u@gmail.com
https://www.facebook.com/TutorialsDvDs

Saturday, July 27, 2013

ASP.NET 4 24-Hour Trainer Video Tutorial DVD Rs 300/-







ASP.NET 4 24-Hour Trainer is an exceptional book-and-video package ideal for everyone from beginners to more advanced developers.


ASP.NET 4 24-Hour Trainer | ISO | 897 MB

Microsoft ASP.NET allows you to build dynamically generated Web pages from database content. Written by a well-known authority on ASP.NET, this book-and-DVD package is an ideal place to start learning about the capabilities of ASP.NET 4. Each lesson covers both the ASP.NET Web Forms Framework and the ASP.NET MVC 2 Framework and is designed to teach you the fundamentals of the topic before progressing to a step-by-step tutorial. An instructional video for each of the 48 tutorials is provided on the DVD that accompanies the book.

Lessons include:

* Anatomy of an HTML Page
* Using Common HTML Tags
* Adding Style to an HTML Page
* State Management in ASP .NET 4
* Configuring Your Web Application
* Web Site Projects vs. Web Application Projects
* ASP.NET Web Forms Web Application
* ASP.NET MVC Web Application
* The Page Life Cycle in Web Forms
* The Request Life Cycle in MVC
* Server Controls in Web Forms
* HTML Helpers in MVC
* Master Pages
* Skins and Themes in Web Forms
* Partial Views in MVC
* Validation Controls in Web Forms
* Validation Helpers in MVC
* Dynamic Data in Web Forms
* Display Templates in MVC
* Dynamic Data Templates in Web Forms
* Using the AJAX Extensions in Web Forms
* Using jQuery for Ajax in Web Forms Authentication
======================================================================

This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 

Payment mode : Pay on my account ,Buying via ebay or Paypal  


Shipping : By Courier through all over India


Shipping charge : Rs 50/- Flat Rate shipping anywhere in India


You can get with in two days

Any Advanced Graphic Design Software Tutorials, IT Software Tutorials, Multimedia  Software Tutorials, All Engineering purpose Software Tutorials & All Software Tutorials Available

For more details

Email : digitalcollections4u@gmail.com
https://www.facebook.com/TutorialsDvDs

ASP.NET MVC 4 Essential Training Video Tutorial DVD Rs 300/-





Author: Jess Chadwick
Subject: Developer 
Software: ASP.NET, ASP.NET MVC 4
Llevel: Intermediate
Duration: 3h 56m
Released: Jan 09, 2013

ASP.NET MVC is a powerful and effective framework for building maintainable and scalable web applications. In this course, author Jess Chadwick reviews the Model-View-Controller (MVC) architecture at the heart of ASP.NET MVC and shows how to create a model, execute controller logic, and interact with models via views. The course shows how to create professional-looking web pages with layouts, work with data in forms, create separate content or sites for mobile devices, and enhance your projects with AJAX. Jess also explains how to secure your site with user permissions, optimize its performance, and deploy it to the world.

Introduction2m 39s


  • Welcome48s
  • Prerequisites1m 14s
  • Using the exercise files37s


1. Getting Started12m 29s


  • What is Microsoft ASP.NET MVC?2m 9s
  • Preparing your system2m 43s
  • Hello World: Creating your first website4m 22s
  • Exploring an ASP.NET MVC web application project3m 15s


2. The Fundamentals of ASP.NET MVC20m 25s


  • The Model-View-Controller architecture pattern4m 13s
  • Creating the model2m 31s
  • Executing controller logic2m 20s
  • Displaying views3m 33s
  • Routing requests to controller actions4m 19s
  • ASP.NET MVC for Web Forms developers3m 29s


3. Working with Views22m 59s


  • Introduction to Razor (AKA the @ symbol)5m 22s
  • Interacting with models and ViewData6m 28s
  • Speeding up view development with HTML and URL helpers7m 27s
  • Reusing logic and managing complexity with partial views3m 42s


4. Creating a Consistent Look and Feel13m 52s


  • Using layouts to create a consistent theme4m 21s
  • Creating a content page that uses a layout file2m 51s
  • Applying advanced layout techniques6m 40s


5. Routing Requests to Controller Actions16m 31s


  • Organizing access to your app with routing4m 19s
  • How routing finds controller actions6m 11s
  • Combating routing ambiguity6m 1s


6. Working with Data27m 50s


  • Creating a form with HTML form helpers7m 8s
  • Automatically binding to data in the request4m 45s
  • Validating user input7m 17s
  • Persisting data with Entity Framework code first8m 40s


7. Enhancing Your Site with AJAX19m 27s


  • What is AJAX?8m 52s
  • Requesting partial views4m 5s
  • Requesting JSON data via MVC controllers6m 30s


8. Securing Your Site18m 5s


  • Securing your application from unauthorized users6m 57s
  • Registering new users3m 40s
  • Authenticating registered users4m 47s
  • Avoiding cross-site request forgery attacks2m 41s


9. Optimizing Site Performance 31m 41s


  • The fundamentals of website optimization4m 33s
  • Caching entire pages6m 57s
  • Caching parts of pages5m 51s
  • Scaling your site for more concurrent users5m 56s
  • Reducing bandwidth with bundling and minification8m 24s


10. Targeting Mobile Devices19m 24s


  • The fundamentals of the mobile web2m 55s
  • Displaying mobile-optimized content7m 0s
  • Building a website just for mobile devices9m 29s


11. Ensuring Separation of Concerns10m 30s


  • Simplifying a complex application with areas4m 18s
  • Exposing data via ASP.NET Web API services6m 12s


12. Deploying Your Application to the World19m 46s


  • Overview of website deployment options6m 39s
  • Configuring and deploying to IIS6m 13s
  • Configuring and deploying to Windows Azure6m 54s
  • Conclusion43s
  • Goodbye43s



Simplifying a complex application with areas

Configuring and deploying to IIS or Windows Azure

======================================================================

This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 

Payment mode : Pay on my account ,Buying via ebay or Paypal  


Shipping : By Courier through all over India


Shipping charge : Rs 50/- Flat Rate shipping anywhere in India


You can get with in two days

Any Advanced Graphic Design Software Tutorials, IT Software Tutorials, Multimedia  Software Tutorials, All Engineering purpose Software Tutorials & All Software Tutorials Available

For more details

Email : digitalcollections4u@gmail.com
https://www.facebook.com/TutorialsDvDs