Microsoft has today released Silverlight 2 RC0 to developers for testing purposes and to help them prepare their existing Silverlight 2 Beta 2 applications for the final bits which is expected to roll out at the end of this year.
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.
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.
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.
In Part 1, we learned how to use Resource Dictionary (WPF) in order to apply styles to UI element dynamically. Resource Dictionary uses XAML code which still is an unknown territory for most developers. So why not use only C# to create such animations? In this Part of the series we are going to learn how to create animations by using C# code.
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.
Sending emails notifications from a contact or a feedback page of a website has become a standard feature of most sites around the web.
Today, I am going to show you how to create an ASP.NET Silverlight application which sends email. The main objective of this tutorial is to achieve this goal using a ASP.NET web [...]
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 [...]
Reports are always one of a compulsory requirements of any IT or non-IT solution. In this example we will experience how to integrate crystal report in a WPF Application.
I am using a database here to fetch some record in order to display on my report ofcourse you can use any other source. For reference [...]
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 [...]