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 Guard
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Tahir Ansari (2)
Ajay Kumar (2)
Vijai Anand Ramalingam (2)
Saravanan Ponnusamy (1)
Nikunj Satasiya (1)
Jake Creasy (1)
Dinesh Gabhane (1)
Janarthanan Selvaraj (1)
Rion Williams (1)
Sarthak Varshney (1)
Dhanapal Chandran (1)
Sanwar Ranwa (1)
CSharp TV (1)
Jayraj Chhaya (1)
Subarta Ray (1)
Jaydeep Patil (1)
Saravanan Ganesan (1)
Miguel Teheran (1)
Subham Ray (1)
Jin Necesario (1)
Tuhin Paul (1)
Kirtesh Shah (1)
Mansi Mishra (1)
Gaurav Kumar (1)
Haridhass Mani (1)
Faisal Pathan (1)
Vidyadharran G (1)
Vikas Garg (1)
Sibeesh Venu (1)
Mangesh G (1)
Santosh Kumar Adidawarpu (1)
Linli Jin (1)
Related resources for Guard
No resource found
Protected Routes in React.js
10/27/2024 5:37:13 AM.
This approach is essential for apps with private content, ensuring unauthorized users can't view certain pages. By using React Router with authentication checks, developers can manage access dynam
Optimizing Angular Route Guards for Performance and Security
9/4/2024 6:13:15 AM.
Angular route guards manage access control in your application, ensuring users only access authorized routes. To optimize performance and security, implement lazy loading with CanLoad, cache permissio
Introduction to Guard Clauses in .NET
8/20/2024 7:08:02 AM.
Guard clauses in .NET are a simple yet powerful technique to improve code readability and maintainability. By handling errors and edge cases early, guard clauses prevent deep nesting and make your cod
Guide to Angular Guards
7/29/2024 8:34:55 AM.
Learn everything about Angular Guards in this comprehensive guide. Understand how to implement CanActivate, CanActivateChild, CanDeactivate, Resolve, and CanLoad guards to secure your Angular applicat
Advanced Routing Mechanisms in Angular
7/22/2024 8:38:29 AM.
Enhance your Angular app with advanced routing features like lazy loading, route guards, and nested routes. Lazy loading defers component loading to reduce initial load times, while route guards manag
Use a Guardrail with the Converse API in a .NET Console Application
7/18/2024 8:16:01 AM.
Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS
Create a guardrail for Amazon Bedrock using .NET console application
7/17/2024 11:45:24 AM.
Learn how to create Amazon Bedrock guardrails using a .NET console app in Visual Studio 2022. Utilize AWS SDK for .NET to manage IAM permissions, AWS CLI setup, and .NET 8.0 SDK integration. Configure
Safeguarding the Future: The Crucial Role of AI in Supporting Sensitive Patient Data
7/12/2024 5:45:25 AM.
Explore how artificial intelligence is transforming healthcare data management, enhancing security, and improving patient outcomes. Discover the challenges of handling vast, sensitive patient data and
UnderStanding nameof Operator in C#
5/28/2024 7:20:47 AM.
The nameof Operator retrieves names of variables or members dynamically, aiding in code maintenance. Raising PropertyChanged Event notifies property changes in INotifyPropertyChanged implementations.
Safeguard Your LLM Against Jailbreak Detection
5/27/2024 11:09:13 AM.
Protect your LLM from jailbreak detection by implementing robust security measures. Safeguard against vulnerabilities and employ anti-jailbreak techniques to ensure the integrity and confidentiality o
Hands-Free Security Scanning Within .NET Applications
4/26/2024 9:59:18 AM.
I'm sure if you follow any news sources at all, you see countless hacks, breaches, and leaks from various big-name companies which you might assume would be better at protecting your information.
Alibaba Cloud Security Best Practices for Safeguarding Your Data
4/14/2024 5:24:57 AM.
Secure your data on Alibaba Cloud! Learn best practices for encryption, access control, & threat detection to ensure data security & compliance. #AlibabaCloudSecurity
Explain Null Handling in TypeScript
3/21/2024 6:13:26 AM.
Null handling in TypeScript involves managing null and undefined values effectively to prevent runtime errors. Techniques like nullable types, optional chaining, type guards, and non-null assertion op
What Are Navigation Guards in Vue Router
2/8/2024 11:33:26 AM.
Vue Router offers navigation guards, functions executed before/after route navigation, enabling control over Vue.js app navigation. Global guards like beforeEach manage app-wide authentication/authori
Understanding Guard Clauses in C#
1/1/2024 7:30:22 AM.
Guard clauses are an essential aspect of writing clean, readable, and robust code in C#. They serve as initial validation checkpoints at the beginning of a method, ensuring that the method is executed
CyberSafeguard: Navigating the Basics of Cybersecurity
12/14/2023 8:31:54 AM.
In this session, you will learn about CyberSafeguard, where we unravel the fundamentals of cybersecurity in a beginner-friendly atmosphere
Guard Clauses in C#
12/12/2023 9:00:14 AM.
What are guard clauses? How do they implement them in . NET? There are multiple ways of implementation. How are they different from validation?
Guard Functions in Angular
12/7/2023 5:21:25 AM.
Angular's guard functions are the gatekeepers of seamless navigation in applications. From securing routes to managing authentication and implementing role-based access, these functions enforce cr
Auth Guards in Angular
8/21/2023 9:32:38 AM.
Discover Angular's auth guards basics and their step-by-step implementation through diverse use cases. Explore routing protection and authentication nuances for robust web applications.
Azure IoT Security : Safeguarding the Internet of Things
8/2/2023 7:12:25 AM.
Explore Microsoft's Azure IoT Secure, a robust platform fortifying IoT against cyber threats. With secure communication, edge security, and threat detection, organizations confidently embrace IoT
Early Return Pattern in C#
7/28/2023 5:41:42 AM.
We will have an overview of the early return pattern and some examples in C#
Role of AI in Cybersecurity: Safeguarding the Future
7/20/2023 1:18:07 PM.
As technology advances at an unprecedented pace, so does the sophistication of cyber threats. In this digital age, where data breaches and cyberattacks are prevalent, the role of Artificial Intelligen
AWS Guard Duty
7/17/2023 6:07:24 AM.
AWS GuardDuty is a security detection service that constantly watches your AWS accounts, EC2 workloads, applications, and stored data.
Preventing Session Replay Attacks - Safeguarding Azure Cloud Websites
2/20/2023 4:44:17 AM.
Session replay attacks are a type of web application attack where an attacker records a user's interactions with a website or web application, including login credentials, and then replays them to
Angular - Route Guard
9/9/2022 7:25:41 AM.
In this article, you will learn about Angular - Route Guard.
Guards In .NET
2/2/2022 11:20:28 AM.
In this article, you will learn about Guards In .NET.
Build Tools in Android Studio 1.0
3/27/2020 7:30:51 AM.
This article explains some basic build tools embedded in the Android Studio 1.0.
Authguard Angular Implementation Explained
1/29/2020 6:25:31 PM.
In this article, you will learn about implementation of Authguard in Angular .
Protecting Routes With Auth Guard In Angular 7
7/19/2019 10:05:43 AM.
We will learn about protecting our routes with Auth Guard in Angular 7.
Simple Steps To Safeguard Websites In WordPress
6/11/2018 12:56:44 AM.
ways to secure websites
Overview Of Guards In Angular
4/6/2018 12:26:17 AM.
In this article, you will get the overview of Guards in Angular.
Implementing Guard In Angular 5 App
3/27/2018 9:33:12 AM.
In this post, we are going to implement Guard, which helps us to restrict users to access some pages if they haven’t logged in to our application, in Angular 5.
Authentication With Route Guards In Angular 5 Single Page Application
1/11/2018 3:52:43 PM.
Angular comes with many built-in features which can be used to achieve things like authentication and authorization Route guards are one of them; let’s see how we can achieve this in this article.
Angular 2 Guards To Protect Routes
4/6/2017 4:17:03 PM.
In this article, I will show you the real uses of Angular 2 Guards to protect the routes.
Visual Guard for .NET
1/24/2006 11:55:21 PM.
Novalys announces Visual Guard, which is aimed at setting up user’s profile and permissions for .net application (who is allowed to do what?). The tool easily integrates to any .net application and makes rights/permissions management easier thanks to its administrating console.