Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x

Choose Country Code

x

Direction

x

Ask a Question

x

Hire a Tutor

.Net Courses in Kolkata

Filter

Discover a diverse range of .Net courses in Kolkata tailored to meet your educational needs. Explore accredited programs, expert instructors, and flexible learning options to excel in your chosen field. Enroll today and embark on a transformative educational journey.

1 to 25 of 95 Courses
Show per page
Palium Skills

By:   Palium Skills

  • Location :
    Kolkata
  • Fees :
    INR 500
  • Duration :
    24 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Experienced faculty members offer courses on All Programming Languages - Python, C++, Java, ASP.Net Our Advantage: 1. Excellent faculty 2. Regular Classes 3. Multiple modes of instruction 4. Placement Assistance 5. Great feedback Contact us today

Expert Professionals

By:   Expert Professionals

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Our .Net training courses are instructor-led and can be taken in a classroom setting or live online. See more details of our course offerings below the course listings.

Web Training Room

By:   Web Training Room

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

In this course, you will learn all you need to begin your journey to become a .NET developer. This course is for those who are transitioning from being an IT-professional or are moving from other technologies. Filled with practical exercises and real world examples, you will be taken through all the major areas of .NET development. This course is also packed with tips and tricks to ensure that you become as productive as possible, as fast as possible.

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Eduquest Educational Centre

By:   Eduquest Educational Centre

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

In this course, you will learn all you need to begin your journey to become a .NET developer. This course is for those who are transitioning from being an IT-professional or are moving from other technologies. Filled with practical exercises and real world examples, you will be taken through all the major areas of .NET development. This course is also packed with tips and tricks to ensure that you become as productive as possible, as fast as possible.

NIIT Gariahat

By:   NIIT Gariahat

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

In this course, you will learn all you need to begin your journey to become a .NET developer. This course is for those who are transitioning from being an IT-professional or are moving from other technologies. Filled with practical exercises and real world examples, you will be taken through all the major areas of .NET development. This course is also packed with tips and tricks to ensure that you become as productive as possible, as fast as possible.

The MESD Technology

By:   The MESD Technology

  • Location :
    Kolkata
  • Fees :
    INR 21999
  • Duration :
    44 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

MS.NET Framework Introduction

 

 

·  The .NET Framework - an Overview  

 

·

Framework Components  

 

 

 

·

Framework Versions  

 

 

 

·  Types of Applications which can be developed using MS.NET  

 

 

 

·  MS.NET Base Class Library  

 

 

 

·

MS.NET Namespaces  

 

 

 

·  MSIL / Metadata and PE files.  

 

 

 

·  The Common Language Runtime (CLR)  

 

 

 

·

Managed Code  

 

 

 

·  MS.NET Memory Management / Garbage Collection  

 

 

 

·  Common Type System (CTS)  

 

 

 

·  Common Language Specification (CLS)  

 

 

 

·  Types of JIT Compilers  

 

 

 

·

Security Manager  

 

 

 

 

VS.NET and Entry Point Method –Main

 

 

·  Introduction to Project and Solution in Studio  

 

·  Entry point method - Main.  

 

 

 

·  Compiling and Building Projects  

 

 

 

·  Using Command Line Arguments  

 

 

 

·  Importance of Exit code of an application  

 

 

 

·  Different valid forms of Main  

 

 

 

·  Compiling a C# program using commandline utility CSC.EXE  

 

 

 

 

C # Language Syntax

 

 

·

Why Datatypes  

 

·  Global, Stack and Heap Memory  

 

 

 

·  Common Type System  

 

 

 

·  Reference Type and Value Type  

 

 

 

·

Datatypes  & Variables Declaration  

 

 

 

·  Implicit and Explicit Casting  

 

 

 

·  Checked and Unchecked Blocks – Overflow Checks  

 

 

 

·

Casting between other datatypes  

 

 

 

·  Boxing and Unboxing  

 

 

 

·

Enum and Constant  

 

 

 

·

Operators  

 

 

 

·

Control Statements  

 

 

 

 

 

 

·  Working with Arrays  

 

·  Working with Methods  

 

 

 

·  Pass by value and by reference and out parameters  

 

 

 

·  Misc…  

 

 

 

 

 

OOPs-Concept

 

  • Learning about Class, Object, Component, Encapsulation, Inheritance, Polymorphism & Object Creation and Instantiation.

 

OOPs-Programming Encapsulation

 

·   Understanding Encapsulation Concept through an example.

 

OOPs-Inheritance

 

 

·  Introduction to Inheritance  

 

·  Constructor & Inheritance  

 

 

 

·  Type Casting of Reference Types  

 

 

 

·  Static and Dynamic Binding  

 

 

 

·  Abstract Class  

 

 

 

 

OOPs-Interface & Polymorphism

 

 

·  What is Polymorphism  

 

·  Overview of Interface  

 

 

 

·  Interface with examples  

 

 

 

·  Types of Inheritance  

 

 

 

 

Collections and Generics

 

 

·

Introducing Collections .  

 

·  Benefits of Collection Classes .  

 

 

 

·  Understanding and using commonly used collections.  

 

 

 

·

Generics  

 

 

 

·  Advantages of Generics .  

 

 

 

·  How Generics Work at Runtime .  

 

 

 

·  Constraint on Type Parameters .  

 

 

 

·

Generic Methods  

 

 

 

·

Generic Collections  

 

 

 

 

 

 

·     Selecting a Collection Class  

 

Assemblies and GAC

 

 

·  What is a DLL and how is it different from EXE  

 

·  Types of DLL  

 

 

 

·  What is an Assembly Assemblies  

 

 

 

·  How to build a ClassLibrary?  

 

 

 

·  How to use a ClassLibrary in another Application?  

 

 

 

·  What is Namespace?  

 

 

 

·  Internal Access Specifier  

 

 

 

·  Types of Assemblies  

 

 

 

·  Global Assembly Cache  

 

 

 

 

Exception Handling

 

 

·

Defining Exception  

 

·

Understandings try and  catch keywords  

 

 

 

·

Using “finally” block  

 

 

 

·

“using” statement  

 

 

 

·

Throwing exceptions  

 

 

 

 

 

 

·    Creating User defined/Custom Exception class.  

 

IO Streams

 

 

·  What is a streams?  

 

·

Types of Stream  

 

 

 

·

Standard  I/O Streams - Console   

 

 

 

 

 

 

 

 

·  Handling text in files  

 

·  Dealing with Binary files  

 

 

 

·  Serialization / Deserialization  

 

 

 

 

Unsafe Code

 

Reflection and Attributes

 

 

·  What is Reflection?  

 

·  Using Reflection to read type information  

 

 

 

·

Attributes.  

 

 

 

·  Pre-defined Attributes  

 

 

 

·

Custom Attributes.  

 

 

 

 

 

 

·    Using Reflection to read custom attributes  

 

More on Classes

 

 

·

Operator Overloading  

 

·  Partial Classes and Methods  

 

 

 

·

Anonymous Types  

 

 

 

·

Extension Methods  

 

 

 

·

Tuples  

 

 

 

·  Caller Method Information  

 

 

 

·

Configuration File  

 

 

 

 

 

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  

 

 

 

 

MS.NET Framework Introduction

 

 

·  The .NET Framework - an Overview  

 

·

Framework Components  

 

 

 

·

Framework Versions  

 

 

 

·  Types of Applications which can be developed using MS.NET  

 

 

 

·  MS.NET Base Class Library  

 

 

 

·

MS.NET Namespaces  

 

 

 

·  MSIL / Metadata and PE files.  

 

 

 

·  The Common Language Runtime (CLR)  

 

 

 

·

Managed Code  

 

 

 

·  MS.NET Memory Management / Garbage Collection  

 

 

 

·  Common Type System (CTS)  

 

 

 

·  Common Language Specification (CLS)  

 

 

 

·  Types of JIT Compilers  

 

 

 

·

Security Manager  

 

 

 

 

VS.NET and Entry Point Method –Main

 

 

·  Introduction to Project and Solution in Studio  

 

·  Entry point method - Main.  

 

 

 

·  Compiling and Building Projects  

 

 

 

·  Using Command Line Arguments  

 

 

 

·  Importance of Exit code of an application  

 

 

 

·  Different valid forms of Main  

 

 

 

·  Compiling a C# program using commandline utility CSC.EXE  

 

 

 

 

C # Language Syntax

 

 

·

Why Datatypes  

 

·  Global, Stack and Heap Memory  

 

 

 

·  Common Type System  

 

 

 

·  Reference Type and Value Type  

 

 

 

·

Datatypes  & Variables Declaration  

 

 

 

·  Implicit and Explicit Casting  

 

 

 

·  Checked and Unchecked Blocks – Overflow Checks  

 

 

 

·

Casting between other datatypes  

 

 

 

·  Boxing and Unboxing  

 

 

 

·

Enum and Constant  

 

 

 

·

Operators  

 

 

 

·

Control Statements  

 

 

 

 

 

 

·  Working with Arrays  

 

·  Working with Methods  

 

 

 

·  Pass by value and by reference and out parameters  

 

 

 

·  Misc…  

 

 

 

 

 

OOPs-Concept

 

  • Learning about Class, Object, Component, Encapsulation, Inheritance, Polymorphism & Object Creation and Instantiation.

 

OOPs-Programming Encapsulation

 

·   Understanding Encapsulation Concept through an example.

 

OOPs-Inheritance

 

 

·  Introduction to Inheritance  

 

·  Constructor & Inheritance  

 

 

 

·  Type Casting of Reference Types  

 

 

 

·  Static and Dynamic Binding  

 

 

 

·  Abstract Class  

 

 

 

 

OOPs-Interface & Polymorphism

 

 

·  What is Polymorphism  

 

·  Overview of Interface  

 

 

 

·  Interface with examples  

 

 

 

·  Types of Inheritance  

 

 

 

 

Collections and Generics

 

 

·

Introducing Collections .  

 

·  Benefits of Collection Classes .  

 

 

 

·  Understanding and using commonly used collections.  

 

 

 

·

Generics  

 

 

 

·  Advantages of Generics .  

 

 

 

·  How Generics Work at Runtime .  

 

 

 

·  Constraint on Type Parameters .  

 

 

 

·

Generic Methods  

 

 

 

·

Generic Collections  

 

 

 

 

 

 

·     Selecting a Collection Class  

 

Assemblies and GAC

 

 

·  What is a DLL and how is it different from EXE  

 

·  Types of DLL  

 

 

 

·  What is an Assembly Assemblies  

 

 

 

·  How to build a ClassLibrary?  

 

 

 

·  How to use a ClassLibrary in another Application?  

 

 

 

·  What is Namespace?  

 

 

 

·  Internal Access Specifier  

 

 

 

·  Types of Assemblies  

 

 

 

·  Global Assembly Cache  

 

 

 

 

Exception Handling

 

 

·

Defining Exception  

 

·

Understandings try and  catch keywords  

 

 

 

·

Using “finally” block  

 

 

 

·

“using” statement  

 

 

 

·

Throwing exceptions  

 

 

 

 

 

 

·    Creating User defined/Custom Exception class.  

 

IO Streams

 

 

·  What is a streams?  

 

·

Types of Stream  

 

 

 

·

Standard  I/O Streams - Console   

 

 

 

 

 

 

 

 

·  Handling text in files  

 

·  Dealing with Binary files  

 

 

 

·  Serialization / Deserialization  

 

 

 

 

Unsafe Code

 

Reflection and Attributes

 

 

·  What is Reflection?  

 

·  Using Reflection to read type information  

 

 

 

·

Attributes.  

 

 

 

·  Pre-defined Attributes  

 

 

 

·

Custom Attributes.  

 

 

 

 

 

 

·    Using Reflection to read custom attributes  

 

More on Classes

 

 

·

Operator Overloading  

 

·  Partial Classes and Methods  

 

 

 

·

Anonymous Types  

 

 

 

·

Extension Methods  

 

 

 

·

Tuples  

 

 

 

·  Caller Method Information  

 

 

 

·

Configuration File  

 

 

 

 

 

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  

 

 

MS.NET Framework Introduction

 

 

·  The .NET Framework - an Overview  

 

·

Framework Components  

 

 

 

·

Framework Versions  

 

 

 

·  Types of Applications which can be developed using MS.NET  

 

 

 

·  MS.NET Base Class Library  

 

 

 

·

MS.NET Namespaces  

 

 

 

·  MSIL / Metadata and PE files.  

 

 

 

·  The Common Language Runtime (CLR)  

 

 

 

·

Managed Code  

 

 

 

·  MS.NET Memory Management / Garbage Collection  

 

 

 

·  Common Type System (CTS)  

 

 

 

·  Common Language Specification (CLS)  

 

 

 

·  Types of JIT Compilers  

 

 

 

·

Security Manager  

 

 

 

 

VS.NET and Entry Point Method –Main

 

 

·  Introduction to Project and Solution in Studio  

 

·  Entry point method - Main.  

 

 

 

·  Compiling and Building Projects  

 

 

 

·  Using Command Line Arguments  

 

 

 

·  Importance of Exit code of an application  

 

 

 

·  Different valid forms of Main  

 

 

 

·  Compiling a C# program using commandline utility CSC.EXE  

 

 

 

 

C # Language Syntax

 

 

·

Why Datatypes  

 

·  Global, Stack and Heap Memory  

 

 

 

·  Common Type System  

 

 

 

·  Reference Type and Value Type  

 

 

 

·

Datatypes  & Variables Declaration  

 

 

 

·  Implicit and Explicit Casting  

 

 

 

·  Checked and Unchecked Blocks – Overflow Checks  

 

 

 

·

Casting between other datatypes  

 

 

 

·  Boxing and Unboxing  

 

 

 

·

Enum and Constant  

 

 

 

·

Operators  

 

 

 

·

Control Statements  

 

 

 

 

 

 

·  Working with Arrays  

 

·  Working with Methods  

 

 

 

·  Pass by value and by reference and out parameters  

 

 

 

·  Misc…  

 

 

 

 

 

OOPs-Concept

 

  • Learning about Class, Object, Component, Encapsulation, Inheritance, Polymorphism & Object Creation and Instantiation.

 

OOPs-Programming Encapsulation

 

·   Understanding Encapsulation Concept through an example.

 

OOPs-Inheritance

 

 

·  Introduction to Inheritance  

 

·  Constructor & Inheritance  

 

 

 

·  Type Casting of Reference Types  

 

 

 

·  Static and Dynamic Binding  

 

 

 

·  Abstract Class  

 

 

 

 

OOPs-Interface & Polymorphism

 

 

·  What is Polymorphism  

 

·  Overview of Interface  

 

 

 

·  Interface with examples  

 

 

 

·  Types of Inheritance  

 

 

 

 

Collections and Generics

 

 

·

Introducing Collections .  

 

·  Benefits of Collection Classes .  

 

 

 

·  Understanding and using commonly used collections.  

 

 

 

·

Generics  

 

 

 

·  Advantages of Generics .  

 

 

 

·  How Generics Work at Runtime .  

 

 

 

·  Constraint on Type Parameters .  

 

 

 

·

Generic Methods  

 

 

 

·

Generic Collections  

 

 

 

 

 

 

·     Selecting a Collection Class  

 

Assemblies and GAC

 

 

·  What is a DLL and how is it different from EXE  

 

·  Types of DLL  

 

 

 

·  What is an Assembly Assemblies  

 

 

 

·  How to build a ClassLibrary?  

 

 

 

·  How to use a ClassLibrary in another Application?  

 

 

 

·  What is Namespace?  

 

 

 

·  Internal Access Specifier  

 

 

 

·  Types of Assemblies  

 

 

 

·  Global Assembly Cache  

 

 

 

 

Exception Handling

 

 

·

Defining Exception  

 

·

Understandings try and  catch keywords  

 

 

 

·

Using “finally” block  

 

 

 

·

“using” statement  

 

 

 

·

Throwing exceptions  

 

 

 

 

 

 

·    Creating User defined/Custom Exception class.  

 

IO Streams

 

 

·  What is a streams?  

 

·

Types of Stream  

 

 

 

·

Standard  I/O Streams - Console   

 

 

 

 

 

 

 

 

·  Handling text in files  

 

·  Dealing with Binary files  

 

 

 

·  Serialization / Deserialization  

 

 

 

 

Unsafe Code

 

Reflection and Attributes

 

 

·  What is Reflection?  

 

·  Using Reflection to read type information  

 

 

 

·

Attributes.  

 

 

 

·  Pre-defined Attributes  

 

 

 

·

Custom Attributes.  

 

 

 

 

 

 

·    Using Reflection to read custom attributes  

 

More on Classes

 

 

·

Operator Overloading  

 

·  Partial Classes and Methods  

 

 

 

·

Anonymous Types  

 

 

 

·

Extension Methods  

 

 

 

·

Tuples  

 

 

 

·  Caller Method Information  

 

 

 

·

Configuration File  

 

 

 

 

 

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  

 

 

 

 

 

 

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
The MESD Technology

By:   The MESD Technology

  • Location :
    Kolkata
  • Fees :
    INR 21999
  • Duration :
    44 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

MS.NET Framework Introduction  • The .NET Framework - an Overview  • Framework Components   • Framework Versions   • Types of Applications which can be developed using MS.NET   • MS.NET Base Class Library   • MS.NET Namespaces   • MSIL / Metadata and PE files.   • The Common Language Runtime (CLR)   • Managed Code   • MS.NET Memory Management / Garbage Collection   • Common Type System (CTS)   • Common Language Specification (CLS)   • Types of JIT Compilers   • Security Manager  VS.NET and Entry Point Method –Main  • Introduction to Project and Solution in Studio  • Entry point method - Main.   • Compiling and Building Projects   • Using Command Line Arguments   • Importance of Exit code of an application   • Different valid forms of Main   • Compiling a C# program using commandline utility CSC.EXE  C # Language Syntax  • Why Datatypes  • Global, Stack and Heap Memory   • Common Type System   • Reference Type and Value Type   • Datatypes & Variables Declaration   • Implicit and Explicit Casting   • Checked and Unchecked Blocks – Overflow Checks   • Casting between other datatypes   • Boxing and Unboxing   • Enum and Constant   • Operators   • Control Statements   • Working with Arrays  • Working with Methods   • Pass by value and by reference and out parameters   • Misc…  OOPs-Concept • Learning about Class, Object, Component, Encapsulation, Inheritance, Polymorphism & Object Creation and Instantiation. OOPs-Programming Encapsulation •Ã¯Â€Â Ã¯Â€Â  Understanding Encapsulation Concept through an example. OOPs-Inheritance  • Introduction to Inheritance  • Constructor & Inheritance   • Type Casting of Reference Types   • Static and Dynamic Binding   • Abstract Class  OOPs-Interface & Polymorphism  • What is Polymorphism  • Overview of Interface   • Interface with examples   • Types of Inheritance  Collections and Generics  • Introducing Collections .  • Benefits of Collection Classes .   • Understanding and using commonly used collections.   • Generics   • Advantages of Generics .   • How Generics Work at Runtime .   • Constraint on Type Parameters .   • Generic Methods   • Generic Collections   • Selecting a Collection Class  Assemblies and GAC  • What is a DLL and how is it different from EXE  • Types of DLL   • What is an Assembly Assemblies   • How to build a ClassLibrary?   • How to use a ClassLibrary in another Application?   • What is Namespace?   • Internal Access Specifier   • Types of Assemblies   • Global Assembly Cache  Exception Handling  • Defining Exception  • Understandings try and catch keywords   • Using “finally” block   • “using” statement   • Throwing exceptions   • Creating User defined/Custom Exception class.  IO Streams  • What is a streams?  • Types of Stream   • Standard I/O StreamsConsole   • Handling text in files  • Dealing with Binary files   • Serialization / Deserialization  Unsafe Code Reflection and Attributes  • What is Reflection?  • Using Reflection to read type information   • Attributes.   • Pre-defined Attributes   • Custom Attributes.   • Using Reflection to read custom attributes  More on Classes  • Operator Overloading  • Partial Classes and Methods   • Anonymous Types   • Extension Methods   • Tuples   • Caller Method Information   • Configuration File  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 

Curlink Technosolutions (opc) Private Limited

By:   Curlink Technosolutions (opc) Private Limited

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Learn how to use ASP.NET, from beginner basics to advanced techniques, with online video tutorials taught by industry experts. This .Net Online Course Makes you Master in Microsoft Dot Net Technology.

Competitive Lab

By:   Competitive Lab

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

The .NET ( Dot Net ) set up is the core set of concepts and technology underlying Microsoft's newest set of development tools and it forms the foundation of the next set of servers, applications, and Web-based services.

It is important to note a key fact about .NET ( Dot Net ) : The language you use is less applicable than it has been in the past. The Framework ( the underlying set of technology that all of .NET ( Dot Net ) is based on ) is the true .NET platform, and it can be accessed equally well from any .NET language ( including Visual Basic, C#, C++, and others ) This language independence also means that you are free to choose to work in whichever language you want. So You can choose to work in Visual Basic.Net or C#.Net or Asp.NET. Regarding Career and job prospects the.Net is most popular development tools used in software development companies. Because you can make all web applications in .NET ( Dot Net ).

.Net ( Dot Net ) Courses covers VB.NET course, ASP.NET courses, C#.NET courses.  Our Institute conducts all these courses with connectivity to SQL Server database. The Faculty conducting the Dot Net courses also guides you in making projects.Students having interest to make career in .NET ( Dot Net ) can choose the courses.

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Moniba Compu Academy

By:   Moniba Compu Academy

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

The .Net framework is a software development platform developed by Microsoft. ... The .Net framework can be used to create both - Form-based and Web-based applications. Web services can also be developed using the the.Net framework. The framework also supports various programming languages such as Visual Basic and C#.

 

• We are best in town when it comes to training.Net aspirants.

• We work in small batches; our students enjoy our full and undivided attention all the time.

• We provide necessary study material to our students.

• We are a team of professional trainers with years of domain expertise. 

• We offer training solutions that are true value-for-money. 

• We are passionate about enhancing excellence and committed to quality.

• Friendly Environment and first class facilities.

• Experienced Faculties.

Orion Edutech

By:   Orion Edutech

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

The structure of the program will as follows:

  • Critical Thinking and Creative Problem Solving.
  • RDBMS Essentials and T-SQL Programming.
  • Professional Skills I.
  • HTML Programming.
  • Object Oriented Programming Using C#.
  • Developing Web Applications Using ASP.NET.
  • Developing & Deploying Cloud Applications on Microsoft Azure.
  • Developing Mobile Apps for the Android Platform.
  • Project on Web Applications Using ASP.NET and SQL.
Orion Edutech

By:   Orion Edutech

  • Location :
    Kolkata
  • Fees :
    INR 15000
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

The total duration of the program will be for 2.5 months. Some of the main topics that will be covered in this program are as follows:

  • Introduction to .NET Framework.
  • Fundamentals of C#.
  • Basics of RDBMS and SQL Server.
  • Web Application Development.
  • Concepts of MVC.

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Mukesh Institute Of Technology & Management

By:   Mukesh Institute Of Technology & Management

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

For developers, the .NET Framework provides a comprehensive and consistent programming model for building applications that have visually stunning user experiences and seamless and secure communication. Certification in Dot Net Programming is a comprehensive course for those who wants to establish as .Net Programmer in the industry.

Mukesh Institute Of Technology & Management

By:   Mukesh Institute Of Technology & Management

  • Location :
    Kolkata
  • Fees :
  • Duration :
    480 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Certification in Software Engineering  is an intensively designed course which helps to train students in the Latest and most Industry-relevant technologies. This course provides a strong programming foundation essential for career in Software Development. CSE program enables the students to become most sought-after Professionals.

Convolution Educare

By:   Convolution Educare

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

We offer the best IT training courses which are delivered to an exceptional quality by our experienced trainers. We start with the very basics and gradually move to the in depth concept clearance. We follow constant up gradation, implementation of new ideas and periodic collection of feedback from students regarding their level of satisfaction.

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Nsce

By:   Nsce

  • Location :
    Kolkata
  • Fees :
  • Duration :
    80 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Managed Code and the CLR - Intermediate Language, Metadata and JIT Compilation - Automatic Memory Management, Language Concepts and the CLR: Visual Studio .NET - Using the .NET Framework, The Framework Class Library: .NET objects - ASP .NET - .NET web services – Windows Forms, Variables and constants – data types – declaration. Operators – types – precedence, Expressions etc is contained in this in VB .Net training.
Aptech Ajc Bose Road

By:   Aptech Ajc Bose Road

  • Location :
    Kolkata
  • Fees :
  • Duration :
    40 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Engineering/IT students,working professional - Web developers having expeirence in programming in HTML5 with JavaScript and CSS3 can avail the Course provided by APTECH. The Course includes the following:

  • Mapped to global certification MCSD: Developing ASP.Net 4.5 MVC Web Applications,
  • Microsoft Official Curriculum,
  • Focus on Coding to Develop Web Application,
  • Certified Trainer,
  • .NET Framework 4.5 tools & technologies.
Aptech Ajc Bose Road

By:   Aptech Ajc Bose Road

  • Location :
    Kolkata
  • Fees :
  • Duration :
    56 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Engineers/Students/Graduates with a working knowledge of C# & .NET can avail the Course provided by APTECH. The Course includes the following:

  • Microsoft Official Curriculum,
  • Structured learning,
  • Certified trainers,
  • Mapped to global certification -MCTS: .NET Framework 3.5, ADO.NET Application Development,
  • Web Programming using ASP.NET,
  • Visual Studio 2008: ADO.NET 3.5,

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Aptech Ajc Bose Road

By:   Aptech Ajc Bose Road

  • Location :
    Kolkata
  • Fees :
  • Duration :
    64 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Engineers/Students/Graduates with a working knowledge of C# & Microsoft .NET and Professionals looking to add value to their resume with a Microsoft Certification can avail the Course provided by APTECH. The Course includes the following:

  • Microsoft Original Curriculum,
  • Structured Learning,
  • Certified Trainers,
  • Mapped to global certification -MCTS: .NET Framework 3.5, Windows Communication Foundation Applications,
  • Web Programming using ASP.NET,
  • Visual Studio 2008: Windows Communication Foundation.
Aptech Ajc Bose Road

By:   Aptech Ajc Bose Road

  • Location :
    Kolkata
  • Fees :
  • Duration :
    48 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

This course enables the student to learn and develop visually-rich and attractive internet and mobile applications using ASP.NET AJAX and C#. The Course includes the following:

  • Self-paced learning opportunity,
  • Exposure to Rich Internet Application Development,
  • Emphasis on coding & source code documentation standards,
  • Exposure to Mobile Application Development,
  • Developing ASP.NET AJAX Applications,
  • Developing Mobile Applications in .NET.
Aptech Ajc Bose Road

By:   Aptech Ajc Bose Road

  • Location :
    Kolkata
  • Fees :
  • Duration :
    120 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Engineering/IT students,working professional - web developers can avail the Course provided by APTECH. The Course includes the following:

  • Coding activities that enhances the performances of website application,
  • Design & develop services that access local & remote data from various data sources,
  • Develop & deploy services to hybrid environments, including on premises servers and Windows Azure,
  • Global certification in MCSD - Web Applications.

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Aptech Ajc Bose Road

By:   Aptech Ajc Bose Road

  • Location :
    Kolkata
  • Fees :
  • Duration :
    48 Hours
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Engineers/Students/Graduates with a working knowledge of C# can avail the Course provided by APTECH. The Course includes the following:

  • Structured Learning,
  • Certified Trainers,
  • Pre-requisite for pursuing Global Microsoft Certifications,
  • Core Foundations of Microsoft .NET 2.0 Development,
  • Advanced Foundations of Microsoft .NET 2.0 Development.
Das Institute

By:   Das Institute

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Eclipse and Netbeans are both much sought after Integrated Development Environments for Java Development, but may be used for other tasks and programming languages, too. Eclipse and Netbeans are both built in a compact way. Modules or plugins may be added to each of them, to enrich the functionality of the Integrated Development Environment. through this training students will be enabled the usaged of these IDES in various web application areas.
Das Institute

By:   Das Institute

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

Students will get to know the software technology .Net through the following areas respectively: Basic concepts of OOPS, .Net framework, c#, ADO.Net, ASP.Net etc. thorough training will be provided through clear explaining of theories and practice. We do our best to provide a thorough knowledge of the .Net software and its applications within a short period of time. Training is aimed at bringing the students confidence in this technology.

Looking for .Net Courses & Classes in Kolkata?

Get Quotes from Best Coaching Institutes and Training Providers in Kolkata

Post Requirement
Icc

By:   Icc

  • Location :
    Kolkata
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    Programming Language
  • Subject :
    .Net

Course Details

.Net framework course entails training in the following topics: Introduction to Networking and the world wide web, Building multi-tier enterprise applications, Introduction to the .NET framework,.NET Inter operation services, Client side programming: HTTP, CGI, Cookies, JavaScript, HTML, XML, Server side programming: Web Forms, ASP.NET Web Services, ADO.NET Data Access, Client/Server Programming, 3-tier architecture, .NET Remoting, ASP.NET Web services and web service security etc.

Enquire for a Course. It's FREE!

Tell us your course requirement in detail and get immediate response from our experts

Verified
Verified
Do you offer Tuition? Register Here!