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 CSP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (5)
Mike Gold (3)
John O Donnell (2)
Ajay Kumar (1)
Dijid Maddumakumara (1)
Munish A (1)
Sabarish Natarajan (1)
Guest User (1)
Omar Maher (1)
Sam Hobbs (1)
C# Curator (1)
Jibin Pan (1)
Bill Farley (1)
Rama Nageshwara Rao (1)
Related resources for CSP
No resource found
.NET Website Security: Practical Steps & Examples
4/26/2024 4:14:37 AM.
Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-dep
Intune Policy Conflicts
11/28/2023 4:47:40 AM.
In this article, we will learn about the basics of Intune Policy Conflicts, how they occur, and tips to avoid them. Explore insights into Configuration Service Providers (CSPs) and understand conflict
Hex File And ICSP Pins Of Arduino
4/6/2020 3:59:54 AM.
This article will provide you deep access to Arduino UNO. In this article we are going to see what are ICSP pins, AREF pins and .hex files. It is necessary to step ahead in each and every task we hand
Upgrade Windows 10 Professional To Windows 10 Enterprise
3/2/2020 2:16:13 PM.
In this article, you will learn about upgrading Windows 10 Professional to Windows 10 Enterprise.
Using CSP Header In ASP.NET Core 2.0
1/15/2018 5:57:45 PM.
Content Security Policy (CSP) is an additional level of security that could help prevent Cross Site Scripting (XSS) attacks. In these attacks malicious scripts are executed on user’s browser since bro
Hello World From .NET Core 2 And VS 2017 Preview And Difference In csproj
5/13/2017 1:56:33 PM.
Hello World From .Net Core 2 And VS 2017 Preview And Difference In csproj.
Visual Studio 2010 Project Targets
11/21/2012 3:49:25 AM.
This article provides a very simple sample of targets in a Visual Studio 2010 project file.
A Simple Virtual Voltmeter Using GDI+ and the GP-3 Board
10/3/2012 12:07:01 PM.
This is a less complex, nevertheless interesting example of how to use the same board to create a simple voltmeter.
Working and testing your project in Expression Blend
10/1/2012 7:00:18 AM.
In this article I will explain about working and testing your project in Expression Blend
Interactive Shaped Forms
5/19/2012 3:41:41 AM.
This Demo show how to create shaped form and customized buttons using Region, GraphicsPath and picture control and using picture control to play animate pictures.
Regions and Clipping in GDI+
1/20/2010 11:17:08 PM.
In this article I will explain about the Regions and Clipping in GDI+.
The Complement, Exclude, and Union Methods in GDI+
1/17/2010 11:02:07 PM.
In this article I will explain about the the Complement, Exclude, and Union Methods in GDI+.
The Region Class in GDI+
1/14/2010 11:30:09 PM.
In this article I will explain about the Region Class in GDI+.
Drawing Graphics Paths in GDI+
11/27/2009 1:23:24 AM.
In this Article I will explain how to Draw Graphics Paths in GDI+.
Graphics using GDI+
1/31/2007 7:20:45 AM.
This sample project shows how to draw various graphics objects on a Form using GDI+ objects.
The Graphics Class and Transformations
1/31/2007 5:58:17 AM.
The Graphics class defined the transformation related functionality. This article discussed the Graphics class and its members that participate in transformation process.
Rotation Sample
12/26/2005 10:55:12 PM.
After reading Mike Golds article on transforms I thought I would get things moving a bit!
ShapedForms in C#
12/26/2005 7:31:38 AM.
Today Windows always appear with a rectangular shape. What if you could have a window that was shaped like a circle, a square or a triangle or any shape you want.
Spiro Designer
12/26/2005 5:00:45 AM.
Spiro designer is a partial implementation of Spirograph. Spiro Designer uses the Matrix and GraphicsPath classes with their Transform and Rotate methods to build a spiro.
Working with Drawing Class
12/26/2005 1:36:41 AM.
This article gives an overview to work with drawing and printing class. It explains how to use various methods in the drawing and printing class.
Using Transforms with GDI+ in C#
12/23/2005 2:23:39 AM.
Transforms are matrices that allow you to rotate and translate your graphics shapes. In this example we are going to rotate a very powerful element in C# called the GraphicsPath.