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.
Drive Icon Changer helps you customize your hard drive icon shown in My Computer and Windows Explorer to an icon of your personal choice. Like Turn Off LCD, I developed this little tool in C# using Visual Studio 2008 to change drive icons on the fly. It just takes a couple of clicks to customize the icon to your personal choice.
Microsoft has released an update to XNA Game Studio 3.0 the day they have released the new Zune software and firmware. This release basically provides compatibility for game development on Zune firmware 3.0 devices along with full support to Visual Studio 2008.
I randomly ran into this site on TechNet Blogs which had the link to SQL Server 2008 wallpaper and screensaver which are perhaps released by the MS SQL team themselves.
No doubt ! Web 2.0 has been a great turnaround in the history of web computing, technologies like AJAX, RIA, SOA, CSS, Silverlight, Mashups, Web Slices, RSS and XML have been the front runners for this newer version of web. Products and Services like Facebook, Flickr, iTunes, MapQuest, Windows Live, GoogleMaps, Virtual Earth, YouTube, Orkut etc have not been possible without the advent of Web 2.0.
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 [...]
Microsoft Silverlight has been on a roll! If you thought Beijing Olympics was the last sport for Microsoft’s challenger to the popular Adobe Flash, you were wrong. With just 36 days to go for the first ever Formula 1 race under lights in Singapore, Singtel has launched a Silverlight based "SingTel Grid Girls [...]
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 [...]