C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arun Ramaswamy(10)
Sardar Mudassar Ali Khan (6)
Vijay Yadav(5)
Kripanshu Kumar(3)
Aman Gupta(3)
Jaimin Shethiya(3)
Ishika Tiwari(3)
Shivam Vaghela(2)
Harshit Pandey(2)
Nikhil Patil(2)
Sandhiya Priya(2)
Cynthia Sathuragiri(2)
Sangeetha S(2)
Shiv Sharma(2)
Shilpa Tanwar(2)
Anuradha Rani (2)
Velladurai (2)
Satyaprakash Samantaray(2)
Niharika Gupta(1)
Rohit Gupta(1)
Aarav Patel(1)
Ananya Desai(1)
Mahesh Chand(1)
Bhuvanesh Mohankumar(1)
John Godel(1)
Gowtham Rajamanickam(1)
Arkadeep De(1)
Emanuel Martins(1)
Aradhana Tripathi(1)
Vipul Malhotra(1)
Ravi Kiran Chanduri(1)
Rinki (1)
Vijai Anand Ramalingam(1)
Allen Oneill(1)
Mohamed Safath(1)
Vijay Kumari(1)
Jayraj Chhaya(1)
Ganesan C(1)
Dashrath Hapani(1)
Prathamesh Dhopare(1)
Kesavan V(1)
Rasul Huseynov(1)
Sarthak Varshney(1)
Ashish Bhatnagar(1)
Sanjay Kumar(1)
Rajeev Kumar(1)
Jithu Thomas(1)
Chetan Sanghani(1)
George (1)
Mohamed Azarudeen Z(1)
Dharmeshwaran S(1)
Keyur Pandya(1)
Jitendra Mesavaniya(1)
Ayush Gupta(1)
Abhishek Saini(1)
Ashutosh Singh(1)
Muhammad Asif(1)
Ajay Kumar(1)
Mark Pelf(1)
Mariusz Postol(1)
Jejji Arora(1)
Khoday Akilesh(1)
Ziggy Rafiq(1)
Resources
No resource found
Model Binding and Model Validation in ASP.NET Core MVC?
Sep 09, 2025.
Unlock the power of ASP.NET Core MVC with Model Binding and Model Validation! Learn how to automatically map HTTP request data to your models and ensure data integrity. Discover how data annotations and custom validation logic streamline development, reduce boilerplate code, and enhance user experience. Master form handling and data validation in ASP.NET Core MVC.
Input Validation and Sanitization in ASP.NET Core – End-to-End Example
Sep 04, 2025.
Secure your ASP.NET Core applications! This guide provides an end-to-end example of input validation and sanitization, crucial for preventing XSS, SQL injection, and other attacks. Learn how to use DTOs, HtmlSanitizer, and middleware to protect your application from malicious user input. Implement best practices like CSRF protection and password hashing for robust security. Build resilient and safe web applications with this comprehensive tutorial.
Protecting Against JSON Injection and Malformed Payloads in ASP.NET Core
Sep 04, 2025.
Protect your ASP.NET Core APIs from JSON injection and malformed payloads! This guide details how to prevent attacks like privilege escalation, DoS, and XSS. Learn to use DTOs, strict validation, request limits, and content-type enforcement. Secure your application by implementing these best practices for robust JSON parsing and handling, ensuring data integrity and application stability against malicious input.
File and Input Security in ASP.NET Core MVC and Web API Applications Introduction
Sep 02, 2025.
Protect your ASP.NET Core MVC and Web API applications from critical vulnerabilities! This article provides essential best practices for securing file uploads and user inputs. Learn how to prevent SQL injection, XSS, path traversal, malware uploads, and DoS attacks through robust validation, secure file handling, and API security measures.
RGB Blockchain
Aug 28, 2025.
RGB blockchain: Issue & transfer digital assets on Bitcoin using client-side validation. Secure, private, scalable. Explore fungible tokens & blinded UTXOs.
Application Security in ASP.NET Core Web API – Best Practices & Implementation
Aug 27, 2025.
Secure your ASP.NET Core Web API with HTTPS, JWT authentication, role-based access, input validation, rate limiting, CORS, secure secrets, security headers, logging, and regular penetration testing for robust protection.
Build a Validated React Login Form Using Zod and React Hook Form
Aug 26, 2025.
React Hook Form with Zod provides powerful form validation in React apps. It ensures accurate input handling, schema-based validation, and better performance, making forms reliable, scalable, and user-friendly.
What is the Use of the isNaN Function?
Aug 26, 2025.
Understand JavaScript's isNaN() function, its quirks, and the safer Number.isNaN(). Learn how to validate numbers and prevent errors in your code. Master NaN checks!
Designing a Secure Login System with Custom Rules
Aug 25, 2025.
A secure login system goes beyond username and password checks. By adding custom rules like strong password policies, account lockout, and email verification, you can enhance security, protect data, and build user trust.
Boosting React App Security with Zod Schema Validation
Aug 21, 2025.
This article explains data validation in React using Zod, a TypeScript-first schema validation library, with code snippets as examples.
Understanding the Difference Between OAuth 2.0 and OpenID Connect
Aug 13, 2025.
OAuth 2.0 with OpenID Connect enables secure authentication and authorization, providing identity verification, single sign-on (SSO), and safe access to resources in modern applications with minimal risk.
Understanding Key HTTP Status Codes: 400, 401, 404, and 204
Aug 13, 2025.
HTTP status codes like 400, 401, 404, and 204 guide API communication by indicating errors, missing resources, or successful requests without content, helping developers debug and improve web applications efficiently.
Validate Binary Search Tree in DSA – Rules, Algorithms, and Code
Aug 13, 2025.
Learn how to validate whether a given binary tree is a valid Binary Search Tree (BST) using step-by-step logic, rules, iterative and recursive algorithms, and Java examples.
SharePoint Group Creation & Permission Management with PnPjs
Aug 08, 2025.
Learn how to manage SharePoint permissions using modern PnPjs with SPFx. Create custom groups, assign role definitions, validate permissions, and reset inheritance to build secure, scalable, and collaborative environments.
Validate the UPI ID Format
Aug 06, 2025.
To validate the UPI ID format in your existing JavaScript method (where you already check for an empty input), you can simply add a regular expression check after the empty check.
Measuring Unsupervised Model Performance: Metrics & Best Practices
Aug 04, 2025.
Learn how to evaluate unsupervised machine learning models without ground truth labels. Explore internal and external validation metrics, practical code examples, comparison tables, and guidelines for clustering, dimensionality reduction, and anomaly detection.
Validating UPI IDs Using a Secure API
Aug 01, 2025.
Implement UPI ID validation in ASP.NET Web Forms using JavaScript and AJAX. Validate UPI via backend API, display real-time feedback, and handle success or error responses for a seamless user experience.
Best Practices for Exception Handling in ASP.NET Core Web APIs
Aug 01, 2025.
Exception handling is a critical aspect of building robust, secure, and maintainable Web APIs. In ASP.NET Core, handling exceptions gracefully ensures that the API provides meaningful error information to consumers without exposing sensitive internal details or causing the application to crash.
Angular Reactive Forms – Dynamic Validation with Real-Time Issue and Fix
Jul 23, 2025.
This article explains how to handle dynamic form validation in Angular Reactive Forms. It shares a real-world scenario where validation rules need to change based on user input like requiring a PAN number for individuals and a company name for organizations. The article highlights a common mistake developers make: forgetting to call updateValueAndValidity() after setting or clearing validators, which causes the form to behave unexpectedly. It walks through the issue, shows the incorrect and corrected code, and provides a reusable custom validator for PAN format. Overall, this article helps developers understand how to implement clean, dynamic validation logic in Angular forms with a practical example and real-time bug resolution.
Create and Update SharePoint List Items in SPFx Using PnPjs
Jul 14, 2025.
Learn how to create and update SharePoint list items in an SPFx web part using the latest PnPjs (spfi). Includes step-by-step examples for all field types, including lookup, people, multi-choice, and more.
Securing Routes with Angular Route Guards
Jul 11, 2025.
Learn how to secure Angular routes using CanActivate and observables. Fix async token validation issues by integrating AuthGuard with BehaviorSubject for real-time authentication status and smooth navigation.
JWT Auth in ASP.NET MVC: Secure REST API with C#.NET
Jul 04, 2025.
Learn how to build a secure ASP.NET Web API using C# and JWT authentication. This hands-on guide covers token generation, validation, and securing endpoints to protect your API with modern practices.
.NET core MAUI with SQLite Database Login Page example
May 24, 2025.
Learn to build a basic MAUI app with SQLite integration, featuring login and registration pages. This article includes creating a SQLiteHelper class and implementing database logic in Visual Studio 2022.
Prompt Security in AI: Why a Validation Layer is Necessary for Every Company
May 23, 2025.
Prompt Validation Layers (PVLs) secure AI systems by filtering sensitive data, enforcing compliance, and mitigating risks in prompts, making them essential infrastructure for safe, scalable, and responsible enterprise AI deployment.
How to Make Power Pages Form Fields Mandatory or Optional Using jQuery
May 22, 2025.
In this article, we will learn how to use jQuery to dynamically set Power Pages form fields as mandatory or optional.
C# 13: Partial Properties and Indexers Simplified
May 05, 2025.
C# 13 introduces partial properties and indexers, enabling cleaner separation of logic in partial classes. This boosts maintainability, avoids hacks, and simplifies working with generated code and tools like EF Core.
Validations with DataAnnotations and User Creation [GamesCatalog] 19
Apr 29, 2025.
We aim to create a mobile app and its backend using C# and .NET. We will use the IGDB game review API: https://api-docs.igdb.com/#examplesWith it, we can build a mobile game catalog app and store our reviews.
RDP to Azure VM: Easy Setup and Configuration
Apr 25, 2025.
Learn how to easily set up and configure RDP (Remote Desktop Protocol) to connect to your Azure Virtual Machine.
Implementing Discord Social Login in Python
Apr 24, 2025.
Implement Discord social login in a Flask app using OAuth2. Authenticate users, fetch profile data, and manage tokens securely with Python, requests-oauthlib, and environment variables. Includes Swagger API docs and avatar URL support.
Time Based OTP - Setup and Validation
Apr 14, 2025.
A Time-Based One-Time Password (TOTP) is a two-factor authentication (2FA) method that generates a password that is valid only for a short period, typically 30 seconds. It is commonly used in conjunction with other forms of authentication, such as a username and password, to provide an extra layer of security.
Building Your First API with Flask
Apr 02, 2025.
Learn how to build a simple student management API using Flask in Python. This guide covers CRUD operations (GET, POST, PUT, DELETE), API endpoints, JSON responses, and testing with Postman for a hands-on learning experience.
Build Responsible AI with Amazon Bedrock Guardrails and .NET
Mar 18, 2025.
In this article, you will learn to implement the Amazon Bedrock ApplyGuardrail API in a .NET console application to validate content and ensure compliance with responsible AI policies.
Automating AI Model Testing & Validation with Azure ML Pipelines
Mar 14, 2025.
Automating AI model testing and validation with Azure ML Pipelines streamlines the ML workflow, ensuring accuracy and reliability. This approach enables automated data preprocessing, model training, evaluation, and deployment.
How to Customize SharePoint Out-of-the-Box List Forms
Mar 14, 2025.
Customizing SharePoint forms with Power Apps enhances user experience by adding headers, changing layouts, and applying branding. It improves functionality and flexibility but may require maintenance and a learning curve for users.
Setting Up SSH Login and Post-Login Banners in Linux
Feb 24, 2025.
This article provides a step-by-step guide to setting up SSH banners in Linux, including pre-login and post-login banners. It covers configuration changes, testing, and troubleshooting to enhance security awareness and system communication.
Building a Number Guessing Game in Java
Feb 10, 2025.
Learn how to create a number guessing game in Java. This beginner-friendly project covers random number generation, user input handling, loops, and conditionals, with enhancements like difficulty levels and input validation.
Learn Quantifier Operations in LINQ
Jan 21, 2025.
Quantifier operations in LINQ simplify logical evaluations of collections using methods like `Any`, `All`, and `Contains`. They enhance readability, reduce boilerplate, and support efficient data validation and filtering.
Implement FluentValidation in a .NET Web API
Dec 20, 2024.
Learn how to implement data validation in a .NET Web API using FluentValidation. Explore creating validation rules, handling nested objects, custom validations, and conditional logic. Customize error messages for user-friendly responses.
Customized Authentication Filters in ASP.MVC Core 6
Dec 04, 2024.
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user access based on roles, claims, or tokens.
How to perform CRUD Operations in Power Apps
Nov 10, 2024.
Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view, edit, and delete student records.
How to Resolve Error Code Caa50021 in Microsoft 365 App Login
Oct 25, 2024.
In this article, we will learn troubleshooting steps to restore login access, including checking network settings, clearing the cache, and verifying account permissions to resolve the issue quickly.
User Login page Example in android studio using java
Oct 25, 2024.
We’ll walk through setting up a simple login screen with input fields for username and password, integrating basic authentication, and handling login actions. Perfect for beginners in Android development.
Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core
Oct 14, 2024.
DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with ASP.NET Core, enabling flexible and dynamic validation for API requests with minimal configuration.
Node.js App with User Authentication and Docker Deployment
Sep 22, 2024.
Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
Preventing XSS Attacks in ASP.NET Core Web API
Sep 08, 2024.
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques like input validation, output encoding, and sanitizing user input can safeguard against potential attacks.
Working with Form Objects in JavaScript
Aug 28, 2024.
This HTML document features a user input form that collects first name, last name, email address, and comments. JavaScript functions validate these inputs to ensure fields aren't blank and the email is properly formatted. Valid data is displayed in a new window for user review before final submission.
Implement LDAP Login Authentication API in Java with Spring Boot
Aug 28, 2024.
This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. The solution includes secure credential handling and best practices for securing the API in production.
Centralizing String Utility Functions in Java
Aug 27, 2024.
This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric characters with underscores and if a string consists solely of letters, improving code organization and reusability.
Creating a Custom Date Picker in jQuery with Validation
Aug 13, 2024.
This article demonstrates how to create a custom date picker in jQuery with validation. It covers setting up HTML text boxes for date input, initializing jQuery Datepicker with date range constraints, and storing selected dates in hidden fields.
Implementing OAuth Authentication in Next.js
Aug 07, 2024.
OAuth allows users to log in via third-party providers like Google and GitHub. Here’s a streamlined guide to integrating OAuth with NextAuth.js in your Next.js application.
Detailed explanation of SQL Server Triggers and its Advantages
Aug 06, 2024.
SQL Server triggers are automated stored procedures that execute in response to specific database events such as INSERT, UPDATE, or DELETE (DML) and CREATE, ALTER, or DROP (DDL). They enforce business rules, maintain referential integrity, and log changes, ensuring data consistency and centralized logic.
How to Handling File Uploads in Next.js?
Aug 02, 2024.
Handling file uploads in Next.js involves creating an API endpoint to receive and process the files and a client-side component to manage file selection and submission. This guide provides a comprehensive approach to implementing file uploads in a Next.js application.
Essential Regular Expressions for Web Development
Jul 31, 2024.
Learn how to use regex for effective input filtering, text parsing, and string manipulation in both front-end and back-end environments. Master these techniques to build robust web applications.
Mask an Aadhar Number into Blocks of 4 Digits Each
Jul 30, 2024.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number masking via substring, regex, and string formatting.
Implementing Form Validation with jQuery
Jul 30, 2024.
Discover how to implement form validation using jQuery, a powerful JavaScript library. This guide covers essential techniques to ensure user input accuracy, enhance user experience, and prevent errors.
How to Use JWSHMAC in ASP.NET Web Application
Jul 29, 2024.
Learn how to implement JWSHMAC in an ASP.NET web application to secure JSON data using HMAC. This guide covers installing the JWT NuGet package, creating a JWT helper class for token generation and validation, and configuring authentication middleware.
Handling Exceptions in ADO.NET Best Practices for Error Handling
Jul 24, 2024.
When working with ADO.NET for data access in .NET applications, effective exception handling is crucial to ensure the stability and reliability of your applications. This article will explore common exceptions in ADO.NET and provide best practices for robust error handling and logging.
Validating Input and Forms in AngularJS
Jul 23, 2024.
Form validation is crucial for data integrity in web applications. This article demonstrates AngularJS form validation with a member registration example, covering HTML structure, controller logic, and service implementation.
A Fix to SQL Server Error 18456 - Login Failed
Jul 13, 2024.
This article is to discuss A Fix to SQL Server Error 18456 - Login Failed.
Before Business Rules in ServiceNow: Scenarios, Scripts, and Best Practices
Jul 12, 2024.
Learn about ServiceNow business rules and their importance in data validation and integrity. Explore real-time use cases like incident priority determination, preventing unauthorized modifications, dynamic field calculation, and error handling. Enhance processes with efficient scripts, logging, and thorough testing..
PowerApps Rating Control Total and Average Ratings Validations
Jul 05, 2024.
Rating is one of the most common features in the social sites and for any of the interactive requirements by users. While I was developing rating, I realized, there are lots of validation required in order to capture correct ratings.
Custom Annotations and Validation in Spring Boot
Jul 04, 2024.
Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom validators for precise data validation in forms and REST APIs.
AngularJS: Numbers Text Validation and cbTooltip in ASP.NET
Jul 04, 2024.
"In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Bootstrap enriches UX by providing tooltips.
Create Different Values in Same Dropdown Control in PowerApps
Jul 03, 2024.
Learn to customize dropdown values in PowerApps based on form requirements. Explore methods for different forms requestor and approver using single-line text or choice columns. Ensure data integrity and usability with dynamic dropdowns tailored to user roles and project phases.
Creating a User Login System with SQL Server Stored Procedures
Jul 02, 2024.
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs against stored data, ensuring robust login functionality for applications.
Building a Basic Login Form with Angular and HttpClient
Jul 01, 2024.
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 with an HTML template.
Accessing Multiple Instances of the Same Field in Dynamics 365
Jun 30, 2024.
When working with forms in Dynamics 365, fields may appear in multiple places. By default, Xrm.Page.getControl("fieldname") returns the first instance of a field. To access other instances, use the control collection and specify the index.
Copying Footers Between SharePoint Sites Using PnP PowerShell
Jun 24, 2024.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
Synchronizing Threads with AutoResetEvent in C# .NET
Jun 23, 2024.
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by acting like a gate, blocking threads until signaled.
How To Create JWT Token Authentication In Node.js Using Mysql?
Jun 04, 2024.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validation. Enhance your app's security and scalability by securing API endpoints and limiting access to authorized users.
Connect to SQL Server with SSMS Methods and Authentication Types
May 31, 2024.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
Creating a Multi-Step Form in React
May 20, 2024.
Multi-step forms are a common requirement in web applications, allowing users to fill out complex forms in smaller, more manageable sections. This guide will walk you through the process of creating a multi-step form in React, from setting up the project to managing state and navigation between steps.
Unique Key in SQL: Syntax, Usages, and Example
May 16, 2024.
Unique Key in SQL ensures each record in a database table is distinct. Syntax involves defining columns with UNIQUE constraints. It prevents duplicate values, enhancing data integrity and search efficiency.
Advanced Azure Bicep Techniques: Master Infrastructure Code
May 13, 2024.
This article is a comprehensive guide that takes you on a deep dive into the advanced topics of Azure Bicep. It starts with logging into Azure, then moves on to explain the advanced topics in Azure Bicep, complete with code samples and explanations.
Azure Bicep Best Practices Unveiled
May 10, 2024.
This article is a comprehensive guide that takes you on a deep dive into the best practices for working with Azure Bicep. It explains the best practices in Azure Bicep, complete with code samples and explanations.
Azure Bicep: Modules for Flexible Resource Management
May 10, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complete with code samples and explanations.
Azure Bicep: Deployment and Infrastructure as Code
May 10, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep, complete with code samples and explanations.
Azure Bicep: Wrapping Up and Looking Ahead
May 10, 2024.
As we conclude with Azure Bicep, reflect on its benefits, lessons learned, and future enhancements. Prepare for continued adoption, explore learning resources, and anticipate its evolving role in Azure infrastructure management.
Exploring Azure Bicep Functions: Syntax, Usage, and Examples
May 09, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep functions. It starts with logging into Azure and then moves on to explain the concept of functions in Azure Bicep, complete with code samples and explanations.
Exploring Azure Bicep Outputs: Retrieving Resource Properties
May 09, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep outputs. It starts with logging into Azure, then moves on to explain the concept of outputs in Azure Bicep, complete with code samples and explanations.
Azure Bicep: Power of Variables for Efficient Deployment
May 08, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, complete with code samples and explanations.
Checksum Using the Verhoeff Algorithm
May 08, 2024.
In this article we will see how we can calculate Checksum Using the Verhoeff algorithm. This article introduces the Verhoeff algorithm, a method for ensuring data integrity, particularly in sensitive applications like financial transactions.
Mastering Azure Bicep Parameters
May 07, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, complete with code samples and explanations.
Unraveling Azure Bicep Resources
May 07, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep resources. It starts with logging into Azure, then moves on to explain the concept of resources in Azure Bicep, complete with code samples and explanations.
Checksum Using the Damm Algorithm
Apr 30, 2024.
Implementation of the Damm algorithm for calculating checksums in C#. Checksum algorithms are vital for data validation and error detection. This article explores its implementation and its significance in ensuring data integrity.
Keeping Your .NET Core API Safe and Sound
Apr 19, 2024.
In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve into the various aspects of API security in .NET Core and explore best practices to bolster your defenses.
Auth0 App Registration - JWT Generation & Validation with Public Key
Apr 03, 2024.
Auth0 offers robust solutions for app registration, JWT generation, and access token management. Developers configure settings, generate JWTs signed by Auth0's private key, and validate them using public keys. Access tokens grant permissions, and JWTs carry user info.
.NET API Login and Registration using Identity
Apr 01, 2024.
Secure your .NET web applications with Microsoft Identity for seamless authentication and authorization. Follow this guide to implement user registration and login functionalities effectively, enhancing your application's security and reliability.
Multilingual Application with single Resx file - Forms Validation Strings
Apr 01, 2024.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring seamless user experience across different languages.
Options Pattern Named Options in .Net Core with examples
Mar 29, 2024.
Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services into named options, and utilizing interfaces like IOptionsSnapshot and IConfigureNamedOptions.
Options Pattern Validation in .NET Core with Examples
Mar 28, 2024.
.NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configuration reliability and maintenance.
Information Computation Mastery: Challenges, Concepts, Implementation
Mar 28, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, communication, and manipulation to ensure accuracy, security, and accessibility.
Best Practices for Designing APIs in .NET
Mar 26, 2024.
This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
Understanding Sharing in Lists on SharePoint Communication Sites
Mar 05, 2024.
This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
Reactive Forms In Angular with Practical Example
Mar 01, 2024.
Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive forms. In this article, we'll delve into reactive forms in Angular, exploring their benefits, how to create them, and how to work with them effectively.
Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms
Feb 26, 2024.
Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will only accept the URL.
Mobile Number Validation Using Angular and Bootstrap
Feb 19, 2024.
This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through setting up the reactive forms module
Android Responsive Login Screen Design using Constraint Layout
Feb 16, 2024.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Validating an HTTP Endpoint to Receive Events from Azure Event Grid
Feb 07, 2024.
This article elucidates the process of validating an HTTP endpoint for receiving events from Azure Event Grid. By creating an Azure Function App with an HTTP-triggered function, you can handle Microsoft.
🔒 Azure Key Vault Certificate Validation with C#
Jan 23, 2024.
In this informative article, we will delve into the world of secure certificate validation in the Azure Key Vault environment using C#. By leveraging the power of the X509Certificate2 class, we can implement robust and secure certificate validation, ensuring the integrity and trustworthiness of digital communications. Through practical code examples, we will showcase best practices and seamlessly integrate Azure Key Vault for centralized and secure certificate management. By elevating our understanding of secure coding practices, we can fortify our applications against potential vulnerabilities by Ziggy Rafiq