Coder Baba
2.41K subscribers
1.01K photos
23 videos
722 files
726 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
Payroll asp.net Project Part-4.rar
1.7 MB
04 Payroll ASP.NET C# SQL Server Bootstrap in Hindi #coderbaba
How to calculate Basic Salary,TA,DA,MA,HRA,Earnings,Deduction in Payroll Management System Project asp.net C# part-4
Video Link: https://youtu.be/vu9Pco36br8
Coder Baba pinned a file
Food order system aspdotnet project available on instamojo just Rs 230/-
https://imojo.in/wfusem
and also full video on youtube channel

https://youtu.be/iDkCgw4gtAQ
How to Bind a dropdownlist contronl in asp dot net C#
Can you direct access ViewState value of one page in another page in Asp.Net?
Anonymous Quiz
74%
YES
26%
NO
🚩Q-1: What are the different components of .NET?

Following are the components of .NET

🎯Common Language run-time
🎯Application Domain
🎯Common Type System
🎯.NET Class Library
🎯.NET Framework
🎯Profiling
🚩Q-2: What do you know about CTS?

CTS stands for Common Type System. It follows certain rules according to which a data type should be declared and used in the program code. CTS also describes the data types that are going to be used in the application. We can even make our own classes and functions following the rules in the CTS, it helps in calling the data type declared in one program language by other programming languages.