ar
Feedback
Coder Baba

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 أيام
أرشيف المشاركات
New Post🎫 please follow me and help me reach 1K🚀 https://www.instagram.com/p/Cq-r5IEBvj9/?utm_source=ig_web_copy_link

DOT NET CORE INTERVIEW QUESTIONS AND ANSWERS

DOT NET CORE INTERVIEW QUESTIONS AND ANSWERS Pdf notes 👇👇👇👇👇👇
DOT NET CORE INTERVIEW QUESTIONS AND ANSWERS Pdf notes 👇👇👇👇👇👇

photo content
+6

photo content
+5

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

👉🏻Accenture Giving Free Developer Certificate in 2023 💪💪💪💪💪🙏🙏🙏🙏🙏 🔗https://www.accenture.com/fi-en/careers/local/virtual-experience-program @coder_baba

46 ASP .NET Course | Accessing data from a DataReader |ExecuteReader https://youtu.be/KMATZ8n4qsc

Deep Learning with Python The ultimate beginners guide to Learn Deep Learning with Python Step by Step 🔰 @Coder_Baba

🏆🥰🥰🏆👉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

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

photo content

Which of the following statements is correct about Managed Code?
Anonymous voting

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.

What is the difference between C# abstract class and an interface? @coder_baba
What is the difference between C# abstract class and an interface? @coder_baba

How is C# different from the C programming language?
How is C# different from the C programming language?

Download All file in zip: http://bit.ly/3GoWfzg

Project with source code | Online Training https://www.youtube.com/watch?v=CEx9VM0bIlg

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