Get Latest De

Email:info@onlinetrainings.in

C#.NET Training

Course

C#.NET TRAINING

Category

IT Institute

Eligibility

Freshers and Career Changers

Mode

Online and Offline Classes

Batches

Week Days and Week Ends

Duration :

2 Months

Amazon AWS Objectives

•Deploy C#.NET Training to host your application.
•Work with standard programming skills in C#.NET Training.
•Learn to code with C#.NET Training the easy way.
•Cover all basic Concepts with in-depth description of C#.NET Training.
•Write Compile and Run codes and apps using C#.NET Training.
•Start learning from this excellent course on C#.NET Training programming!
•Learn the Ins and Outs of C#.NET Training in few Hours
•Understand C#.NET Training and how to use to build web applications on to C#.NET Training.
•Learn from two C#.NET Training experts and take your flow skills to the next level.

C#.NET Training Training Features

•Get job-ready for an in-demand career
•Course delivery through industry experts
•Get Certified at the Best Training Institute.
•Online Training with 100% placement assistance
•We provide Classroom and Online training in Metro Cities
•Courseware that is curated to meet the global requirements
•We also provide Normal Track, Fast Track and Weekend Batches also for Working Professionals
•We help the students in building the resume boost their knowledge by providing useful Interview tips

Who are eligible for C#.NET Training

•Asp.net Mvc Developer, Asp.net Mvc Lead, Java Developer(spring), Ui Developer, Ui Lead, Data Architect
•Java Developer, Php, Sales Management, Product Management, Software Services, Ui Development, MySQL, MongoDB, Nginx, NoSQL, Solr, Elastic Search, Apachejava, .Net Developer, Selenium Testing, Production Support, Business Analyst, UI Developer, Manual Testing, Sevice Desk Engineer, Unix Support
•Peoplesoft, Business Intelligence, Cloud, Msbi, Cognos, Sharepoint, Db2, Qlikview, Inside Sales
•webdesigner, informatica, datastage, teradata, mircostrategy, Sap Abap, QA Tester, Green hat tester, salesforce, asp.net developer, tibco, Hadoop

C#.NET TRAINING Syllabus

Introduction/Overview of .Net


&#10004Introduction to  .Net
✔Platform for the  .Net
✔Drawbacks  of  Current  Trend
✔Net Framework – BCL & CLR l Key design goals
✔CLR, CTS, MSIL & other tools.
✔Multiple Language Interaction & support l moving from Project to Assemblies…
✔Security in .NET – CAS

Net Framework [Advanced]


&#10004Advantages/Disadvantages
&#10004Features of .Net
&#10004Assemblies in Detail
&#10004GAC, Strong Names
&#10004Language Interop
&#10004Reflection

Visual C#.Net Language


&#10004Advantages/Disadvantages
✔Why C#/ Why Not C#
✔Where does C# Fit in
✔C, C++ to Visual C#
✔Features  of  C#
✔.NET  Namespaces

.Net Installations/C#.Net


&#10004.NET Versions – 1.1/2.0/3.0/3.5 Beta
✔Visual  Studio.NET  2003/2005/Orcas/2008
✔Windows Vista – New Look
✔Gadgets/SideBars/UAC  –  relation  with  .NET
✔Hardware/Software  Requirements
✔FAQ’s with detailed answers

Programming Using Visual C#.Net


&#10004The start of the application
✔C#.Net  Program  Design
✔Variables  and  types
✔Value types and reference types (CTS)
✔Strings and arrays
✔The Console class
✔String  formatting
✔Statements  and  flows
✔Programming  Structures
✔Command-line  arguments
✔VS.NET to Create C#.NET Apps
✔C# 3.0/3.5 features – Implicit types , Extention Methods and more

Introduction To Windows Forms  – I


&#10004Windows forms library – WinForms
✔Layout Enhancements
✔Forms and controls – Hierarchy
✔Creating simple GUI by hand
✔Event handling
✔Basic controls
✔Windows forms – buttons, check boxes, radio buttons, panels, group boxes, list boxes, picture boxes…

Windows Forms – II


&#10004Menus
✔Built-in  dialog  boxes  and  printing
✔Extender  Controls
✔ToolStrips, StatusStrips and progress bars
✔A new MDI forms strategy
✔Inheritance  with  forms
✔New Controls – Web Browser, Property Grid etc

Object Oriented Concepts (Basic)


&#10004Classes & objects
✔Abstract & override methods
✔Creating and using your own classes l Data members and member methods l Instantiate an object
✔This  keyword
✔Properties –  Read Only Write Only…
✔Build process using windows class library l Generate classes for other clients
✔How to use classes as part of project

Object Oriented Concepts  (Advanced)


&#10004Accessibility levels, specifiers
✔Constructors
✔Method  overloading
✔Class (static) variables & methods
✔Object  destruction
✔‘ref’ and ‘out’ parameters
✔Constant  values
✔Enumerations
✔Inheritance  and  Polymorphism
✔The root of all classes
✔Creating  derived  classes
✔Method  overriding  and  hiding
✔Polymorphism  and  virtual  functions
✔Casting  objects
✔Abstract classes
✔Sealed  classes
✔Static classes

Object Oriented Concepts (Implementation Oriented)


&#10004Case  Studies
✔Class Diagram in VS.Net
✔Refactoring  &  others
✔FAQ’s

Error Handling


&#10004Unstructured  error  handling  support
✔Structured  error  handling
✔Error  categories
✔Debugging  the  application
✔Debug and Trace  classes
✔Code  Optimization
✔Testing  and  strategies

Ado.Net 1.1/2.0/LINQ


&#10004History  and  background
✔From DAO to ADO.NET
✔ADO.NET  LINQ
✔ADO.NET  design  goals
✔The ADO.NET architecture and its components
✔ADO.NET in relation to the other .NET tools
✔DataSet  in  RealTime  Scenarious

ADO.Net Components


&#10004Connected  and  disconnected  environment
✔ADO.NET  object  model
✔Data  sources,  providers  and  connections
✔Commands  and  data  readers
✔Data  sets  and  data  adaptors
✔Data  tables,  rows  and columns
✔Constraints  and  relations
✔Data-centric  applications  –  New  ADO.Net  Hierarchy

Data Sources And .Net Data Providers


&#10004Connecting  to  a  data  source
✔SQL Server .NET data provider
✔OLE-DB  .NET  data  provider
✔Connections  and  connection  strings
✔SQL-Server  integrated  security
✔Connection  pooling
✔ADO.NET  exceptions

Accessing Data in The Connected Environment


&#10004Commands
✔Creating  and  executing  commands
✔Reading  data  using  a  data  reader
✔Batch queries & single result queries
✔Parameterised  queries  (input  &  output  parameters)
✔Adding,  editing  and  deleting  data
✔Stored  procedures

Accessing Data in Disconnected Environment


&#10004Why using a disconnected environment?
✔DataSet  and  DataAdapter features
✔Filling data  sets using  data adapters
✔Read data using data tables, rows and columns
✔Batch queries and data sets
✔Visual Studio Data Menu & tools
✔DataSet  Navigation
✔DataSet  Functionality
✔DataSet  Optimistic  Concurrency

Sorting, Searching and Filtering


&#10004Searching in data sets
✔Find on primary keys
✔Searching on any column
✔Searching on row state
✔Wildcard  searches
✔Sorting  and  filtering  using  data  views
✔Searching in a data view

Live Case Study and Implementation Of ADO.NET   in N-Tier


&#10004Client Server Basics
✔N-Tier – Classical and New
✔N-Tier importance w.r.t other .Net technologies
✔Build User Interface Layer – importance
✔Business Layer in N-Tier – advantages & disadvantages
✔Data Access Layer – Generic/Specific Advantages
✔N-Tier  DataBase  Application
✔SQLHelper,  CodeSmith  etc  tools  awareness

XML


&#10004XML Basics – Importance in Todays world
✔XML designers/support in VS.NET
✔XML Derived Technologies – XSD ,XSL , SOAP ,WSDL

XML IN .NET


&#10004System.Xml  Namespace
✔Stream  Model  XML
✔XML DOM
✔XmlTextReader,TextWriter
✔XmlTextReader, TextWriter XMLDocument/ XmlDataDocumentClasses
✔Dom  Objects  –  XMLNode/XMLNodeList
✔XPATH- Query Language for XML
✔DOM – Navigation & Access Case Studies

Creating Custom Windows Controls


&#10004About  user  –  defined  controls
✔Understanding  the  control  class  with  Container
✔Add  Properties/Methods/Events  to  Control
✔Pack & use control in other windows applications
✔Create  &  implement  a  windows  control

Windows Services


&#10004Understanding  services
✔Creating  windows  services
✔Setting  properties
✔Compile, run & install services
✔Event log services

.Net Remoting


&#10004About  Distributed  Applications
✔COM/DCOM  in  Distributed  Environment
✔Drawbacks of DCOM
✔.NET  Remoting  –  New  distributed  environment
✔Advantages  &  Disadvantages
✔Remoting  –  Web  Services  comparisons
✔MBR, MBV
✔Channels
✔Formatters
✔Programming Model – Object Styles & Lifestyles
✔Activation
✔Case  Study  –  Implementation  using  Remoting

Crystal Reports*