Thursday, 21 January 2016

6 Months industrial training in Asp.net with c sharp by DigiWebtech Software Solution Ludhiana

DigiWebTech Software Solution Deals in software and web development with advance technologies. DigiWebTech Software Solution provides training to computer science engineering students and other fields realted to IT. We transfer unique ideas to live projects,
which will help students to get job easily in the field of information technology. Asp.net with c sharp has very wide scope in internationally which will help to make their carrier in abroad . Asp.net with c Sharp is a microsoft product which has a wide range in the field of IT.

6 Months training in Asp.net with c sharp


Syllabus of ASP.NET

ASP.NET with C SHARP 

HTML, CSS, JavaScript
Bootstrap
ASP.NET 6.0 Framework
Introduction to ASP.NET
ASP.NET Controls
Validations 
State Management
Session & Cookies 
Ajax
LINQ
MS SQL Server queries 
Joins 
XML operations 
SSI 
Email 
Query String
User Friendly URLs
File Operation 
Mobile Design

Wednesday, 20 January 2016

6 Months Industrial Training in PHP By DigiWebTech Software Solution Ludhiana

DigiWebTech Software Solution is an ISO certified company. We modelized unique ideas to live projects, hard-working students will get chance to work on live projects. Our students achieve high grades for exceptional work in their projects. DigiWebtech Software Solution provides training in advance technology with live projects which will enhances the skill of a student and gleam his/her future in the field of Information technology.

6 Months Training in PHP


Syllabus of PHP
Environment setup

Ø Installation of WAMP
Ø Installation of Server
Ø IDE Installation

Introduction to PHP

Ø Evaluation of Php 
Ø Body structure and Basic Syntax 
Ø Defining variable and constant 
Ø Data type of Php 
Ø Operator and Expression 

Handling Html Form With Php

Ø Capturing Form Data 
Ø Dealing with Multi-value filed 
Ø Generating File uploaded form 
Ø Redirecting a form after submission 

Decisions and loop

Ø Making Decisions 
Ø Doing Repetitive task with looping 
Ø Mixing Decisions and looping with Html

Function

Ø What is a function 
Ø Define a function 
Ø Call by value and Call by reference
Ø Recursive function

  String

Ø Creating and accessing String 
Ø Searching & Replacing String 
Ø String Formatting
Ø Library function of String

Array

Ø Anatomy of an Array 
Ø Creating index based and Associative array 
Ø Accessing array Element 
Ø Looping with Index based array 
Ø Looping with associative array using each() and foreach() 
Ø Some useful Library function

Working with file and Directories

Ø Understanding file& directory 
Ø Opening and closing a file 
Ø Coping ,renaming and deleting a file 
Ø Working with directories 
Ø Building a text editor 
Ø File Uploading & Downloading

State management

Ø Using query string(URL rewriting) 
Ø Using Hidden field 
Ø Using cookies 
Ø Using session 

String matching with regular expression

Ø What is regular expression 
Ø Pattern matching in Php 
Ø Replacing text 
Ø Splitting a string with a Regular Expression 

 Generating Images with PHP
Ø Basics of computer Graphics 
Ø Creating Image 
Ø Manipulating Image 
Ø Using text in Image 

Advance PHP
Introduction to OOPS
Ø Introduction 
Ø Objects 
Ø Declaring a class
Ø The new keyword and constructor
Ø Destructor 
Ø Access method and properties using $this variable 
Ø Public, private, protected properties and methods 
Ø Static properties and method 
Ø Class constant 
Ø Inheritance & code reusability 
Ø Polymorphism 
Ø Parent:: & self:: keyword 
Ø Instance of operator
Ø Abstract method and class
Ø Interface
Final
 

Exception Handling
Ø Understanding Exception and error
Ø Try, catch, throw