top of page

.Net

.Net Syllabus

Class 1

.Net Concepts.

1.1 Introduction0.5

1.2 C# & VB.Net0.5

1.3 Object oriented programming1

1.4 Error and Exception handlings1

1.5 Exercise

Class 2

Writing APIs  

2.1 Create project with Controller1

2.2 Routing configuration0.5

2.3 Action return types0.5

2.4 CRUD operations in API1

2.5 Exercise.

Class 3

Debugging APIs  

3.1 Manual debugging0.5

3.2 Configure trace for debugging

Class 4

API Logging  

4.1 Logger configuration

Class 5

API Usage  

5.1 Create API0.5

5.2 Consume API0.5

5.3 Exercise

Class 6

Authentication  

6.1 Secure API 0.5

6.2 AD Auth0.5

6.3 Exercise

Class 7

API Hosting  

7.1 Publish API0.5

7.2 Host your API on Server1

7.3 Host your API on Cloud1

7.4 Exercise

Class 8

Writing unit test  

8.1 Create a project to test0.5

8.2 Create a unit test project0.5

8.3 Create the test class0.5

8.4 Create the first test method0.5

8.5 Build and run the test0.5

8.6 Exercise

Class 9

Workshop

bottom of page