Applying permissions on folders/directories in Windows is one of the things developers want to control with their applications. Today we are going to look at how can we create such an application in C# which can define any kind of permission to any user account in Windows environment.
JoinedJuly 15, 2008
Articles9
Comments4
Sumair is Software Architect at Eastern Solutions. He is also leading INETA Usergroup DEVCLUB.NET(INETA MEA) and President of PASS Chapter DEVCLUB.
Microsoft Press has a free e-book offer up for grabs. The long awaited Introducing Microsoft SQL Server 2008 by Peter DeBetta, Greg Low and Mark Whitehorn has finally been released and you can get it your free copy(e-book) from Microsoft Press.
This article demonstrates how to create animations by using pure XAML with a code behind C# file instead of using tools like Expression Blend.
One of my friend asked me whether is it possible in SQL Server 2005/2008 to know how a query is executing, and what time and hits are required by a particular query for execution? These calculations are of so much importance when it comes to real time applications, like in a solution in which too [...]
In this article we will be creating certain tabs in a tab control with context menu with an option to remove certain tab item.
First create a blank c# WPF application using visual studio 2008 and name the default grid as Master.
Right click on window and select view code,
Here we create a method to remove [...]
I think storing images in a database can save a developer loads of time and can ease his life while dealing with visuals, either creating a local application or a web application. Think of storing your images of a certain web application in a database instead in a directory exits somewhere in a cloud which [...]