HSC ICT - Web Development - Computer Training Centre

HSC ICT - Web Development - Computer Training Centre

Share

HSC ICT Batch - Shafiur Sir's Special ICT Batch, Web Development with ASP.NET Core MVC, C & C# Programming, SQL Database, Advanced Excel, Office application & Graphics Design training with practical learning.

09/10/2024

Webpage Design & Development syllabus that we follow:
[1] ASP .NET Core MVC [2] C # .NET [3] MS SQL Server [4] HTML and CSS [5] Bootstrap [6] JavaScript [7] Web API [8] Project work [9] GitHub
Short Description:
~~~>> Introduction to Visual Studio 2022
How to Install and Setup visual studio 2022 Community Edition.
~~~>> Programming Basics (C # (Basic to Advance))
Introduction to C #, Data Types, Datatype conversions, Operators, Conditional Statements, Loops, Data Structures.
~~~>> Object Oriented Programming
OOP Fundamentals, Objects and Classes, Why OOP? , Interfaces, Method Overloading, Method Overriding.
~~~>> Object Oriented Design Principles
Four fundamental Principles of OOP – Abstraction, Inheritance, Encapsulation Polymorphism.
~~~>> ASP.NET Core MVC {.NET 8}
Introduction to Model-View-Controller architecture, Data flow, Fundamentals of ASP .NET MVC.
~~~>> Introduction to SQL Server Programming
Intro to SQL, Basic Queries and Commands, Table Joins
~~~>> Database designing
Fundamentals of Database Designing, Constraints, Relationships.
~~~>> MS SQL Server
Introduction to MS SQL Server and MS SQL Server Management Studio. Working with SQL Server in Asp .NET core Application
~~~>> Introduction to web technology
HTML, Bootstrap, JavaScript, jQuery Basics
~~~>> Razor view Engine
Intro to Razor view engine
~~~>> Advanced ASP.NET MVC
Design Patterns (Factory and Repository Pattern), Dependency Injection
~~~>> Entity Framework 8
ADO .NET, LINQ, Code first approach.
~~~>> Security, Authentication and Authorization in ASP.NET Core MVC
Security, Authentication and Authorization with asp .NET Identity, Role based authentication.
~~~>> Project Deployment in IIS
Deploy an asp .NET MVC project in Local IIS server.
~~~>> Version Control
Git, GitHub, Basic git commands
~~~>> Code Quality & Smart Coding
Industry good practices, Do’s And Don’ts , Basic principles for clean coding.
~~~>> Full Stack Project work with ASP.NET Core MVC
Development of a Full Stack MVC with the instructor
~~~>> ঠিকানাঃ এস. আর. আইটি, ২৬৩/১, শেরে বাংলা রোড, নিরালা, খুলনা।
(তালুকদার কমিউনিটি সেন্টার এর সাথে লাল বিল্ডিং এর নিচতলায়)
যোগাযোগের নাম্বার: 01979-406593
বিশ্বব্যাপী প্রতি মুহূর্তে তৈরি হচ্ছে হাজার হাজার ওয়েবসাইট। ওয়েব ডেভেলপমেন্ট হচ্ছে একটা ওয়েব সাইটের প্রাণ সঞ্চার করা। ওয়েব ডিজাইনার যে ডিজাইন তৈরি করেন তার প্রতিটা উপকরণকে ফাংশনাল এবং ডাইনামিক করার জন্য পরিচালিত কর্মকান্ডই হচ্ছে ওয়েব ডেভলপমেন্ট । একটা ওয়েব সাইট কে তিনটা ভাগে বিভক্ত করা যায় যেমন ডিজাইন বা টেমপ্লেট, কনটেন্টম্যানেজমেন্ট সিস্টেম এবং ডাটাবেস। ওয়েব ডেভেলপার এই তিনটি বিষয়ের মধ্যে সমন্বয় ঘটিয়ে পুরো সিস্টেমটি কে সক্রিয় এবং ডাইনামিক করে থাকেন । ওয়েব ডেভেলপারের কাজ হচ্ছে ডাটা প্রসেসিং, ডাটাবেস নিয়ন্ত্রণ, সিকিউরিটি নির্মান, ইউজার এবং এডমিনের ক্ষমতা নিয়ন্ত্রণকরা, এপ্লিকেশনের সকল ফিচারকে ফাংশনাল এবং ডাইনামিক করা এবং সমগ্র সিস্টেমের কার্যকারীতা এবং ব্যবহার যোগ্যতা নিয়ন্ত্রণ করা। শখের কাজ কিংবা পরিপূর্ণ ব্যবসা সব ধরণের কাজের পরিচয় বহন করে ওয়েবসাইট। এজন্যই ডিজিটাল প্ল্যাটফর্মে ক্যারিয়ার হিসেবে ওয়েব ডিজাইন / ওয়েব ডেভেলপমেন্টের বেশ চাহিদা রয়েছে। তাই আপনি যদি ওয়েব ডিজাইনার অথবা ওয়েব ডেভেলপার হিসেবে ক্যারিয়ার গড়তে চান, তাহলে আপনার জন্যই আমাদের Web Design / Web development Course.

28/01/2024

C++ Language Syllabus We follow:
----------------------------------------------
1. Principles of Object-Oriented Programming
* Procedure-Oriented Programming vs Object-Oriented Programming
* Basic Concepts of Object-Oriented Programming
* Benefits of OOP
* Object-Oriented Languages
* Applications of OOP
2. Beginning with C++
* What is C++?
* Applications of C++
* A Simple C++ Program
* Structure of C++ Program
* Creating the Source File
* Compiling
* Debugging
3. Tokens, Expressions and Control Structures
* Keywords
* Identifiers and Constants
* Tokens
* Basic Data Types
* User-Defined Data Types
* Derived Data Types
* Symbolic Constants
* Type Compatibility
* Declaration of Variables
* Dynamic Initialization of Variables
* Reference Variables
* Operators in C++
* Scope Resolution Operator
* Member Dereferencing Operators
* Memory Management Operators
* Manipulators
* Type Cast Operator
* Expressions and their Types
* Special Assignment Expressions
* Implicit Conversions
* Operator Overloading
* Operator Precedence
4. Functions in C++
* The Main Function
* Function Prototyping
* Call by Reference
* Return by Reference
* Inline Functions
* Const Arguments
* Default Arguments
* Function Overloading
* Friend and Virtual Functions
* Math Library Functions
5. Classes and Objects
* Specifying a Class
* Defining Member Functions
* A C++ Program with Class
* Making an Outside Function Inline
* Nesting of Member Functions
* Private Member Functions
* Arrays within a Class
* Memory Allocation for Objects
* Static Data Members
* Static Member Functions
* Arrays of Objects
* Objects as Function Arguments
* Friendly Functions
* Returning Objects
* const Member Functions
* Pointers to Members
* Local Classes
6. Constructors and Destructors
* Constructors
* Parameterized Constructors
* Multiple Constructors in a Class
* Constructors with Default Arguments
* Dynamic Initialization of Objects
* Copy Constructor
* Dynamic Constructors
* Constructing Two-dimensional Arrays
* const Objects
* Destructors
7. Operator Overloading and Type Conversions
* Defining Operator Overloading
* Overloading Unary Operators
* Overloading Binary Operators
* Overloading Binary Operators Using Friends
* Manipulation of Strings Using Operators
* Rules for Overloading Operators
* Type Conversions
8. Inheritance: Extending Classes
* Defining Derived Classes
* Single Inheritance
* Making a Private Member Inheritable
* Multilevel Inheritance
* Multiple Inheritance
* Hybrid Inheritance
* Virtual Base Classes
* Abstract Classes
* Hierarchical Inheritance
* Constructors in Derived Classes
* Member Classes: Nesting of Classes
9. Pointers, Virtual Functions and Polymorphism
* Pointers to Objects
* this Pointer
* Pointers
* Pointers to Derived Classes
* Virtual Functions
* Pure Virtual Functions
10. Managing Console, I/O Operations
* C++ Streams
* Unformatted I/O Operations
* Formatted Console I/O Operations
* Managing Output with Manipulators
11. Working with Files
* Classes for File Stream Operations
* Opening and Closing a File
* Detecting end-of-file
* More about Open (): File Modes
* File Pointers and Their Manipulations
* Sequential Input and Output Operations
* Updating a File: Random Access
* Error Handling During File Operations
* Command-line Arguments
12. Templates
* Class Templates
* Class Templates with Multiple Parameters
* Function Templates
* Member Function Templates
* Function Templates with Multiple Parameters
* Overloading of Template Functions
* Non-Type Template Arguments
13. Exception Handling
* Basics of Exception Handling
* Exception Handling Mechanism
* Throwing Mechanism
* Catching Mechanism
* Rethrowing an Exception
* Specifying Exceptions
14. Introduction to the Standard Template Library
* Components of STL
* Containers
* Iterators
* Algorithms
* Application of Container Classes
15. Manipulating Strings
* Creating (string) Objects
* Manipulating String Objects
* Relational Operations
* String Characteristics
* Review Questions
* Debugging Exercises
* Programming Exercises
* Accessing Characters in Strings
* Comparing and Swapping
16. Summary

Want your business to be the top-listed Computer & Electronics Service in Khulna?
Click here to claim your Sponsored Listing.

Website

Address


1/1, Tutpara Central Road, Opposite Of Tutpara Model Govt. Primary School
Khulna
9100

Opening Hours

Monday 09:30 - 19:30
Tuesday 09:30 - 19:30
Wednesday 09:30 - 19:30
Thursday 09:30 - 19:30
Saturday 09:30 - 19:30
Sunday 09:30 - 19:30