
Admission Going on..
Our specialty:
– Spacious classroom equipped with projectors, laptop computers and modern facilities.
– Courses taught by developers with industry experience.
– Practical classes conducted using real projects.
– Obtain course completion certificate.
– We have BASIS membership, a renowned trade body in ICT sector.
– We are a software development company. Best performers in the course have the opportunity to make a career with us.
Software Development
Course Duration: 3 Months
Regular Course fee: Tk. 24000
Course Fee Now: Tk. 12000
Class time: Sat-Mon-Wed
(Morning – 11:30-1:30)
(Evening-7:30-9:30)
Course outline:
- Introduction of C Language
- How its related to asp.net
- Some Example of C programes If-Else and Nested if
- cases arrays
- Loops(for, while and do while)
- Introduction of Project with n tier architecture What is net
- Version of asp.net Jit compiler
- Component of asp.net CLR
- FCL
- Assemblies and its Type Reflection
- .net framework Garbage Collection
- Comparison between different version of .net (1.0,2.0,3.0,3.5,4.0) Webconfig file
- Wcf,Wpf,Linq Introduction of C# Introduction of Sql Server Introduction of Net
Details Below
- Classes and object
- Hello world with class and object Access modifier
- Constructor and its type Properties
- Event
- Static variable and constructor Private constructor
- Practical Assighnment-1 Notes-1
- Classes with inheritance
- Access moodier with inheritance Upcasting
- Overriding Overloading Abstract Classes Sealed Classes
- Practical Assighnment-2 Notes-2
- Interface implementation
- Difference between abstract class and interface Practical Assighnment-3
- Notes-3
- Type casting and its type Value type and reference type Heap and stack
- Boxing and unboxing Practical Assighnment-4 Notes-4
- Function overloading
- Operator overloading
- Virtual keyword
- Practical
- Assighnment-5
- Notes-5
- Type of exception (Checked and unchecked)
- Try Catch Finally Throws
- Practical Assighnment-6 Notes-6
- 1-d array 2-d array
- Jagged array For loop
- For each loop
- Practical Assighnment-7 Notes-7
- Difference between collection and generics Where use both
- Hash table Stack Queue
- Implementation of both collections and generics Practical Assighnment-8
- Notes-8
- Implementation of string and its different method and properties
- Implementation of stringbuilder and its different method and properties
- Difference between string and string builder
- Practical
- Assighnment-9
- Notes-9
- Memory management Destructor
- Garbage collection implementation Practical Assighnment-10
- Notes-10
- Thread and its property
- Thread and its priority
- Implementation of thread
- Practical
- Assighnment-11
- Notes-11
- Implementation of delegation
- Implementation of event
- Practical
- Assighnment-12
- Notes-12
- Introduction of attribute
- Retrieving metadata using reflection
- Practical
- Assighnment-13
- Notes-13
- Interview Question on C#
Details Below
- Database Rdbms
- Er diagram Dfd Normalization
- Denormalization Relationship
- Overview of sqlserver-2008 Feature of Sql server-2008
- Create and use database datatype
- Create table
- Data integrity
- Ddl statement
- Dml statement
- Primary key and foregn key
- Use constraints
Notes-1
- Practical
- Assighnment-1
- Simple insert query
- Insert query using select
- Update query
- Delete query
- Practical
- Assighnment-2
- Notes-2
- Select all data
- Select specific column
- Customize the display(change the col name in display)
- Concatenate the text value in the output
- Calculating the column
- Practical
- Assighnment-3
- Notes-3
- Using arithmetic operation
- Using comparisons operator
- Using and/or operator
- Range
- In and not in Like operator
- Null value
- Use of order by
- Top value of the table
- Distinct
- Practical
- Assighnment-4
- Notes-4
- Use of string function Use of date function
- Use of mathematical function Use of ranking function
- Use of system function
- Practical
- Assighnment-5
- Notes-5
- Min
- Max
- Sum
- Count
- Group by
- Compute and compute by Pivot
- Practical
- Assighnment-6
- Notes-6
- Inner join
- Outer join and its type
- Cross join
- Equi join Self join
- Practical
- Assighnment-7
- Notes-7
- Use of subqueries
- Using in and exists
- Nested subqueries Correlated subqueries
- Practical
- Assighnment-8
- Notes-8
- Primary key constraint
- Unique key constraint
- Foreign key constraint
- Checkconstraint
- Default constraint
- Practical
- Assighnment-9
- Notes-9
Alter
Add column Dropping table
Practical Assighnment-10
Notes-10
XML Data
Storing xml data in a table Retrieving xml data from table Use of xquery
Modify the xml data Practical Assighnment-11 Notes-11
Advanced Topic
Indexes Xml indexes
View(create,alter,drop) Use of if-else statement Use of case statement Use of while statement Use of exception handling Practical Assighnment-12 Notes-12
Procedure and Triggers
Create and execute procedure Create and execute triggers Practical Assighnment-13 Notes-13
Extra Topic
Script generation Backup of database Restore database
ADO.NET Overview
Visual Studio .NETOLEDB and SQLServerNamespaces and Classes
Interfaces
First ADO.NET Program.
ADO.NET Connections
ADO.NET
Managed Providers Connection Class Connection Strings Connection Pooling Connection Events Connection Factory Pattern Error Handling
ADO.NET Commands
Command Objects Command Types Result Sets Running queries
Running scalar queries Running nonqueries Parameters
Practical Assighnment-1 Notes-1
DataReaders and Connected Access
DataReader Classes Retrieving Data Updating Data
Practical Assighnment-2 Notes-2
Data Sets and Disconnected Access
DataSet DataAdapter Command Objects DataTable DataColumn DataRow
Editing Columns
Row States and Versions
Sorting and Searching DataTables Events
Practical Assighnment-3 Notes-3
Concurrency and Transaction
Concurrency Overview Transaction
Transaction and DataAdapter Isolation Levels
Practical Assighnment-4 Notes-4
XML and ADO.NET
Strong coupling between ADO.NET and XML Typed DataSet
Rendering XML from a DataSet Reading XML into a DataSet Synchronized DataSet Practical Assighnment-5
Notes-5
Data Binding
DataView
Data Binding in Windows Forms Simple Data Binding
DataGrid Binding Master Detail Binding
Data Binding in Web Forms Practical Assighnment-6 Notes-6
Data Binding with Procedure
DataView
Data Binding in Windows Forms Simple Data Binding
DataGrid Binding Master Detail Binding
Data Binding in Web Forms Practical Assighnment-6 Notes-6
Data Binding with Procedure
DataView
Data Binding in Windows Forms Simple Data Binding
DataGrid Binding Master Detail Binding
Data Binding in Web Forms Practical Assighnment-7 Notes-7
Introducing ASP.NET
Understand the basic architecture of a Web application Understanding the role of HTTP
The difference between HTML and XHTML Learn the key features of ASP.NET
The ASP.NET Namespaces
The history of ASP.NET Web development
Contrast the use of IIS vs. the Visual Studio development Web server Work with different versions of IIS
Know the differences between a Visual Studio Web Site and a Web Application project
User Controls and Master Pages
Understanding and creating user controls Creating composite user controls Manipulating user controls on the host page Exposing events from user controls
Host Web pages subscribing the user control events Introducing Master pages
A Master page walkthrough Nested Master pages
Master page events and page access Practical Assighnment-1
Notes-1
Caching
Importance of caching
ASP 3.0 Support for caching Type of caching in ASP.NET
Output caching Web user control vs custom control Fragment caching
Data caching vs. Application object
Practical
Assighnment-2
Notes-2
Site Navigation
Basic page navigation
Response.
Redirect() and Server. Transfer()
Work with the MultiView control Work with the Wizard control
Understand the site map model of ASP.NET Examine the Menu navigation control Examine the Tree
View navigation control Create Web application breadcrumbs
Practical
Assighnment-3
Notes-3
State Management
Define the role of view state Read and write cookies
The role of application state and session state Work with The State Service
Use SQL Server session management
Study the various forms of caching (the Cache object and Output Cache) Work with Cache dependencies, such as a Sql Server dependency Practical Assighnment-4
Notes-4
ASP.NET and Web Services
Web Forms Html Controls Web Controls
Collaborative Web Applications Moving from Web Sites to Web Services
Simple Object Access Protocol (SOAP)
Web Services Description Language Practical Assighnment-5
Notes-5
Reporting
Detail Concept of Crystol Report Implementation of Crystol Report Detail Concept of RDLC Report Implementation of RDLC Report Concept of dataset,mapping in Report Practical Assighnment-6
Notes-6
Security
Login Control Authentication
Authorization
Practical Assighnment-7 Notes-7
ASP.NET AJAX with Toolkit
Know the role of AJAX AJAX in today’s Web world
Understand the role of the XMLHttp
Request object Learn the ASP.NET AJAX controls
Explore the ASP.NET AJAX client libraries
Use the Update Panel and the Update
Progress controls Build a Web site using the ASP.NET AJAX Control Toolkit
Practical
Assighnment-8
Notes-8
Other .NET Services
Interoperating with Win32 Interoperating with COM
Introduction of WCF
Basic concept of wcf Implementation of wcf Concept of protocol, bining Managing in web confi9 Practical Assighnment-9 Notes-9
Introduction of LINQ
Basic concept of linq Implementation of linq Lemda expression Practical Assighnment-10 Notes-10
Introduction of WPF
Basic concept of wpf Implementation of wpf Practical Assighnment-11 Notes-11
Introduction of Silverlight
Basic concept of Silverlight Implementation of Silverlight Practical
Assighnment-12
Notes-12
Web design and WordPress Development
Course Duration: 2 Month’s
Regular Course fee: Tk. 12000
Course Fee Now: Tk. 6000
Class time: Sun-Tue-Thu
(Morning: 10.00AM -12.00PM)
(Evening: 6.00-8.00)
Course outline:
- Basic knowledge of Photoshop
- Tools overview
- Image editing
- Retouching Techniques
- Filtrating & Drawings
- Layer Management
- Using Presets
- Typography
- Introduction to HTML
- Which IDE to use and how to use IDE for HTML, CSS and PHP, Basic ideas on IDE tools and
- Ideas on HTML Attributes and Tags, how and where to use which attributes and tags. Showing Common mistakes on tag
- HTML headings, paragraph, anchor, image, inline elements, block elements overview, usages and
- HTML Form elements, input, select, textarea, radio box, checkbox, buttons elements overview, usages and
- HTML lists, tables, quote, frames, fieldset, iframe elements overview, usages and placements.
- Introduction to HTML5 and overview on difference from
- HTML5 elements overview, usages and
- HTML5 media, video, audio elements overview, usages and
- HTML5 Canvas, SVG and Media elements overview, usages and
- Introduction to CSS, what is CSS and how and where to use
- Relationship with HTML & HTML5. How CSS will work with HTML &
- What is Inline CSS, where to write it, precedence & priority of Inline
- What isInternal CSS, where to write it, precedence & priority of
- What is External CSS, where to write it, precedence & priority of External
- What is CSS overriding, how and where it takes
- CSS syntax, Classes & IDs, Floating, Positioning and
- CSS use of fonts, from where and how to get fonts and how to use
- CSS use of colors, Margins, Paddings, Borders, width and height, alignments and opacity.
- CSS for block, inline and inline-block, display, display-table and visibility properties of HTML
- Introduction to CSS3, Difference between CSS and CSS3, and extra benefits of using
- CSS3 use of texts, fonts, shadows and
- CSS3 use of backgrounds, border images and rounded corners
- CSS3 making cool visual with use of transitions and
- CSS3 making cool visual with use of 2D and 3D
- CSS3 Box sizing and Flex box features and use of
- Introduction to Bootstrap, what are the benefits to use
- Knowing Bootstrap features, grids and measurements, use of Form elements, lists and
- Bootstrap use of popup, modal, tooltips, navigations and carousel,
- PSD to bootstrap HTML conversion using bootstrap
- Customizing Bootstrap attributes and necessity for
- Discussion about WordPress theme & plugin
- Creating a Fully functional newspaper
- CREATING A BLOG SITE WITH
- How to install WordPress on a local server?
- Details about
- Creating a database in
- Install WP in
- Install plugin from cPanel
- install Elementor Page builder
- Create a landing page with an Elementor Page page builder
- Discussion on Elementor
- What is woo commerce?
- Install woo commerce plugin
- Membership WordPress website theme
- A Listing and Directory Website
- Improve Performance and Speed
- How to Secure Your WordPress
SEARCH ENGINE OPTIMIZATION (SEO)
Course Duration: 2 Month’s
Regular Course fee: Tk. 12000
Course Fee Now: Tk. 6000
Class time: Sat-Mon-Wed
(Morning: 10.00AM -11.00AM)
(Evening: 6.00PM-7.00PM)
Course outline:
Basic Concept of Digital Marketing
Various Types of Digital Marketing
What is Seo?
Types of Seo?
Why is Seo Important?
What is a Search Engine?
How does a Search Engine Work?
Why Your Business needs Seo?
Google Ranking factors
Google Algorithm Basics
Tools That Help You
Free Extension
Planning For Your New Website
Niche Selection Process
What is keyword and Types of Keywords?
The easiest way for Keyword Research
Long Vs Short Tail Keywords
Understanding Keyword Research Tools
KGR Keywords
Competitor’s Keywords
What are LSI keywords?
Ways to Find LSI Keywords.
Tracking Keywords
What is Domain?
What Is Hosting?
What is CMS?
Different Types of CMS.
What is WordPress and the Importance of WordPress?
Discussion about WordPress Theme and Plugin
An idea about Creating a Blog Site With WordPress
Importance of Content in Seo Industry.
How to Become a Content Writer?
How to make Seo Optimized Quality Content?
Basic Idea About AI Content.
How to Submit the Website in Google Search Console?
How to Submit the Website in Bing Search Console?
How to Submit Sitemap?
How to Check and Fix Robots.txt
How to Make a Website Fast?
Concept of Indexing and Indexing Issues
Concept of Google Search Console
Different Parts of Google Search Console
What is On-Page Seo?
Url Optimization.
Title Tag Optimization and Guideline
Header Tags Optimization
Image Optimization
Dofollow and Nofollow
Internal and External Linking.
Keywords Placement.
Use Of LSI Keywords
Meta Description Optimization
Plugins (Yoast Vs Rank Math)
Writing Tips for SEO-Friendly Content
Keyword Cannibalization.
Creating Image by Canva
Collecting Copy-right Free Images from Online
Image Optimization By Using Software
What is Off-page Seo?
Building Citations.
Social Shares
Forum/Blog commenting
Profile Backlink
Social Bookmarking
Infographic/Image Submission
Pdf Submission
Web 2.0 and Article Submission
How many Backlinks do you need?
Anchor Text
Relevant Backlinks
Skyscraper
Guest Post
Concept of PBN
Basic Concept about Local Seo
Basic Concept about Ecommerce Seo
Seo Audit
Competitor Analysis