Users Pricing

tag

home / developersection / tag
Implementing CORS Policies in .NET Core Web API to Control API Access
web api 14 Sep 2023
Implementing CORS Policies in .NET Core Web API to Control API Access

It enables web applications running on a single domain to access resources from another domain. However, CORS can be a security risk if not configured properly.

Creating a Custom Login and Signup System with Bootstrap in .NET Core.
.net core 08 Sep 2023
Creating a Custom Login and Signup System with Bootstrap in .NET Core.

.NET Core is a great framework for doing just that - it's cross-platform and super fast, so you don't have to worry about it.

Implementing CRUD Operations in .NET Core Using LINQ and Stored Procedures.
.net core 08 Sep 2023
Implementing CRUD Operations in .NET Core Using LINQ and Stored Procedures.

.NET Core, a cross-platform framework developed by Microsoft, provides a powerful combination of LINQ (Language-Integrated Query) and stored procedures.

.NET as a Platform - Independent Framework
.net 28 Aug 2023
.NET as a Platform - Independent Framework

In the ever-changing software development environment, the ability to build applications that can work seamlessly across different platforms is a top consider

what is OOPs in C#
.net 07 Jul 2021
what is OOPs in C#

describe concept of object oriented programming in C# and explain each concept we the help of program .

example of jagged array of storing student rollno and marks
c# 05 Jul 2021
example of jagged array of storing student rollno and marks

in this example use the jagged for storing student rollno and marks.

what is web.config file in .NET with example.
.net 04 Jul 2021
what is web.config file in .NET with example.

web.config file is mainly build in web application in asp.net project for managing the web site settings

what is an array in c#
c# 04 Jul 2021
what is an array in c#

Let us talk about array in this article.

Virtual Directory in IIS for webhosting
iis 7 03 Jul 2021
Virtual Directory in IIS for webhosting

let us talk about the virtual directory in IIS for website hosting .

Difference between session and cookie in C#
c# 03 Jul 2021
Difference between session and cookie in C#

In this article, we will discuss about how session and cookie works and what are the difference between

what is namespace and how to perform in c# programming
c# 02 Jul 2021
what is namespace and how to perform in c# programming

The biggest advantage of namespace the class name witch are declare in one namespace will not clash to same class name declare in other namespace.

interface in c# with example
c# 02 Jul 2021
interface in c# with example

discus about interface