Related resources for CSP
  • Intune Policy Conflicts11/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 Arduino4/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 Enterprise3/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.01/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 csproj5/13/2017 1:56:33 PM. Hello World From .Net Core 2 And VS 2017 Preview And Difference In csproj.
  • Visual Studio 2010 Project Targets11/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 Board10/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 Blend10/1/2012 7:00:18 AM. In this article I will explain about working and testing your project in Expression Blend
  • Interactive Shaped Forms5/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 Transformations1/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 Sample12/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 Designer12/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 Class12/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.