Microsoft today has announced the general availability of Visual Studio 2010 and .NET Framework 4. In a press release today, the company announced that VS2010 and the new .NET Framework 4 will be available for developers after the launch event which is taking place in Las Vegas today. The final version of Silverlight 4 will also be available later this week.
When working with WPF/Silverlight in Blend, it is quite irritating having to actually switch between Visual Studio and Blend throughout the course of the project by opening the project from its folder location again and again. I bet you might have wondered atleast once whether there was a way to open your project in Blend directly through Visual Studio!
One of the easiest and the most common ways to make a reflective surface is through the use of visual brushes and opacity masks. In this step-by-step tutorial, I have attempted to teach the absolute beginners how to make an image reflection in WPF and giving a 3D feel to it.
If you are a regular developer of WPF and Silverlight based application then you must be aware of XAML – A XML based standard language created by Microsoft which is used in Windows Presentation Foundation / Silverlight stack of .NET Framework 3.0 and above.
Microsoft in partnership with Total Training – the leading online and DVD-based training content provider for software programs have released a complete set of getting started training videos to guide the starters through the learning of the entire Expression Suite.
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.
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 [...]