How do you create your own customized Role privileges setup in ASP.Net using C#?
We can create our own customized Role Privileges setup for a project in ASP.Net using C#. I will share, How I have implemented it…
Read MoreWe can create our own customized Role Privileges setup for a project in ASP.Net using C#. I will share, How I have implemented it…
Read MoreC# has a new feature for you to ping your endpoint programmatically using the Ping class from System.Net.NetworkInformation library. How to get installed System.Net.NetworkInformation?…
Read MoreHere we going to learn about cache implementation in Web Applications. I have an application in ASP.Net with Self Host WCF Services. Why do…
Read MoreI worked on a project, where we maintain Guest Arrival/Departure information and their counts. My client wants to see the head counts for preparing…
Read MoreNow you can use Postman in Visual Studio Code without switching between the windows. VS Code made it easier for developers, all you want…
Read MoreC# 8.0 introduced Switch Expression. A shortened version of the switch and evaluate a single expression. You can apply Pattern Matching. Switch Statement Switch…
Read More2. Go to Object Explorer, Right click on Database, and choose “New Database” 3. Click on the Databases folder in Object Explorer and Press…
Read MoreRefactoring large methods in C# is crucial to enhancing code readability, maintainability, and overall code quality. Here’s a general approach to refactoring large methods…
Read MoreCopy your JSON/XML data and Paste it as Classes in Visual Studio Copy the JSON response/data Open Visual Studio and click on any .cs…
Read MoreWe are going to learn here about Global Using Directives in C#. We remove unnecessary verbosity in C# Code. Let’s dive into a realtime…
Read More