Tag

C

All blogs tagged with C

397
Articles
4,041,608
Total Views

Showing 397 of 397 articles

22
Mar
2026
CWE-362: Understanding Race Condition Vulnerabilities and TOCTOU Attacks
5 views

This article delves into CWE-362, focusing on Race Condition Vulnerabilities and the nuances of Time-of-Check to Time-of-Use (TOCTOU) attacks. Understanding these vulnerabilities is crucial for developers aiming to build secure applications, as they can lead to significant security breaches. Prior knowledge of concurrency principles and basic security concepts is recommended.

22
Mar
2026
CWE-306: Securing Endpoints Against Missing Authentication Risks
4 views

In this detailed exploration of CWE-306, readers will learn about the critical importance of authenticating sensitive endpoints and the security risks associated with missing authentication. This topic is vital for any developer aiming to protect applications from unauthorized access and data breaches. A foundational understanding of web security principles and authentication mechanisms is recommended before diving into the specifics of this vulnerability.

22
Mar
2026
CWE-400: Strategies to Prevent Resource Consumption and DoS Attacks
4 views

In this article, readers will learn about CWE-400, focusing on how uncontrolled resource consumption can lead to Denial of Service (DoS) vulnerabilities. Understanding this concept is crucial for developers and security professionals alike to safeguard applications from potential attacks. A solid grasp of resource management principles and security practices will be essential before diving into the technical details.

22
Mar
2026
CWE-787: How to Understand and Mitigate Memory Corruption Risks
3 views

This article delves into CWE-787, focusing on out-of-bounds write vulnerabilities that lead to memory corruption. Understanding these issues is crucial for building secure software, as they can result in significant security breaches and system instability. Readers should have a basic understanding of programming concepts and memory management.

22
Mar
2026
CWE-78: OS Command Injection - Defend Against Shell Injection Attacks
4 views

Readers will learn about OS Command Injection (CWE-78), its implications in security, and how to mitigate related vulnerabilities. Understanding this concept is crucial for developers and security professionals to protect applications from malicious attacks. A foundational knowledge of web application security and shell scripting will aid in comprehending the depth of this topic.

22
Mar
2026
CWE-125: Understanding Out-of-Bounds Read Vulnerabilities Made Easy
4 views

This article delves into CWE-125, focusing on Out-of-Bounds Read vulnerabilities, their implications in software security, and how to detect and prevent them. Understanding these vulnerabilities is crucial as they can lead to data leakage, crashes, and other security incidents. Knowledge of programming languages, memory management, and security principles will aid in grasping the concepts presented here.

21
Mar
2026
CWE-20: Everything You Need to Know About Input Validation Risks
10 views

This article delves into CWE-20, which addresses improper input validation, a critical security concern that leads to numerous vulnerabilities in software applications. Readers will learn about the implications of inadequate input validation, the various methods to implement effective validation, and best practices to mitigate these risks. A solid understanding of input validation principles and techniques is essential for developers and security professionals alike.

21
Mar
2026
CWE-22: Path Traversal - Complete Guide to Mitigating File Vulnerabilities
9 views

This article explores the intricacies of CWE-22, commonly known as Path Traversal, a significant security vulnerability that allows attackers to access files and directories outside of the intended scope. Understanding this vulnerability is critical for developers and security professionals to safeguard applications against unauthorized file access. Prior knowledge of basic web application security concepts and file system operations will enhance comprehension.

21
Mar
2026
CWE-918: SSRF Attack Vectors and Prevention Techniques Explained
9 views

This blog post delves into the intricacies of Server-Side Request Forgery (SSRF) vulnerabilities, detailing their origins, real-world implications, and effective prevention strategies. Understanding SSRF is critical for web developers and security professionals as it poses a significant risk to sensitive internal resources. Readers should have a foundational knowledge of web application security concepts and HTTP requests.

21
Mar
2026
CWE-639: How to Prevent Insecure Direct Object Reference (IDOR)
7 views

This article delves into CWE-639, focusing on Insecure Direct Object References (IDOR) and the associated authorization bypass vulnerabilities. Understanding IDOR is crucial for developers and security professionals alike, as it directly impacts the integrity and confidentiality of sensitive data within applications. A solid grasp of IDOR will empower you to implement robust security measures and prevent common pitfalls in application design.

21
Mar
2026
CWE-770: Step-by-Step Throttling and Rate Limiting Best Practices
7 views

In this comprehensive guide, readers will learn about CWE-770, which focuses on the importance of implementing throttling and rate limiting in software applications to prevent resource exhaustion and denial of service attacks. Understanding these concepts is crucial in designing secure systems that can handle user demands without compromising performance or availability. Prior knowledge of basic programming concepts and familiarity with web application architecture will be beneficial.

21
Mar
2026
CWE-312: Best Practices for Secure Data Storage Explained
20 views

This blog post delves into CWE-312, focusing on the critical importance of avoiding cleartext storage of sensitive information. Readers will learn about secure data storage practices, real-world implications, and how to implement secure solutions effectively. A foundational understanding of data security concepts and programming is recommended to fully grasp the content.

21
Mar
2026
CWE-338: Understanding Weak Random Number Generators in Cryptography
22 views

This blog post will delve into CWE-338, focusing on weak pseudo-random number generators (PRNGs) and their critical role in cryptographic security. Understanding the implications of weak PRNGs is essential for developers to ensure the integrity and security of applications. Readers should have a basic understanding of cryptography and programming concepts to fully grasp the content.

21
Mar
2026
CWE-1021: Complete Guide to Clickjacking Protection with X-Frame-Options
19 views

This blog post delves into CWE-1021, focusing on clickjacking vulnerabilities and how to mitigate them using the X-Frame-Options HTTP header. Understanding these concepts is crucial for developers and security professionals to protect user interfaces from UI redress attacks. Prior knowledge of web security principles and HTTP headers will enhance your comprehension of the material presented here.

20
Mar
2026
CWE-829: Step-by-Step Guide to Safeguarding Third-Party Scripts
18 views

This article delves into CWE-829, focusing on the security implications of incorporating functionalities from untrusted third-party scripts. Understanding these risks is crucial for developers aiming to safeguard their applications from potential vulnerabilities. Readers should be familiar with basic web development concepts and security principles.

20
Mar
2026
CWE-942: How to Fix CORS Misconfiguration Risks
32 views

This blog post delves into the intricacies of CWE-942, focusing on Cross-Origin Resource Sharing (CORS) misconfiguration and its potential security risks. Understanding CORS and its correct configuration is crucial for web application security, as improper settings can lead to data breaches and unauthorized access. Prior knowledge of web security concepts and HTTP protocols will enhance your comprehension of this topic.

20
Mar
2026
CWE-352: Ultimate Guide to Preventing CSRF Attacks
29 views

This guide provides a comprehensive understanding of Cross-Site Request Forgery (CSRF) vulnerabilities, their implications, and effective prevention strategies. Understanding CSRF is crucial for building secure web applications and safeguarding user data. Before diving in, a basic knowledge of web security principles and HTTP request handling is recommended.

20
Mar
2026
Understanding Broken Access Control: CWE-862 and Its Implications
27 views

This article delves into CWE-862, which highlights the critical issue of missing authorization in software systems, leading to significant security vulnerabilities. The focus will be on understanding how broken access control can result in data breaches, the real-world implications of such flaws, and practical strategies for mitigation. Readers should have a basic understanding of web application security principles and authorization mechanisms.

20
Mar
2026
Mastering React Context API for Effective State Management
24 views

In this comprehensive guide, readers will learn how to leverage the React Context API for state management, an essential skill for building scalable React applications. Understanding this API allows developers to simplify component communication and avoid prop drilling, enhancing maintainability and readability. Prior knowledge of React components and hooks is recommended to fully grasp the concepts discussed.

20
Mar
2026
CWE-915: Mass Assignment Vulnerability - Securing Object Binding in Web APIs
25 views

This post explores CWE-915, a critical mass assignment vulnerability that can expose web APIs to unauthorized data manipulation. Understanding this vulnerability is essential for developers aiming to secure their applications against potential attacks. Readers should have a basic understanding of web APIs and object-oriented programming concepts.

20
Mar
2026
How to Build a Robust Security Audit Trail: CWE-778 Explained
26 views

This article delves into CWE-778, emphasizing the importance of effective logging and monitoring in software systems to build a robust security audit trail. Readers will learn how insufficient logging can lead to vulnerabilities and how to implement comprehensive logging strategies. A foundational understanding of security principles and basic programming skills in Python will enhance comprehension.

20
Mar
2026
Master SQL Server Indexes: Complete Guide to Clustered vs Non-Clustered
25 views

This guide delves into the intricacies of clustered and non-clustered indexes in SQL Server, highlighting their importance in optimizing database performance. Understanding these concepts is crucial for database administrators and developers who aim to enhance query efficiency and data retrieval speed. Before diving in, familiarity with basic SQL Server concepts and the importance of database indexing is recommended.

20
Mar
2026
CWE-614: Missing Secure Cookie Attribute - Ensuring HTTPS Cookie Security
25 views

In this comprehensive guide, readers will learn about the CWE-614 vulnerability, its implications for web security, and best practices for implementing secure cookies. This topic is crucial for developers looking to safeguard sensitive information transmitted via cookies. A foundational understanding of HTTP cookies and web security principles is recommended before diving in.

20
Mar
2026
Understanding CWE-384: Session Fixation Attacks and Their Prevention
29 views

Readers will explore the nuances of session fixation attacks, how they can compromise web applications, and the best practices to mitigate such risks. Understanding session fixation is crucial for developers and security professionals alike, as it directly impacts user authentication and session management. A foundational knowledge of web security principles and session management techniques will be beneficial for diving into this topic.

19
Mar
2026
CWE-532: Secure Logging Practices to Prevent Sensitive Information Exposure
27 views

This post delves into CWE-532, focusing on the secure logging practices necessary to prevent sensitive information from being exposed in log files. Understanding these practices is crucial for maintaining application security and safeguarding user data. Readers should have a basic understanding of logging mechanisms and security principles before diving in.

19
Mar
2026
CWE-522: Insufficiently Protected Credentials - Secure Password Storage with Hashing
27 views

This post delves into CWE-522, focusing on the importance of secure password storage using hashing techniques. Understanding how to protect user credentials is critical for building secure applications and preventing data breaches. Readers should have a basic understanding of programming concepts and security principles.

17
Mar
2026
CWE-200: Preventing Sensitive Information Exposure - Step-by-Step
11 views

In this blog post, we will explore the concept of CWE-200, which refers to the exposure of sensitive information in applications, and learn practical techniques for preventing data leakage. By understanding common vulnerabilities and implementing best practices, developers can significantly enhance the security of their applications.

16
Mar
2026
Understanding Memory Management and Garbage Collection in .NET: Everything You Need to Know
47 views

In this blog post, we will explore the essential concepts of memory management and garbage collection in .NET, focusing on how these features work in C#. You'll learn about the significance of memory management, the role of the garbage collector, and best practices to optimize memory usage in your applications.

22
Feb
2026
AssisticaAI: The Fast Way to Add Website Support Chat
159 views

AssisticaAI is a support chat widget built for companies that want to integrate fast, friendly help directly on their websites. Instead of sending visitors to email forms or separate help pages, the widget keeps assistance on the page where questions happen. With a lightweight install and simple customization, teams can launch live chat in minutes, match the widget to their brand, and make support feel immediate. Visitors get quick answers, and businesses see fewer abandoned session

11
Feb
2026
Flutter Training in Mohali: Build Cross-Platform Apps with Confidence
126 views

In today’s digital world, mobile apps are everywhere — from businesses and startups to educational platforms and lifestyle brands. But building high-quality, cross-platform mobile apps can be challenging without the right tools and training. This is where Flutter Training in Mohali steps in, helping aspiring developers and professionals build fast, beautiful applications with confidence.

29
May
2025
Top 7 Benefits of Investing in AI Development Services for Your Business
1,692 views

Innovation has become essential in today's digital-first economy. Artificial intelligence (AI) is being used more and more by businesses trying to stay competitive in order to boost productivity, improve customer satisfaction, and open up new growth prospects. However, realising AI's full potential necessitates more than experimenting with technology; it calls for the proper plan and skilful implementation. AI development services can help with that.

07
Sep
2024
Poly Bags Are an Economical Choice for Packaging
1,405 views

Poly bags are a cost-effective packaging solution known for their versatility and durability. Their lightweight design reduces shipping costs, while their customizable features and protection against damage make them suitable for various products. Affordable to produce and available in eco-friendly options, poly bags provide practical benefits for businesses looking to optimize packaging efficiency.

05
May
2024
How to Integrate Google Sign-In in ASP.NET Core 8.0: Step-by-Step
7,918 views

Hello everyone, in today's digital landscape, integrating Google authentication login using Google API has become increasingly essential. In this article, we will delve into the process of seamlessly integrating Google SignIn into Asp.Net Core 8.0, the latest framework in the .NET Core ecosystem. Let's explore how to streamline user authentication and elevate the security standards of your web applications by Integrating Google SignIn in Asp.Net Core 8.0.

21
Apr
2024
Integrating Google reCAPTCHA Validation in ASP.NET MVC
5,989 views

In today's digital landscape, security is paramount for any web application. One effective way to enhance security and protect against bots is by integrating Google reCAPTCHA. reCAPTCHA is a free service provided by Google that helps to distinguish between human and automated traffic on websites. In this article, we'll explore how to integrate Google reCAPTCHA into an ASP.NET MVC application.

04
Mar
2024
Authentication for swagger UI in production in ASP.Net Core 6.0
4,512 views

In a production environment, securing your Swagger UI is essential to prevent unauthorized access. You can use authentication middleware to protect the Swagger UI endpoint. Below is an example of how you can configure authentication for Swagger UI in an ASP.NET Core application.

04
Mar
2024
Integrating Google Translate into ASP.NET Webpage
4,143 views

Expanding the reach of your ASP.NET webpage by making it accessible to users from diverse linguistic backgrounds is essential for enhancing user experience and increasing engagement. One effective way to achieve this is by integrating Google Translate into your Asp.Net webpage, enabling users to translate the content into their preferred language effortlessly.

24
Feb
2024
How to Create Subscriptions in Paypal in Asp.Net Core
8,622 views

In this article, we'll dive into integrating PayPal subscriptions into an ASP.NET Core application. PayPal offers a robust API that allows developers to create and manage subscription plans seamlessly. We'll walk through a sample code snippet that demonstrates how to create a subscription plan, add a product, and initiate a subscription for a user.

30
Jan
2024
How to Refund Payments Using PayPal in ASP.NET MVC
5,611 views

Hello guys, we often want to integrate payment gateways in our Asp.Net applications. Some of the most popular payment gateways are payumoney,paypal,stripe and razorpay. We have already covered payumoney and stripe in our blogs. In this article we will see How to refund payment using Paypal in Asp.Net MVC. For this we will use paypal sale api.

18
Jan
2024
CRUD Operations Using Dapper In ASP.NET Core Web API
4,588 views

Dapper is a simple Object Mapper and is nothing but Object-relational mapping (ORM) and is responsible for mapping between database and programming language and also it owns the title of King of Micro ORM in terms of speed. It is virtually as fast as using a raw ADO.NET data reader and also Entity Framework.

09
Dec
2023
Mastering Functions in C++: A Complete Guide with Examples
3,420 views

Because there are no library functions with predetermined definitions, a user-defined function is one that is written by the user when writing any application. To fulfill the user's individual needs, the user must create his or her own functions. Such functions must be appropriately defined by the user. There is no such necessity to include any specific library in the program.

09
Dec
2023
How to Use If Else Statement in C#: Complete Guide
3,469 views

In C# if-else statement also tests the condition. It executes the if block if the condition is true otherwise else block, is executed. the else statement to specify a block of code to be executed if the condition is False. the if-else statement checks a Boolean expression and executes the code based on if the expression is true or false. The if part of the code executes when the value of the expression is true. The else part of the code is executed when the value of the expression is false.

05
Dec
2023
How to Integrate Razorpay Payment Gateway in ASP.NET Core 8.0
11,335 views

We will discover how to integrate the Razorpay payment gateway with ASP.Net Core in this tutorial. Here, we go over Razor Pay and show you how to incorporate it into ASP.Net Core MVC. Please read through my earlier post, "Build CRUD REST APIs with EF Core." You can view the result of our integration of Razorpay with ASP.Net Core MVC at the conclusion of this post.

29
Nov
2023
Error-An error occurred while processing your request in .Net core IIS
10,996 views

Hello guys we will see how to fix Error An error occurred while processing your request.Swapping to Development environment will display more detailed information about the error that occurred.The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development. In asp.net core IIS

23
Nov
2023
How to Integrate Stripe Payment Gateway in ASP.NET Core 8.0
12,096 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 8.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 8.0

23
Oct
2023
How to Fix CWE-23 Path Traversal Vulnerability in ASP.NET Core
9,041 views

Hello guys, in this article we will see how to fix CWE-23 Path Traversal vulnerability Unsanitized input from an HTTP parameter flows into global::System.IO.Directory.CreateDirectory, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to create arbitrary directories when we scan our code with snyk.

23
Sep
2023
How to Integrate LinkedIn Login with OpenID Connect in ASP.NET MVC
8,136 views

So, nowadays it is really important while developing applications that users don't have to waste a lot of time trying to register or go inside your web application. So, keeping in mind the need of today's world we have few Social Login available that are getting used mostly. These include Google Login, Linkedin, and Microsoft. In this article we will see How to Integrate Linkedin Login With Open Id Connect in Asp.Net MVC.

23
Sep
2023
Mastering Unconditional Statements in C: A Complete Guide with Examples
4,138 views

A control structure in C called a switch statement is used to make decisions based on the value of a variable or expression. It enables you to run a block of code connected to the first matching case after testing a variable against a set of values (cases). The switch statement's fundamental grammar is as follows:

20
Sep
2023
Mastering the Switch Statement in C: Explained with Examples
2,968 views

A do-while loop is a sort of loop construct in C that repeatedly runs a block of code as long as a stated condition is true. The do-while loop, as opposed to the while loop, ensures that the code block is performed at least once, even if the condition is initially false. The basic syntax of a do-while loop in C is as follows:

13
Sep
2023
Method Overriding in Java
3,642 views

Overriding methods is a key idea in Java object-oriented programming. It enables a subclass to provide a particular implementation of a method defined in the superclass. When you override a method, you replace the superclass's inherited implementation with your own version in the subclass. This allows for polymorphism and dynamic method dispatch.

11
Sep
2023
How to Use API with Proxy URL in ASP.NET Core for CORS
4,794 views

In modern web development, it's common to interact with external APIs or services to retrieve data for your application. However, when your web application runs in a browser and makes requests to a different domain or origin, you may encounter Cross-Origin Resource Sharing (CORS) restrictions. We will see how to use api with proxy url in Asp.net website. This also helps us to resolve CORS errors.

28
Aug
2023
Implicit vs Explicit Wait in Java: Everything You Need to Know
3,431 views

In Selenium WebDriver, both implicit wait and explicit wait are mechanisms to control the timing of interactions with web elements, especially when elements might not be immediately available due to various reasons such as dynamic content loading, AJAX requests, etc. Both techniques help in synchronizing your tests with the actual behavior of the web application.

21
Aug
2023
java.lang.IndexOutOfBoundsException
4,259 views

The java.lang.IndexOutOfBoundsException is an exception class in Java that is thrown when an index used to access an array, list, or other collection is either negative or greater than or equal to the size of the collection. This usually indicates an attempt to access an element at an invalid index that does not exist in the collection.

15
Aug
2023
Automating Keyboard and Mouse Events in Java: A Complete Guide
3,535 views

Selenium automation of keyboard and mouse events is an essential ability for efficient web testing. Knowing how to imitate user interactions is crucial whether you're performing repetitive activities or testing web apps. This in-depth guide will go through how to utilise Java's Selenium WebDriver to automate keyboard and mouse events.

06
Aug
2023
How to Generate PDF Using iTextSharp in ASP.NET MVC: Step-by-Step
8,840 views

In this article, we'll walk you through the process of using iTextSharp to create PDF documents within an ASP.NET MVC project. We'll dissect the code you've provided and explain each step to ensure you have a comprehensive understanding of the implementation. So follow the steps for learning How to generate pdf using itextsharp in asp.net mvc.

01
Aug
2023
How to Implement JWT Token in ASP.NET Core 7: A Complete Guide
7,333 views

Hello, readers, and welcome to Code2Night! In this blog post, we will focus on the latter and explore how to implement JWT Token Authentication in ASP.NET Core 7.0 Web api and .net core 7 web application. So we will see how we will generate jwt token and how we will verify the token using authorize attribute.

22
Jul
2023
Integrate Stripe Payment Gateway in ASP.NET Core 7: Step-by-Step
10,244 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 7.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 7.0

20
Jul
2023
LinkedHashMap in Java: A Complete Overview
3,376 views

Java includes a number of data structures for storing and manipulating collections of objects. The 'LinkedHashMap' class, which is an extension of the 'HashMap' class, is one of the important classes in the Java Collections Framework. LinkedHashMap, unlike HashMap, preserves the order of its items depending on the insertion order, making it helpful in cases where the order of components must be maintained based on their arrival time.

20
Jul
2023
Mastering HashMaps in Java: The Complete Guide with Examples
3,467 views

HashMap is a component of the Java Collections Framework that implements the Map interface. It offers a key-value pair data structure in which elements are stored as a combination of keys and their corresponding values. HashMap does not support duplicate keys, but it does support mapping multiple values to the same key. It provides constant-time performance for simple operations like as element addition, removal, and retrieval.

19
Jul
2023
LinkedHashSet in Java: Everything You Need to Know
3,283 views

The Java Collections Framework's LinkedHashSet is an implementation of the Set interface. It combines the advantages of LinkedList and HashSet. The order in which the elements were added to the set is the iteration order that the LinkedHashSet preserves. It offers constant-time performance for fundamental operations and disallows duplicate elements, just like HashSet.

01
Jul
2023
Implement Stripe Payment Gateway in ASP.NET Core: Step-by-Step
16,748 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Implement Stripe Payment Gateway In ASP.NET Core

31
May
2023
How to Create a JSON String in C#: Step-by-Step Guide
4,539 views

JSON (JavaScript Object Notation) is a lightweight data interchange format commonly used for transmitting data between multiple systems, mostly in Web APIs and client applications. JSON is a text-based format that is easy for humans to read and write and also easy for machines to parse and generate. It is language-independent, meaning it can be used with any programming language that has the capability to parse JSON data.

20
May
2023
Child Internet Safety: A Complete Guide for Developers
4,314 views

Child internet safety refers to the precautions, guidelines, and measures taken to protect children from potential dangers and risks associated with their use of the internet and online platforms. As children increasingly access the internet for educational, entertainment, and social purposes, it becomes essential to ensure their online safety. Here are some key aspects of child internet safety:

08
May
2023
How To Utilize Live AI Chat agent Software For Your Business
3,338 views

Small businesses often struggle to provide prompt responses to customer inquiries and concerns, which can lead to a negative customer experience and potential losing valuable customers. To improve customer service, businesses can consider hiring a support team for call and email responses or implementing chat support services on their website.

31
Dec
2022
Complete Guide to C# Collections with Examples and Best Practices
4,630 views

For many applications, you want to create and manage groups of related objects. There are two ways to group objects: by creating arrays of objects, and by creating collections of objects. Arrays are most useful for creating and working with a fixed number of strongly typed objects. For information about arrays, see Arrays.

20
Nov
2022
How to Use Hangfire in ASP.NET Core 3.1 for Background Jobs
8,686 views

Hangfire is an open-source library to schedule and execute background jobs in .NET applications. You'll be able to create a simple background process inside the same application pool or thread without creating separate applications. Hangfire creates background jobs in persistence storage, like MS SQL Server, Redis, MongoDB, and others, that may prevent you from losing the job on recycling IIS pools or exception prevalence.

14
Aug
2022
Complete Guide to Input Validations Using JavaScript
4,510 views

Hello guys, sometimes we need to put validations on textboxes to accept certain type of data. For that purpose , we will see how to apply input validations using javascript. This will contain Numbers validation , Number And Decimal validation , Alphanumeric validation , Alphabet validation.

13
Aug
2022
Publishing ASP.NET Core MVC Applications Using FTP
8,979 views

Publish Website using FTP in Visual Studio If we use FTP (File Transfer Protocol) to publish web applications, we need to enter all credentials provided by the FTP hosting company, and application files will upload directly to our FTP hosting space.

16
Jul
2022
Image Compression in ASP.NET MVC: A Complete Guide
10,737 views

Hello guys , now a days we often provide users the ability to upload images in our web projects. But we have to sometimes utilize the memory for big size images as they can easily full up the memory of server. So for that we can use image compression while uploading image. In this article we will see how to perform Image Compression in Asp.net MVC.

02
Jul
2022
The report definition is not valid or is not supported by this version of reporting
10,793 views

Hello guys in this article we will see how to solve an exception when you try to use old rdlc report and make changes into that . You will see you will get an exception ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded. We will see how to solve that.

26
Jun
2022
How to Implement Stripe Payment Gateway in ASP.NET MVC
20,364 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Implement Stripe Payment Gateway In ASP.NET Core

16
Jan
2022
Tag or Mention People in Angular like WhatsApp & Skype
10,370 views

Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.

21
Oct
2021
Card Number Formatting Made Easy using jQuery
11,560 views

Hello guys, often while dealing with project where we need to implement payment systems and need user to enter card number and show them the card number format properly. So for that purpose we have to use controls from payment gateways which are bit harder to manage on custom websites. So we will see how to implement Input Box Card Number Formatting using jquery.

15
Aug
2021
Real-Time Chat Made Easy: SignalR with .NET Core and Vue.js
6,322 views

Hello guys, We often found ourself in the need of a realtime chat app . For two way communication in your webapp. We will see how to implement real time chat using SignalR with .Net core and Vue.js. SignalR is basically used for any sort of realtime functionalities. We will use .Net core for managing chathub . You can see complete steps in the article.

15
May
2021
How to Reload Child Components in Vue.js: Complete Guide
12,546 views

Hello guys, in this article we will learn how to reload vue js child component. Sometime we need to reset child components or just re-render them. There few ways to reset child components but for beginner and those who have just started with vue js it can become a tough task to understand the flow to reset child components. So we will see how to reload child component.

04
Mar
2021
Globalization and Localization in ASP.NET Core with Resource Files: Complete Guide
10,912 views

In this article we will focus on implementing Globalization and localization in ASP.NET Core With Resource Files . We will be trying to implement culture in Asp.Net core 3.1.So if your are struggling in using you Asp.Net Resource Files in .net core have a look at the article in detail.

03
Mar
2021
ConfigurationBuilder does not contain a definition for SetBasePath
19,226 views

In this article we will see how to solve issue 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no extension method 'SetBasePath' accepting a first argument of type 'ConfigurationBuilder' could be found (are you missing a using directive or an assembly reference? in .Net Core 3. We will see how to ready json files in .Net core 3.

26
Feb
2021
How to Upload Image Files Using AJAX and jQuery: Step-by-Step
14,244 views

So starting of from the beginning Ajax is used for Asynchronous Javascript and XML. We can use it for many purposes. Few basic uses of Ajax are:- Update page without reloading the page providing better performance. Request data from a server - after the page has loaded which can be used in loading Partial Views. Send data to a server without reload - in the background making it easier to performance Save, Delete operations smoothly. Ajax in Asp.Net MVC

21
Feb
2021
How to Use Ajax in ASP.NET MVC: Complete Guide
21,156 views

Hello guys, in this article we will tell you about what is Ajax? and how it can help you create better projects with better performance.Ajax basically used for Asynchronous Javascript and XML. As the name defines it helps you make server side operation asynchronously or you can say without reloading the page. So we will see few examples of using Ajax in Asp.Net MVC.

25
Sep
2020
Troubleshooting: Non-Fatal Error During Cluster Initialization in PostgreSQL
11,392 views

Hello guys in this video you'll see how to solve issue A non-fatal error occured during cluster initialisation in Postgre SQL on Postgre installation. You will often see this issue while installing Postgre. We have a workaround for you to solve this issue. Just follow the steps and your issue will solve.

13
Sep
2020
Complete Guide to Slick Slider Implementation in JavaScript
14,836 views

In this tutorial we’ll use slick Slider , A Slick Slider is a popular jQuery plugin, to build an attractive responsive image gallery. Slick.js is a well-known jQuery plugin created by Ken Wheeler that lets you build beautiful responsive carousels. so what I going to do is to create a custom slider one of my favorite slider is the slick slider. You can create a custom slider by following the steps below.

10
Sep
2020
Implement Stripe Payment Gateway in ASP.NET: Complete Guide
58,619 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. There are four steps: Create the project and configure dependencies Create the payment Web Form Create a page to perform the charge Run the application

05
Aug
2020
Ultimate Guide to Exception Handling in ASP.NET MVC
20,412 views

So basically in a MVC Project we often use many controllers for making our web project functional.So one way is to handle exception separately on all of them or we can simple use a Base Controller. A Base controller can be told as a parent controller from which all other controller will inherit.So in that way Exception handling performed on Base Controller will get applied on all controllers which inherits from this controller.

05
Aug
2020
Exception Handling in ASP.NET Core: Best Practices
20,720 views

Error Handling in Asp.Net Core has changed a bit from what we used to use in Asp.Net Mvc. Before .Net Core We used to use OnException Methods to handle Exceptions while executing actions But it doesn't' see working in .Net Core as many features are changed.So In this Article we will see how to make exception handling work in Asp.Net Core.

05
Aug
2020
How to Set Date and Time Format in IIS Manager: Step-by-Step
33,784 views

Many times you might have got requirement of changing DateTime Format Of your IIS Hosted Web Application.Sometime Date format changes work on LocalHost but on IIS the date format remains same. Select Application Pool Select Project and click on Advanced settingsExpand Process Modal and Select Identity Select Custom Account and Click on set and enter UserName Password(System Credentials) and ok

Translate Page