UrbanPro
true

WCF Windows Communication Foundation

LIVE
2 reviews
2 Hours

Course offered by Jaikiran kumar J

5 reviews

Developing GUI Application Using WINFORMS

    •    Basic Controls
    •  Panel & Layouts
    •  Drawing and GDI Devices
    •  MenuStrip, ToolbarStrip and ContextMenuStrip
    •  Model and Modeless Dialog boxes
    •  Mutiple Document Interface( MDI)
    •    Form Inheritance
    •  Building Login Form
    •  Working with Resource Files and Setting
    •  Notify Icon Controls
    •  Using Components like Timer, FileSystemWatcher, Process, BackgroundWorker
    •  Drag and Drop
    •  Working with Advanced Controls like TreeView and ListView

Database Programming Using ADO.NET

    •  Prerequisite - Knowledge of SQL Queries
    •  Introduction and Evolution of ADO.NET
    •  Understanding the Role of Managed Provider and ADO.NET Objects
    •  installing Required Software - Sql Server and Management studio
    •  Connecting to Database and Connection Pooling
    •  Performing Insert, Update and Delete Operations
    •  Fetching Data from database - Executing Select Statements
    •  How to implement Login facility with database
    •  Use of Multiple Active Result Sets
    •  Parameterized Prepared Statements
    •  Inserting Image into Database table
    •  Executing Stored Procedure
    •  Using Transaction
    •  Asynchronous Execution of Queries
    •  Writing Provider Independent Code
    •  Writing Common Code for Execution of Stored Procedures
    •  Quick Overview of all ADO.NET objects
 
Managing Data using DataSet

    •  Introduction DataSet and its Object Model
    •  Filling DataSet using DataAdapter
    •  Binding DataSet to DataGridView
    •  Updating changes to database using DataAdapter
    •    Using SqlCommandBuilder
    •  Managing DataTable Programmatically
    •    DataAdapter events
    •  Handling concurrency issue
    •  Working with DataViews
    •  Constraints in DataTable
    •  Using DataRelations object
    •  Creating DataSet/DataTable dynamically
    •  Working with Typed DataSet
    •  Summary and Important Classes and their properties and methods

N-Tier Layered Architecture Application

    •  Understanding Tier and Layer
    •  Dividing Application into multiple layers
    •  Developing an application using Layered Architecture
    
    a. Creating Table and Stored Procedure
    b.Creating Data Class
    c.Creating DAL Class
    d.Creating BO Class
    e.Creating Form and handlingevents
    f.Creating Dialog Box for Add and Edit OPerations.

XML
    •  Introduction
    •  Well Formed and Valid XML Document
    •  Structure of XML Document
    •  XML DOM Parser
    •  XPath Specification
    •  XML and DataSet
    •  XMLDataDocument for reading from DataSet
    •  XMLTextWriter & XMLTextReader
    •  XPathDocument & XPathNavigator

Windows Services
    •    Introduction to Windows Service
    •    Windows Service Project Template
    •    Developing Windows Services
    •    Installing, Deploying and Launching Windows Service
    •    Developing a Service Controller Application
    •    Handling Custom Commands in Windows Services
 
Delegates & Events

    •  Introduction to Delegates
    •  Creating a Chat Application Using Delegates
    •  Events Declaration, Raising and Handling
    •  Anonymous Methods

User Control and Custom Control

Multithreading

•    Threading Overview
•    Scheduling
•    Thread States
•    Programming Threads
•    Methods of Thread Class
•    Thread Pool
•    Thread Synchronization
•    Monitor
•    Mutex
•    Semaphore
•    Events
•    Parallel Programming using Task Parallel Library
•    Asynchronous Programming using async and wait keywords

Packaging and Deployment

    •  File System Editor
    •    Registry Editor
    •    File Types Editor
    •  User Interface Editor
    •    Custom Actions
    •  Launch Condition Editor
    •  Creating Uninstall Shortcut
    

Debugging and Diagnostics

    •  What is Debugging?
    •  Build Configuration(Debug and Release)
    •  List of Debugging Windows
    •  Break Point Hit Count and Condition
    •  Debugging Exception

•  What is Diagnostics?
    •  Debug and Trace Classes
    •  Types of Listeners
    •  Boolean and Trace Switch
 
ASP.NET Syllabus

Web Programming Inroduction

    •  Understanding role of Web Server and Web Browser.
    •  Brief about HTTP Protocol.
    •  HTTP Request structure.
    •  Form Tag and comparison between Get and Post methods.
    •  HTTP Response Structure.

HTML and JavaScript

    •  Understanding HTML Form Tag and elements within it.
    •  Javascript using Sample Programs.

Introduction to ASP

    •  Introduction to ASP.
    •  Types of Path.
    •  Examples using Response object of ASP.
    •  Working with FORM tag.
    •  Important Points about the FORM submission.
    •  Few more examples.
    •  Problem with ASP.
    
ASP.NET Introduction & Sample Programs

    •  How to create and run the first ASP.NET application.
    •  Understanding the code generated by VS.NET.
    •    Example Programs.
    •    Understanding AutoPostBack.
        
    •    Types of Server Controls
        a. HTML controls.
        b. Web Server Controls.

    •    Exploring Server Controls.

    Validation Controls

        •    BaseValidator
        •    ValidationSummary
        •    RequiredFieldValidator
        •    CompareValidator
        •    RangeValidator
        •    RegularExpressionValidator
            
    •    CausesValidation Property of Button
    
    •    Grouping Controls for Validation

Applying Themes and Styles to Controls

    •  Working with CSS
    •  Using Themes to Customize a Site
    
    •  Named Skins within a Theme
    
    •  Server-side Styles using Themes
    
    •  Contents of a Theme and Skin
    
    •  Themes and Profiles
    

ASP.NET Architecture

    •  What is AppDomain
    •  Life cycle of a WebForm when requested by a client.
    •  How does a control manages its state
    •  EnableViewState property
    •  Event Handling in WebForms
    •  Writing / Using Custom Classes in WebApplication
    
    Page Navigation Options

        •    Response.Redirect
        •    Server.Transfer
        •  CrossPagePostBack property of Button
        a. Accessing controls of PreviousPage
        
        b. Accessing Properties of PreviousPage
        c. PreviousPageType page directive

    Creating a Layout Using Master Pages

        •  Why Master Pages.
        •    Significance of ContentPlaceHolder Tag in MasterPage and Content Tag in
        WebForm.
        •  How a control of MasterPage can be accessed / programmed in WebForm.
            a.    Master.FindControl
            b.    Public property in MasterPage  and <%@MasterType directive in WebForm.
        •  Load and LoadComplete events of the Page and MasterPage classes.

•    Understanding ClientID and UniqueID properties.

User Control

    •  Creating a UserControl.
    •  Adding a Usercontrol to the WebForm.
    •  Register – Directive.
    •  Loading UserControl Dynamically.
    •  Usage of Page.ClientScript.RegisterClientScriptBlock Method

ASP.NET State Management

    •  Need for state management
    •  Static members in Webform
    •  Global Class in App_Code folder
    •    ViewState
    •    HiddenField
    •    QueryString
    •    HttpContext
    •  HttpCookie and Cookie Dictionary
    •    HttpSessionState
    •    HttpApplicationState

Databound Controls

    •  Rendering Table o/p using SqlDataAdapter and SqlCommandReader
    •    SqlDataSource
    •    GridView
    •    DetailsView
    •    FormsView
    •    DataList
    •    Repeater
    •    ListView

Creating Virtual Directory & Web Application

    •  What is Web Applications & Virtual Directory
•    Using VS.NET creating Web Application with Location as IIS.
•    How to create a Virtual Directory & Web Application in IIS
    •  Advantages of Web Application
    •  Steps for moving Web Application created using File System to IIS
•    How to use Virtual Directory which is not a WebApplication.

Globa.asax & HttpApplication

    •  Global.asax file
    •  HttpApplication Class
    •  Events of HttpApplication Object
    •    Examples
        a. Url Rewriting
        b. Handling Errors
        c. Tracking number of Sessions

Understanding Configuration File - Web.Config

    •  Importance of web.config
    •  Managing Application Settings.
    •  Handling Errors / Custom Errors.
    •  URL Re-Writing.
    •  Tracing of Page Life Cycle.
    •    ConfigSource attribute
    •    Location Section
    •    Updating Web.Config Programmatically.

Web Caching

    •    Overview
    •  Page Output Caching
    •  Page Fragment Caching
    •    Data Caching
    •  SQL Cache Invalidation
        a. Notification-based Invalidation
        b. Polling-based Invalidation
    •  Expiration Policies and Cache Dependencies

Authentication & Authorization

    •  Authentication & Authorization
    •  Windows Based Authentication
    •  Form Based Authentication
    •  Authorizing Users and Roles
    •  Impersonation
    •  Using Login Controls
    •  ASP.NET 2.0 Membership and Roles
    •  Securing Non-ASP.NET files

Globalization and Localization

    •  Request and Response Encoding
    •  Local and Global Resources
    •  Implicit Expressions to Local Resources
    •  Explicit Expressions to Local Resources
    •  Programmatic Access to Global Resources
    •  Localizing Static Content
    •  Storing Language Preferences
    •  Right to Left Mirroring
 
•    Culture specific formatting

About the Trainer

Kiran picture

4.8 Avg Rating

5 Reviews

12 Students

4 Courses

Jaikiran kumar J

MCA

14 Years of Experience

As a Tech Lead I have 15 years of experience in IT industries.

Students also enrolled in these courses

LIVE
4 reviews
40 Hours

Course offered by Raghunath S P

1 review
LIVE
48 reviews
25 Hours

Course offered by Bhanu Pratap

29 reviews
LIVE
8 reviews

Course offered by Deepak Vijayan

6 reviews

Reviews (2)

1 out of 5 2 reviews

Jaikiran kumar J https://p.urbanpro.com/tv-prod/member/photo/2377841-small.png Srinivasa Nagar
1.0052
Jaikiran kumar J
J

.Net Training

"A very knowledgeable person, more importance is given to practical learning. Enjoyed learning with him. "

Jaikiran kumar J
V

.Net Training

"I am tester working at cgi, I learned basic java course from Kiran and implemented in a selenium automation project. "

View All
Have you attended any class with Deepak?

Tutor has not setup batch timings yet. Book a Demo to talk to the Tutor.

Different batches available for this Course

1 out of 5 2 reviews

Jaikiran kumar J https://p.urbanpro.com/tv-prod/member/photo/2377841-small.png Srinivasa Nagar
1.0052
Jaikiran kumar J
J

.Net Training

"A very knowledgeable person, more importance is given to practical learning. Enjoyed learning with him. "

Jaikiran kumar J
V

.Net Training

"I am tester working at cgi, I learned basic java course from Kiran and implemented in a selenium automation project. "

Have you attended any class with Deepak?

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

tickYou have successfully registered

WCF Windows Communication Foundation by Jaikiran kumar J

Kiran picture
LIVE
(2 reviews)

Class
starts in

00

Days

01

Hour

01

Min

01

Sec

Select One

Register Now

Do you want to Register for this Free class?

Yes, Register No, not right now

Tell us a little more about yourself

WCF Windows Communication Foundation by Jaikiran kumar J

Kiran picture
LIVE
(2 reviews)

Class
starts in

00

Days

01

Hour

01

Min

01

Sec

Please enter Student name

Please enter your email address.

Please enter phone number.

Verify Your Mobile Number

Please verify your Mobile Number to book this free class.

Update

Please enter 10 digit phone number.

Please enter your phone number.

Please Enter a valid Mobile Number

This number is already in use.

Resend

Please enter OTP.

Or, give a missed call and get your number verified

080-66-0844-42

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more