TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About PC
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (7)
Ajay Kumar (7)
Sardar Mudassar Ali Khan (7)
Mark Pelf (4)
Jaimin Shethiya (4)
Ziggy Rafiq (3)
Shubhankar Banerjee (2)
Devesh Omar (2)
Gurpreet Arora (2)
Vijay Yadav (2)
Velladurai (2)
Jitendra Mesavaniya (2)
Sanjay Kumar (2)
Vinoth Xavier (2)
Kunal Patil (2)
Najath Risni (2)
Jay Krishnareddy (1)
Viknaraj Manogararajah (1)
Mervyn Manilall (1)
Ananthakrishna V (1)
Priya Chavadiya (1)
Jefferson S. Motta (1)
Ramesh Palaniappan (1)
Yash Rajora (1)
Kaviya Balasubramanian (1)
Praveen Kumar (1)
Kautilya Utkarsh (1)
Rohit Rao (1)
Ramaprasad Upadhyaya (1)
Punar Dutt Rajput (1)
Mahesh Chand (1)
Vikas Singh (1)
Munesh Sharma (1)
Rinki (1)
Shashangka Shekhar (1)
Pooja Lalit (1)
Munib Butt (1)
Tushar Beniwal (1)
Igor Minakov (1)
Sumit Kharche (1)
Catcher Wong (1)
Nilesh Jadav (1)
Ranjith (1)
Rasmita Dash (1)
Monica Rathbun (1)
Ano Mepani (1)
Harpreet Singh (1)
Amin Golmahalleh (1)
Nigel Fernandes (1)
Prabhakar Maurya (1)
Dijid Maddumakumara (1)
Jayraj Chhaya (1)
Arvind Yadav (1)
Abdul Raheem (1)
Rohit Gupta (1)
Vithal Wadje (1)
Tahir Ansari (1)
Lokesh Varman (1)
Shriram Pophali (1)
Harmesh Kaushik (1)
Biswa Pujarini Mohapatra (1)
Ravikant Sahu (1)
Nagaraj M (1)
Satyaprakash Samantaray (1)
Related resources for PC
No resource found
Learn Protocol Buffers in gRPC
10/30/2024 6:25:36 AM.
This content explores how Protobuf enables efficient data serialization, improves API performance, and provides structured messaging, making it ideal for scalable microservices.
How to Build and Monitor dApps Using Alchemy
10/4/2024 5:42:03 AM.
Learn how to create a blockchain app using Alchemy, connect it to MetaMask, send transactions, and monitor blockchain activity in real-time using Alchemy's powerful dashboard tools.
Creating a Virtual Private Cloud (VPC) in AWS
9/27/2024 10:05:40 AM.
Creating a Virtual Private Cloud (VPC) in AWS allows users to launch AWS resources in a logically isolated virtual network. This setup enhances security and control over your cloud environment.
Baisc of IHttpClientFactory in .NET Core
9/10/2024 7:03:57 AM.
IHttpClientFactory in .NET Core simplifies HTTP client creation, improves performance, and promotes the reuse of HttpClient instances. It offers built-in features like dependency injection, named and
Understanding HttpClient Best Practice
9/2/2024 7:56:51 AM.
Creating a new HttpClient instance frequently can lead to performance issues like socket exhaustion due to open sockets lingering in the TIME_WAIT state. Instead, reuse a singleton HttpClient instance
Building a Container Image for Your .NET Microservice
8/27/2024 6:51:27 AM.
Building a Container Image for Your .NET Microservice
Decouple Frontend and Backend with Postman Mock Server in Angular
8/23/2024 9:55:11 AM.
Postman Mock Servers let front-end developers bypass backend dependencies by simulating API responses. In an Angular project, configure interceptors to direct API calls to mock servers or actual APIs
Advanced gRPC Communication in .NET Core
8/20/2024 7:27:56 AM.
Explore advanced techniques for implementing microservices communication using gRPC in .NET Core. This article dives into high-performance, real-time communication patterns with practical code example
Use HttpClientFactory Over HttpClient in .NET
8/5/2024 5:43:02 AM.
Discover the advantages of using HttpClientFactory over directly instantiating HttpClient in .NET Core. HttpClientFactory improves efficiency and resource management by providing a centralized way to
Learn to protect your PC connected with IPv6
8/2/2024 7:54:09 AM.
Discover essential strategies for safeguarding your PC in an IPv6-connected environment. Learn about common IPv6 threats, best practices for securing your network, and tools to enhance your computer’s
Making API Calls in Angular Using Services
7/24/2024 9:26:51 AM.
Learn to leverage Angular's HttpClient to communicate with RESTful APIs, handle HTTP requests and responses, and implement best practices for efficient and maintainable code.
Create Custom Claims Provider In SharePoint 2013 Using C# Server-Side Object Model
7/18/2024 3:17:48 PM.
Learn to create a Custom Claims Provider in SharePoint 2013 using C# Server-Side Object Model. Customize user permissions with augmented claims and integrate them into the People Picker control for st
Getting started with gRPC in .NET 8 using C# 12
7/11/2024 1:35:30 PM.
Using C# 12 and gRPC in .NET 8, Ziggy Rafiq guides you through setting up your environment, defining services, and developing client and server applications with gRPC.
Creating a complete CRUD (Create, Read, Update, Delete) application in Angular
7/10/2024 5:14:12 AM.
Build a CRUD application in Angular using Angular CLI for setup, components for UI, services for data management with HttpClient for API interactions. Implement CRUD operations (Create, Read, Update,
C# Method Designed to Make a POST Request to a Web API Endpoint
7/4/2024 5:31:08 AM.
This guide covers API integration in C#, detailing serialization, encryption, HTTP requests, and error handling. Learn how to set up an API integration method, handle responses, and follow best practi
Building a Basic Login Form with Angular and HttpClient
7/1/2024 6:38:09 AM.
Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating wi
Enhancing Security with a Client IP Safelist in .NET
6/27/2024 9:43:12 AM.
Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide cove
Integerating Python Django in Blazor
6/26/2024 6:49:24 AM.
Integrate Python with Blazor using Django for robust web applications. This setup leverages Django's features like authentication and ORM, enhancing data processing, machine learning, and automati
Upload App file In SharePoint
6/24/2024 11:42:44 AM.
Deploy apps in SharePoint Online directly via Visual Studio to developer sites; for Team, Project, and community sites, add them to the app catalog. Steps: Access admin portal, navigate to Apps, selec
Copilot+ PC FAQ
6/19/2024 5:52:57 AM.
Copilot+ PCs are a new generation of Windows 11 machines designed specifically for AI workloads. Here is some Copilot+ PC FAQs.
Principle Component Analysis
6/5/2024 11:10:34 AM.
Principal Component Analysis is a powerful tool in the arsenal of data scientists and researchers. It simplifies complex datasets, enhances visualization, reduces noise, and improves the efficiency of
IHttpClientFactory In .NET Core To Avoid Socket Exhaustion
6/5/2024 5:26:54 AM.
Learn how to effectively use HttpClient and IHttpClientFactory in .NET Core applications. Avoid common pitfalls of creating new HttpClient instances per request, leading to socket exhaustion. Discover
Remoting in .NET
6/4/2024 9:51:33 AM.
.NET Remoting enables distributed communication across app domains using various protocols, serialization formats, and object creation modes. Server-side, it creates a service exposing methods, access
Adobe products on CopilotPC/ARM/Windows (May 2024)
5/30/2024 4:51:49 AM.
Discover the latest updates on Adobe products for CopilotPC with ARM architecture and Windows compatibility as of May 2024. Learn about the enhanced performance and new features in Adobe Creative Suit
Phi Silica is Microsoft’s AI model for Windows Developers
5/27/2024 11:48:51 AM.
Phi Silica, Microsoft's AI model for Windows developers, boosts productivity by offering AI-powered assistance in code generation and software engineering tasks. Tailored for the Windows ecosystem
Copilot+PC Hardware Available, as of May 2024
5/27/2024 11:07:22 AM.
As of May 2024, Copilot, OpenAI's AI-powered development tool, is compatible with PC hardware, offering programmers assistance, code completion, and productivity enhancements, revolutionizing soft
Solana On-Chain Interaction with Clients RPC API and web3.js
5/27/2024 10:18:42 AM.
In this article we will explore that how we can interact with the on chain program on the Solana. On-chain programs on Solana automate transactions and support applications like DeFi, gaming, and gove
Copilot+PC is Microsoft vision related to AI on PC platform, as of May 2024
5/27/2024 5:09:25 AM.
As of May 2024, Microsoft's vision for AI on the PC platform focuses on integrating advanced artificial intelligence and machine learning capabilities directly into Windows.
What is Microsoft Copilot+ PC
5/25/2024 3:19:36 PM.
A new era of PCs has arrived with the launch if Windows CoPilot+ PCs that are designed to process AI models locally and securely.
Understand the Refit in .NET Core
5/24/2024 4:56:07 AM.
We have a type-safe wrapper for communicating with HTTP-based APIs thanks to the C# Refit framework. We can build an interface that represents the API we want to interact with, rather than utilizing t
Introducing Copilot+ PCs
5/23/2024 6:29:02 AM.
Explore the revolutionary Copilot+ PCs, designed to integrate AI seamlessly into your daily computing tasks, enhancing productivity and personalization like never before.
Setting Up Azure IoT Edge on Windows EFLOW: OPC Publisher 2.9.6 & KepwareEX
5/22/2024 10:16:38 AM.
This article presents a comprehensive walkthrough for establishing Azure IoT Edge on the Windows platform, enabling it to run Linux-based containers. Additionally, it delves into the setup of a standa
Copilot+ PCs: The Future of AI Integration in Windows 11
5/22/2024 5:41:10 AM.
Copilot+ PCs, launched on May 20, 2024, are AI-powered Windows 11 computers with dedicated AI features, superior performance, multilingual support, and extensive OEM backing, transforming personal com
Understanding Clusters in Solana
5/17/2024 7:30:03 AM.
Solana, a leading blockchain platform, relies on its clusters for decentralized, efficient transactions. These clusters, encompassing validators, RPC nodes, and clients, ensure scalability and reliabi
.NET Standard / .NET Standard Library
5/16/2024 8:35:39 AM.
.NET Standard is a set of APIs that define the base class libraries available across different .NET implementations, ensuring compatibility and portability between platforms like .NET Framework, .NET
Mastering Microservices Architecture with C# and .NET
5/13/2024 8:35:13 AM.
In this article, we'll delve into the principles of microservices architecture and explore how to implement it using C#, .NET Core, and cutting-edge technologies like Docker, Kubernetes, gRPC, and
Using Message Queues In C#
4/29/2024 11:21:23 AM.
In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
What is VPN Gateway in Alibaba Cloud?
4/29/2024 3:53:00 AM.
Alibaba Cloud VPN Gateway encrypts data transfer between your Virtual Private Cloud (VPC) and on-premises networks or internet clients, offering a secure and cost-effective solution.
Introduction To gRPC And its Implementation In .NET Core 3.1
4/26/2024 12:04:24 PM.
Learn the fundamentals of gRPC and its integration with .NET Core 3.1 in this introductory guide. Discover how gRPC facilitates efficient, cross-platform communication using protocol buffers. Explore
TensorFlowServing Integration With .NET Web Application By gRPC/Rest
4/25/2024 8:26:09 AM.
Explore the integration of TensorFlow with ASP.NET Core for real-time number prediction using a CNN model based on the MNIST example. This article outlines the setup process, including Docker deployme
What is a Virtual Private Cloud (VPC) in Alibaba Cloud ?
4/25/2024 4:13:28 AM.
Unleash the power of a private cloud within Alibaba Cloud's infrastructure. Explore VPC for secure resource management, network customization, and hybrid cloud integration.
Choosing Between GraphQL, gRPC, and REST
4/24/2024 5:28:13 AM.
This article delves into the selection of API protocols—GraphQL, gRPC, and REST—offering insights through real-world examples, guiding developers in making informed decisions for scalable applications
What is Alibaba Cloud Elastic IP Address?
4/23/2024 4:08:58 AM.
Alibaba Cloud EIPs provide static public IP addresses for your cloud resources, offering flexibility, cost control, and easy management in a Virtual Private Cloud (VPC) environment.
VMware Cloud on AWS: A Guide to Network Connectivity Options
4/21/2024 2:16:34 PM.
Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
How To integrate Dependency Injection In Azure Functions
4/17/2024 8:05:24 AM.
Learn how to integrate Dependency Injection in Azure Functions, creating HTTP trigger functions, and injecting service objects using DI. Understand the Dependency Injection pattern, steps to add DI in
HttpClient vs IHttpClientFactory in .NET
4/16/2024 4:55:47 AM.
In the realm of .NET Core development, managing HTTP requests efficiently is crucial for building robust and high-performance applications. In this article, we delve into the differences between HttpC
Using gRPC-gateway To Call gRPC Service Via RESTful JSON API
4/15/2024 11:40:07 AM.
Discover how to seamlessly integrate gRPC services with RESTful JSON APIs using the powerful gRPC-gateway. Learn to leverage HTTP to communicate with gRPC services, enabling efficient and flexible int
Service Communication: Integration of gRPC using Protocol Buffers
4/10/2024 6:25:48 AM.
Streamlined Service Communication: Integration of gRPC using Protocol Buffers optimizes inter-service communication. Leveraging gRPC's RPC framework and Protocol Buffers' efficient serializati
HttpClient use Polly Retry Policies in .NET Core
4/10/2024 5:54:01 AM.
Polly, a robust .NET library, fortifies applications against faults with policies like Retry, Circuit Breaker, Timeout, etc. Configure retries for transient errors with ease, enhancing application res
IHttpClientFactory in .NET Core
4/5/2024 9:50:07 AM.
In this article, we will learn IHttpClientFactory in .NET Core simplifies HTTP client management by providing a central mechanism for creating and managing HttpClient instances.
Getting Started With Remote Procedure Call
4/4/2024 9:33:47 AM.
Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
Remote Procedure Calls using SOAP
4/4/2024 9:32:03 AM.
Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
Explanation of HttpClient in .NET Core
4/3/2024 10:41:08 AM.
The HttpClient class simplifies making HTTP requests (like GET or POST) in your .NET Core applications. It handles connections, timeouts, and responses, letting you focus on the data you need.
Learn about ASP.NET MVC Life Cycle
4/1/2024 6:28:41 AM.
Understand the MVC life cycle from HTTP request to response. Learn about ASP.NET's Page class, IHttpHandler interface, and MVC's Controller. Explore RouteTable and UrlRoutingModule for routing
Replication Of Max Text Length
3/28/2024 10:34:54 AM.
Ensure smooth replication of maximum text length in SQL Server by configuring 'max text repl size' using sp_configure. Optimize data management and maintain database performance with appropria
C# HTTP Methods: Safe vs. Unsafe, GET vs. POST in .NET Core
3/26/2024 11:05:19 AM.
Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to lev
Optimize HttpClient Usage in .NET Core
3/26/2024 4:06:46 AM.
Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to lev
Exploring Inter-Process Communication in WPF Using Named Pipes
3/19/2024 12:09:55 PM.
In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on th
Publish Website On IIS Using AppCmd
3/19/2024 11:59:51 AM.
Publishing a website on IIS using AppCmd involves command-line deployment and configuration management. With AppCmd, administrators can efficiently host and administer websites on the Internet Informa
How to Open This PC Window in Windows 10
3/19/2024 11:55:13 AM.
In this article, we will learn how to swiftly access the "This PC" window on Windows 10. Discover various methods such as using the desktop shortcut, taskbar icon, or keyboard shortcut (Win
Implementing Resilient HTTP Requests in C#
3/16/2024 11:08:30 AM.
Ensuring reliable communication between systems is vital. Learn how to implement resilient HTTP requests in C# using Polly for robust, fault-tolerant applications.
How To Generate Curl Script of the HttpClient in .NET
3/7/2024 11:22:06 AM.
The HttpClientToCurl is a NuGet package for generating the curl script of HttpClient in C# (.Net) supported features: Post, Get, Put and Delete. content types: application/json, text/xml, application/
Access Website Hosted In IIS On Windows 10 From Any PC On LAN
2/27/2024 10:46:46 AM.
In this article, Learn how to access a website hosted on IIS in Windows 10 from any PC on your LAN. Configure network settings, ensure proper IIS setup and access the site seamlessly across your local
Launch Startup Settings in Windows 8
2/26/2024 9:34:35 AM.
This article provides a detailed guide on how to access Startup Settings in Windows 8, essential for advanced troubleshooting and problem-solving on PCs.
PowerApps Component Framework (PCF) + React
2/18/2024 4:48:54 AM.
Article that explores the integration of Microsoft’s PowerApps Component Framework with the popular JavaScript library, React. The article provides a comprehensive guide on how to leverage the robustn
Power Apps Components Framework (PCF)
2/15/2024 5:16:15 AM.
The Power Apps Components Framework (PCF) empowers developers to create custom controls for Microsoft Power Apps and Dynamics 365, enhancing user experiences and extending functionalities.
Optimize ASP.NET Core MVC Data Transfer with Custom Middleware
2/1/2024 9:01:22 AM.
In ASP.NET Core, middleware components are used to handle requests and responses as they flow through the application's pipeline. These middleware components can be chained together to process req
HTTP Requests in .NET Core with HttpClient and HttpClientFactory
1/30/2024 11:55:26 AM.
In this article, we explore efficient HTTP request handling in .NET Core using HttpClient and harness the power of HttpClientFactory. Learn best practices for scalability, dependency injection, and op
Routing to Controller Actions in ASP.NET Core MVC
1/30/2024 4:15:10 AM.
In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be es
How to Lock Windows 11 PC Automatically when you're Away
1/24/2024 5:31:46 AM.
Windows 11's Dynamic Lock feature automatically locks your device when you step away.
Extending HttpClient With Delegating Handlers in ASP.NET Core
1/17/2024 11:30:32 AM.
Explore the power of the HttpClient class in ASP.NET Core through Delegating Handlers. Learn to create a custom handler for logging HTTP requests and responses, enhancing HttpClient functionality with
Azure Migrate Application and Code Assessment Tool for .NET
1/5/2024 10:37:28 AM.
Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
HttpClientHandler in C#
1/2/2024 4:46:07 AM.
Unlock the potential of C#'s HttpClient class with HttpClientHandler. Delve into its capabilities—handling cookies, managing proxies, configuring SSL/TLS, timeouts, and more—to optimize and contro
Exploring Default Lambda Parameters in C# 12
1/1/2024 7:32:09 AM.
Default Lambda Parameters in C# 12.
How to Build an Interactive and Responsive Form
12/28/2023 5:03:01 PM.
Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse Proxies
12/28/2023 5:30:52 AM.
Explore the powerful combination of Ocelot and gRPC in API Gateway development for efficient routing and management in microservices. Learn about forward and reverse proxies, enhancing control, securi
How to Plan for a Windows 365 Cloud PC Deployment?
12/18/2023 7:18:45 AM.
Securely stream your Windows experience including your personalized apps, content, and settings from the Microsoft Cloud to any device with your Windows 365 Cloud PC.
Response Compression in ASP.NET Core
12/13/2023 10:39:30 AM.
Response Compression. Learn the essentials of response compression in web applications, enhancing performance by reducing HTTP response sizes. Explore benefits, implementation steps, compression provi
How To Make API Calls In Angular Applications
12/6/2023 10:29:44 AM.
Making API calls is a common task in Angular applications, and it can be achieved using Angular's built-in HttpClient service. Here are the steps on how to make API calls in Angular Applications.
How to Create and Configure DHCP Scope?
11/28/2023 7:16:44 AM.
This article provides a comprehensive guide on creating and configuring DHCP (Dynamic Host Configuration Protocol) scope efficiently. DHCP is vital for automatically assigning and managing IP addresse
What is Windows App?
11/17/2023 6:37:45 AM.
Windows App is a centralized hub that provides users with a unified experience across their Windows devices, cloud PCs, and remote applications
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
11/17/2023 5:23:52 AM.
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
Implementing gRPC in .Net Core
11/15/2023 10:33:58 AM.
Article on how to use gRPC in .Net Core. This article provides a step-by-step guide on implementing gRPC in a .NET Core project, covering essential aspects from creating proto files to adding authoriz
MPC Wallets: The Future of Secure Asset Management
10/11/2023 8:39:30 AM.
In this article, I will discuss Multi-Party Computation wallets, how to create them, etc
Consuming ASP.NET Web API REST Service In ASP.NET MVC Using HttpClient
10/10/2023 11:16:34 AM.
In this article, we will learn how to consume Web API REST Service in ASP.NET MVC using HttpClient.
Upcoming Angular 17 Features
10/7/2023 6:24:13 AM.
Angular 17 is the latest major release of the Angular framework, and it comes with a number of new features and improvements that make it easier to build and maintain complex web applications.
Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
10/6/2023 9:41:41 AM.
This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be in
How to connect metamask with different blockchain networks?
10/6/2023 5:20:31 AM.
Unlock the full potential of MetaMask! Learn to connect to various blockchain networks and manage your digital assets with ease.
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
Create ASP.NET Core CRUD API with MongoDB
9/25/2023 8:14:45 AM.
In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD o
Demystifying Inter-Process Communication (IPC) in Python
9/24/2023 7:32:27 AM.
Inter-Process Communication (IPC) is the backbone of modern computing, enabling different processes to converse and share data seamlessly. In this article, we'll delve into several Python IPC meth
PowerApps - PCF - Input Formatter With Regular Expression
9/21/2023 6:15:11 AM.
The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked
How to Send Email Using ASP.Net With C#?
9/13/2023 10:55:47 AM.
In this article we will see the way to send email in ASP.Net C# There are several articles on web for sending an email using ASP.NET and C#. This article explains some important functions and common
ContactUs page with Capctcha in ASP.NET using C#
9/12/2023 8:31:23 AM.
Simple Contact Us page with Catcha to avoid spam mail.
How to Write an Article That Attracts More Viewers?
9/9/2023 12:09:32 PM.
This article will explain how you can write a better article that attracts more viewers.
Access Windows PC using SSH
9/4/2023 10:18:03 AM.
In this article, Will try to understand the accessing remote PC using ssh.
Web API Testing with xUnit, NUnit, MSTest in ASP.NET Core
9/1/2023 8:20:13 AM.
writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working code,
C# Security: Best Practices for Secure Coding
8/31/2023 5:05:34 PM.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
Data Validation with Annotations, Custom Attributes, and Fluent Validation
8/30/2023 9:43:46 AM.
Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your mod
Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code
8/27/2023 12:14:42 PM.
We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.