Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

vX LBJ - Foundationcourse -Week 1 to 3

LBJ Foundatlon course Week 1 to 3

eek Skill Topic


1 Week 1 Day 1 Programming Fundamentals |What is a programming language, Algorithms,
(Algorithms and pseudocodes) Pseudocode, Flowchart
Week 1Day 2 Java Fundamentals |Language Understanding
JDK, JRE,JVM and JIT
|Hello World Using Java(Eclipse)
Datatypes, Variables and typecasting
|Use of Scanner class
condition statements and Operators
Week 1Day 3 Java Fundamentals |LOops
For Loop
while Loop
Do While
Switch cases
week 1 Day 4 Array Array Manipulations(Int arrays, String Arrays)
Week 1Day5 Strings String
Various String manipulations like ASCIl
manipulation in String
2 Week 2 Day 1 Class and Objects |Creating aclass
|Creating an object
Method in Java
Constructors
Static, final, Scope of variable
Week 2 Day 2 Arrays of Objects Pass a array as return type in method
Pass an array as params.
|Arrayof Objects(Get and Set methods)
|Array of Objects examples
Week 2 Day 3 Database and RDBMS |What is Database and Its type.
|What is RDBMS,DBMS Vs RDBMS.
SQL Queries, Create, Select, Delete, Drop and
update
Week 2 Day 4 Database and RDBMS Subqueries, Nested queries
|Havingclause, group by, order by and limit
LBJ-FoundationSyllabus WK 1-3 LBJ-.Net Syllabus WK 4-9 +

Q Search PRE
:X fx LBJ - Foundation course -Week 1to3
D F
C
B
|Pass a array as return type in method
Week 2 Day 2 Arrays of Objects
Pass an array as params.
|Array of Objects(Get and Set methods)
Array of Objects examples
Database and RDBMS What is Database and Its type.
Week 2 Day 3 What is RDBMS,DBMS vs RDBMS.
SQL QUeries, Create, Select, Delete, Drop and
update
Database and RDBMS Subqueries, Nested queries
Week 2 Day 4
|Having clause, group by, order by and limit
|AVG, COUNT, FLOOR, GREATEST
Different types of keys(PK, FK)
Database and RDBMS JOINS(inner join, outer Join , crossjoin,fulljoin).
week 2 day 5 SQL Vs NoSQL
week 3 Day 1 MongoDB
what is MONGODB
what is the advantage of MongoDB
MongoDB examples(store data, update data
|etc..)
HTML,CSS and Javascript What is HTML
week 3 Day 2
HTML basic tags
|HTML examples
What is CSS with example
What is Javascript and why Javascript
Requires.
Javascript example
week 3 Day 3 Webservices Introduction to Webservices
What is Client and server technologies
What is HTTP protocols
|What are various methods of HTPP like
|GET,POST,PUT,DELETE etc
week 3 Day 4 Cloud Computing what is Cloud computing
|What is AWS and AZURE
Week 3 Day 5 Recap RECAP
Modular Approach

LBJ-FoundationSyllabus WK 1-3 LBJ-.Net Syllabus WK 4-9

Q Search in tree
PRE
vX v f DOT NET - LBJ Syllabus WK 4-9
A B D

DOT NET- LBJ Syllabus WK 4-9

Veek Skill
Topic
4 Week 4 Day 1 NET fundamentals NET Fundarnetals
Week 4 Day 2 IDE - Visual Studio, C# IDE-Walkthrough, C# Language essentials
Week 4 Day 3 0OPS undamentals -Recap Recap of encapsulation, access specifiers,
|Constructors
Week 4 Day 4 0OPS - Methods Methods
Passing parameters to the rnethods
Accepting return from methods
Method Overloading
Ref,Out, Paran keywords
Week 4 Day 5 OOPS -Inheritance Inheritance,
Building Class Hierarchy, Virtual and Override
Keywords
Polymorphism
5 Week 5 Day 1 OOPS-Abstract class &Interfaces |Abstract class
|Abstract Methods
|Interfaces
|Abstract class vs Interface
Week 5 Day 2 C#- Generics What are generics
Why Generic Class
|Defining customGeneric class
|Using generic class from Main
|Advantages of Generics
|Generic Constraints
Week 5 Day 3 C# Collections-Object based Collections |Recap Of Arrays
What are collections
Working with Object based collections
|ArrayList, Stack, Queue, Hashtable
|Limitations of Object based collection
|Understanding Boxing and Unboxing
Week5 Day 4 C# Collections - Generic Collections Moving to Generic collections
List, Stack, Queue, Dictionary, SortedList
Week 5 Day 5 C# Collection Interfaces Working with Collection Intertaces
|lcomapre, IComparer, lequatable, lenumerable
|Introduction

LBJ-FoundationSyllabus WK 1-3 LBJ-.Net Syllabus WK 4-9 +


1 DOT NET- LBJ Syllabus WK 4-9
B D F

6 Week 6 Day 1 C# Delegates Understanding delegates


What are delegates
|Implermenting delegates
Multicast delegates
Anonymous Methods
Week 6 Day 2 C# Events What are events
|ImplementingEvents
Publisher & Subscriber Model
Week 6 Day 3 NET 3.5 Features |Object Initialization, collection Initialization
syntax
Extension Methods
Var keyword
|Anonymous types
Week 6 Day 4
|Lamda Expressions
LINQ &LINQ to Objects LINQ to Objects
|Simple Selection with Integer collection
Filtering
Projection,
Working with String Collections
Week 6 Day 5 Working with Custom Object Collections
LINQ to Objects: Operators
Ordering
|Joining
Grouping
Element Level operators
|Aggregate Operators
7 Week 7 Day 1 Set Operators
C# New Features C## New Features
Week 7 Day 2
Exception Handling Understanding runtime errors
Handling exceptions-TRY-CATCH
|Handling muBtiple exceptions
Week 7 Day 3
Custom Exceptions
Exception handler order
The Finally block
Week 7 Day 4 File I0 Custom exceptions
1. File Class, Directory Class, Filelnfo class,
Directory Info Class
2. File Stream class: Reading and
Writing files
LBJ-FoundationSyllabus WK 1-3 LBJ-.Net Syllabus WK 4-9 +
1 :XV f DOT NET - LBJ Syllabus WK 4-9
A C D F

Week 7 Day 4 File I0 1. File Class, Directory Class, Filelnfo class,


Directory Info Class
|2. File Strearnclass: Reading andWriting files
Week 7 Day 5 File I0 Use l/0 streams to perforn read and write
operations:
1. Stream Reader, Strearn Writer, Binary
Reader & Binary Writer
Week 8 Day1 Best Practices and Coding Guidelines
Week 8 Day 2 Multi Threading System Threading Narnespace, Manually
Creating Secondary Threads, Working With
The ParameterizedThreadstart Delegate
ThreadPool class
External Documentation to TPL
Week 8 Day3 C# Course Recap C# Course Recap & Doubt clearing session
Week 8 -Day4 Java Script |Java script event handling
simple user id and password
building blocks of Java Script
Array, loops ,conditions, Var and Let
Week 8-Day5 Java Script Java Script ES6
Arrow Functions
Promises
Week 9-Day1 Typescript |what is Type script
building blocks
functions
Strings
Week 9-Day 2 Angular
what is SPA
Angular basic
|installationof Angular
|Hello world program in angular
Files and Folder structure Example index.html
allthe basic components , package json
Angular CLIand important command on CLI
Week 9-Day 3 Angular Understanding of Angular various
|components.
Angular templates and template URL
Angularvarius hindnadata hindina hwo wav

LBJ-FoundationSyllabus WK 1-3 LBJ-.Net Syllabus WK 4-9 +


A1
DOT NET - LBJ Syllabus WK 4-9
A B
D
F
Angular basic
installation of Angular
Hello world program in angular
Files and Folder structure Example
all the basic index.html
33
cornponents, package json
Week 9-Day 3 |Angular CLIand irnportant cormnand on CLI
Angular Understanding of Angular various
Components.
Angular ternplates and ternplate URL
Angular various binding(data binding, two way
34 binding , property binding , event binding)
Week 9-Day4 Angular Angular directives,modules
35 Angular routing(basic)
Angular Forms
Week 9-Day5
36
Recap Recap
37
38
39

40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

LBJ-FoundationSyllabus WK 1-3 LBJ-.Net Syllabus WK 4-9 +

Q Search PRE L

You might also like