Coder Baba
Открыть в Telegram
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
Больше2 233
Подписчики
-224 часа
-107 дней
-3630 дней
Архив постов
2 233
New Post🎫 please follow me and help me reach 1K🚀
https://www.instagram.com/p/Cq-r5IEBvj9/?utm_source=ig_web_copy_link
2 233
Fellowship Program In Software Development
Learn with Real Work-Ex. Join the best product-based companies with guaranteed placement.
https://www.crio.do/software-development-fellowship-program/?utm_source=Affiliate&utm_medium=Fraz&utm_term=April+Video+1
2 233
👉🏻Accenture Giving Free Developer Certificate in 2023
💪💪💪💪💪🙏🙏🙏🙏🙏
🔗https://www.accenture.com/fi-en/careers/local/virtual-experience-program
@coder_baba
2 233
Microsoft Giving Free Machine Learning Course: Enroll Now
https://learn.microsoft.com/en-us/training/paths/machine-learning-foundations-using-data-science/
@coder_baba
2 233
46 ASP .NET Course | Accessing data from a DataReader |ExecuteReader
https://youtu.be/KMATZ8n4qsc
2 233
Deep Learning with Python
The ultimate beginners guide to Learn Deep Learning with Python Step by Step 🔰
@Coder_Baba
2 233
🏆🥰🥰🏆👉Free Udemy Courses Certification 👉👉 Note :Only 1000 Students fastest to go and enroll on this course friends. 🏆🏆🏆🏆🏆🏆
This is a certificate and quality courses don't miss this guy's.
https://www.udemy.com/course/kickstart-ai/
@coder_baba
2 233
Final Year Project | Canteen Management System in VB .NET |SQL Server
for (BCA,BSC-IT,IGNOU,MCA & B.Tech).
How to create Final Year Project In VB .NET with SQL Server
🔗https://youtu.be/Gdmc376DBLw
2 233
C# Exception with their meaning:
👉🏻ArrayTypeMismatchException: This exception comes when the Type of value being stored is incompatible with the type of the array.
👉🏻DivideByZeroException: It comes when the user tries to division an integer value by zero.
👉🏻IndexOutOfRangeException: When an array index is out-of-bounds, it exception occurred.
👉🏻InvalidCastException: A runtime cast is invalid.
👉🏻OutOfMemoryException: Insufficient free memory exists to continue program execution.
👉🏻OverflowException: An arithmetic overflow occurred.
👉🏻NullReferenceException: An attempt was made to operate on a null reference—that is, a reference that does not refer to an object.
2 233
Difference between session and cookies
1-The main difference between both of them is that sessions are saved on the server-side, whereas cookies are saved on the user's browser or client-side.
2-A session stores the variable and their value on server but in cookies are store client machine
3-Session ends when user logout the website or close his browser but cookies is set for life time
4-Session can store unlimited data but cookies store limited data
5-In session maximum memory limit is 128 MB but in cookie 4kb memory limit
