C# Conditional Statements

In Previous article we learned about C# Classes and Objects and now in this article we will learn about C# Conditional Statements using various examples. C# Conditional Statement In C#, conditional statements are used to execute specific blocks of code based on certain conditions. Decision-making statements require a few conditions that can be evaluated by the program and set …

Read moreC# Conditional Statements

Top 30 .Net Interview Questions And Answers

.net interview questions

List of Top 30 .Net Interview Questions And Answers to brush up your knowledge before the interview: .NET is the most widely used framework developed by Microsoft for developing applications that primarily runs on windows, which can be used for building applications that use .NET technologies such as desktop and web applications. In this article we …

Read moreTop 30 .Net Interview Questions And Answers

C# Extension Methods

C# Extension Methods

This Tutorial Will Explain All About C# Extension Methods. You will Learn to Work with C# extension methods Including their specifications and benefits. What are the C# Extension Methods? C# Extension methods are static methods, as the name suggests, are additional methods. Extension methods allow you to inject additional methods without modifying, deriving, or recompiling the …

Read moreC# Extension Methods

Exception Handling in C#

Exception Handling in C#

Exception handling is a crucial aspect of software development, particularly in complex systems and large-scale applications. In C#, exception handling provides a mechanism for handling and managing errors and exceptions that may occur during runtime. This helps to prevent the application from crashing and ensures a more seamless user experience for the end-user. In this …

Read moreException Handling in C#

Garbage collection in C#

Garbage Collection in C#

What is Garbage collection in C#? Memory management is the main concern for any application whether an application is window based or web-based. Garbage collection in C# is an automated process of Common Language Runtime (CLR). In .Net, CLR has a garbage collector that executes as a part of our program and responsible for reclaiming …

Read moreGarbage collection in C#

Xamarin

Why Xamarin?– When considering how to build iOS and Android applications, many people think that the native languages, Objective-C, Swift, and Java, are the only choice. However, over the past few years, an entirely new ecosystem of platforms for building mobile applications has emerged. Xamarin is unique in this space.  We can use Xamarin to …

Read moreXamarin

C# DateTime Format

C# datetime

C# DateTime class in C# provides properties and methods to format dates in different DateTime formats. This article explains how to work with the C# DateTime format Including Timer and Sleep Methods. Lets Starts with C# DateTime Object– DateTime is a Struct in the System namespace. It helps the developers to retrieve information about system date, time, …

Read moreC# DateTime Format

SQL Injection

SQL Injection

This Tutorial Will Explain All About SQL Injection. You will Learn what is the impact of SQL Injection and how to prevent. What is SQL Injection? “An attack technique used to exploit web sites by altering backend SQL statements through manipulating application input”. SQL Injection happens when a developer accepts user input that is directly …

Read moreSQL Injection

RSS
Follow by Email
YouTube
YouTube
LinkedIn
Share