<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nictinfotech&#039;s Blog</title>
	<atom:link href="http://nictinfotech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nictinfotech.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 07 Oct 2009 07:02:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nictinfotech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nictinfotech&#039;s Blog</title>
		<link>http://nictinfotech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nictinfotech.wordpress.com/osd.xml" title="Nictinfotech&#039;s Blog" />
	<atom:link rel='hub' href='http://nictinfotech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Learn ASP.net using C#/VB/J#/AJAX/WEB SERVICES</title>
		<link>http://nictinfotech.wordpress.com/2009/10/07/learn-asp-net-using-cvbjajaxweb-services/</link>
		<comments>http://nictinfotech.wordpress.com/2009/10/07/learn-asp-net-using-cvbjajaxweb-services/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 06:57:31 +0000</pubDate>
		<dc:creator>nictinfotech</dc:creator>
				<category><![CDATA[EDUCATION]]></category>

		<guid isPermaLink="false">http://nictinfotech.wordpress.com/?p=5</guid>
		<description><![CDATA[Course Objective: This course intends to give theoretical and practical training to the students for creating the dynamic and interactive Web applications. This course is also suitable for the faculty who wish to upgrade themselves in the field of advance web application design and development. Microsoft ASP.NET is more than just the next generation of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nictinfotech.wordpress.com&amp;blog=9821833&amp;post=5&amp;subd=nictinfotech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Course Objective:</strong></p>
<p>This course intends to give theoretical and practical training to the students for creating the dynamic and interactive Web applications. This course is also suitable for the faculty who wish to upgrade themselves in the field of advance web application design and development. Microsoft ASP.NET is more than just the next generation of Active Server Pages (ASP). It provides an entirely new programming model for creating network applications that take advantage of the Internet. . In this course, you’ll receive an overview of server-side programming as well as advanced control mechanisms, such as dynamic loads/unloads and user controls for adding extensibility into an application.</p>
<p>Throughout this course, you shall walk through the process of working with data commands, data readers and data sets. You’ll also learn authorization and authentication techniques, among other topics.</p>
<p>The core objective of the course is to educate a mixed-level group of students on web based programming, its avenues and how this can help them to adopt it as one of the future career options. This course is designed in such a way that it would help students to acquaint themselves with the web programming skills required to excel in IT industry. This course shall prepare the students for the interview questions for the jobs in the field of Web application design and development using ASP.net.</p>
<p>This course shall enable you to</p>
<p>· Follow the Microsoft ASP.NET model using page directives, streamlined code blocks and master pages.</p>
<p>· Learn about ASP.NET controls found in the standard web controls library as well as validation controls to provide a more full-featured interface.</p>
<p>· Compare the existing ADO model with the ADO.NET model.</p>
<p>· Understand data binding techniques as well as default and custom views.</p>
<p>· Use standard HTML controls and manage those controls server-side.</p>
<p>· Learn navigation techniques to effectively navigate through ASP.NET applications.</p>
<p>Why Asp.net?</p>
<p>· ASP.NET drastically reduces the amount of code required to build large applications</p>
<p>· ASP.NET makes development simpler and easier to maintain with an event-driven, server-side programming model</p>
<p>· The source code is executed on the server. The pages have lots of power and flexibility by this approach</p>
<p>· The source code is compiled the first time the page is requested. Execution is fast as the Web Server compiles the page the first time it is requested. The server saves the compiled version of the page for use next time the page is requested</p>
<p>· ASP.NET makes for easy deployment. There is no need to register components because the configuration information is built-in.</p>
<p>Course Length: 4 months</p>
<p>Course pre-requisite:</p>
<p>1. Students should know have basic knowledge of OOPs (Object Oriented Paradigm).</p>
<p>2. Students should have at least 10+2 level academic qualification</p>
<p>3. Should have basic knowledge of any RDBMS (Relational Database Management System) and HTML.</p>
<p>Course Outline:</p>
<p>Month – 1</p>
<p>Module1: Introduction to ASP.NET with C#</p>
<p>1.A Review of Classic ASP<br />
2.Difference between classical ASP and ASP.net<br />
3.Client Server Architecture<br />
4.ASP.NET Web Applications<br />
5.Introduction to C#<br />
6.Data Types(Value Types and Reference Types)<br />
7.Data Types Conversions<br />
8.Type Safety(Boxing and UnBoxing)<br />
9.Constants and Variables<br />
10.Page Life Cycle and Round Trip<br />
11.EnableViewState and IsPostBack Properties of Page<br />
12.Inheritance and Object Instantiation<br />
13.Classes and Structures<br />
14.Constructor and Destructor<br />
15.Methods(Declaring ,Invoking and passing Parameters)<br />
16.Polymorphism, Method Overloading and Operator Overloading<br />
17.Enumeration</p>
<p>Module 2: Working with Web Forms Controls and C#</p>
<p>1. Introduction to Web Forms Controls</p>
<p>2. Simple Input Controls</p>
<p>3. Hyperlinks</p>
<p>4. Button Controls</p>
<p>5. List Controls</p>
<p>Module 3: Validating User Input with C#</p>
<p>1. Overview of ASP.NET Validation Controls</p>
<p>2. Client-Side Validation</p>
<p>3. Server-Side Validation</p>
<p>4. Required Field Validator</p>
<p>5. Summarizing Results with the ValidationSummary Control</p>
<p>Month &#8211; 2</p>
<p>Module 4: Using Rich Server Controls with C#</p>
<p>1. Introduction to Rich Controls</p>
<p>2. The Calendar Control</p>
<p>3. The AdRotator Control</p>
<p>4. The XML Control</p>
<p>Module 5: ASP.NET Server Controls</p>
<p>1.HTML Server Controls<br />
2.Web Server Controls<br />
3.Validation Server Controls<br />
4.Page Life Cycle and Round Trip<br />
5.EnableViewState and IsPostBack Properties of Page<br />
6.User Controls and Master Pages<br />
7.Navigation Controls</p>
<p>Module 6: Accessing Data with C#</p>
<p>1. Overview of ADO.NET, Connecting to Data</p>
<p>2. ADO. NET Classes</p>
<p>3. Accessing database from webpage</p>
<p>4. Using System.Configuration</p>
<p>Module 7: Using the DataList and Repeater, Datagrid Controls</p>
<p>1. Overview of List-Bound Controls</p>
<p>2. Creating a Repeater Control</p>
<p>3. Creating a DataList Control</p>
<p>4. Introduction to the DataGrid</p>
<p>5. Setting Up the DataGrid</p>
<p>6. Using Advanced DataGrid Features</p>
<p>7. Adding Advanced Features</p>
<p>Month &#8211; 3</p>
<p>Module 8: Managing Data with ADO.NET DataSets and C#</p>
<p>1. The Role of DataSets in ADO.NET</p>
<p>2. Using DataSets in ASP.NET</p>
<p>3. Saving DataSets in Session State</p>
<p>4. Using DataTable Constraints</p>
<p>5. DataSet DataRelations</p>
<p>6. Using DataSets with DataAdapters to Modify Data</p>
<p>Module 9: Creating and consuming XML Web Services with C#</p>
<p>1. The Motivation for XML Web Services</p>
<p>2. Creating an XML Web Service with Visual Studio .NET</p>
<p>3. Making Web Services using in C#</p>
<p>4. Running the Web Service</p>
<p>5. Creating Web Services Clients</p>
<p>6. HTTP Clients creating .NET Consumers</p>
<p>7. Web Services and Legacy Clients</p>
<p>Month – 4</p>
<p>Module 10: Application and State Management</p>
<p>1.Overview of state management with HTTP<br />
2.Client-Side State Management<br />
3.Server-Side State Management<br />
4.Working with Application, Session Intrinsic objects<br />
5.Connection pooling and object pooling</p>
<p>Module 11: Improving Performance with Caching</p>
<p>1. The Importance of Caching</p>
<p>2. Declarative Page Output Caching</p>
<p>3. Programmatic Page Caching</p>
<p>4. Caching Page Fragments</p>
<p>5. Caching Data and Monitoring Performance</p>
<p>Module 12: Configuring and Deploying ASP.NET Applications</p>
<p>1. Configuring IIS and the .NET Framework</p>
<p>2. Deploying ASP.NET Applications</p>
<p>Module 13: Securing ASP.NET Applications with C#</p>
<p>1. ASP.NET Security Overview</p>
<p>2. Windows Authentication</p>
<p>3. Forms Authentication</p>
<p>4. Custom Authentication</p>
<p>Related to : C#/.NET/ASP.NET</p>
<p>Contact : SHYAM (View user&#8217;s ads)</p>
<p>Mobile : 9213633066</p>
<p>Address : NICT INFOTECH, D-3/34,GROUND FLOOR,SEC-16, ROHINI</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nictinfotech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nictinfotech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nictinfotech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nictinfotech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nictinfotech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nictinfotech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nictinfotech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nictinfotech.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nictinfotech.wordpress.com&amp;blog=9821833&amp;post=5&amp;subd=nictinfotech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nictinfotech.wordpress.com/2009/10/07/learn-asp-net-using-cvbjajaxweb-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8393584a49b1b3df681a927e1d738206?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nictinfotech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
