C#.Net Fields Naming Conventions [Best Practices With Examples]

C#.Net Fields Naming Conventions

Understanding and following naming conventions in any programming language is crucial. It aids in code readability, maintainability, and overall code quality. In C#, there are specific conventions that developers are advised to follow. This tutorial will guide you through C#.Net fields naming conventions, supplemented with examples. Recently, I was working on a C#.Net windows forms … Read more >>

C#.NET Method Naming Conventions [Complete Guide]

c#.net method naming convention

In this C#.Net tutorial, we will discuss a complete guide on the c#.net method naming conventions. We will see, method naming conventions in C#.Net related to: C#.net method naming conventions A naming convention is a set of rules for choosing the character sequence to be used for identifiers in code. Consistent naming conventions enhance the … Read more >>

How to create a SOAP API request with Username Token in .Net

How to create a SOAP API request with Username Token in .Net

This c#.net tutorial explains, how to create a SOAP API request with user name token in .Net while connecting to a web service. Create a SOAP API request with Username Token in .Net Suppose I have a Web service URL from which I want to retrieve the data from outside organizations. https://15.32.54.09:80/enjoySharePoint_HTTPRouter/enjoySharePointWebservice Here I am … Read more >>

How to create a GUID in C#.Net [With Video Tutorial]

How to create a GUID in C#.Net

In this C#.Net tutorial, we will discuss how to create a GUID in C#.Net programmatically as well as using Visual Studio 2017/2019/2015. Sometimes you may need to pass a GUID to a function or maybe sometimes, you need to create a GUID and pass the GUID at runtime. Here I will show you both the … Read more >>

How to create a folder if not exist in C#.Net

How to create a folder if not exist in C#.Net

In this C#.Net tutorial, we will discuss how to create a folder if not exist in C#.Net. I got a requirement to create a folder if the folder does not exist using C#.Net in an asp.net web application. Create a folder if not exist in C#.Net C#.Net provides a call known as System.IO.Directory.CreateDirectory which we … Read more >>

Why is .NET so popular for web application development?

Why is .NET so popular for web application development

Application development becomes crucial for online business success in today’s world. It allows businesses to present their products, services, and offers effectively to impress customers. The selection of .NET technologies can be a beneficial decision for application development. In this blog, you can get introduced to .NET development and its benefits.  .NET – An Overview  … Read more >>