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