Microsoft Visual Studio 2010 Service Pack 1 out with list of new features and improvements. Now you can download the SP1 for Microsoft website.
Download VS 2010 SP1 from here http://www.microsoft.com/downloads/en/details.aspx?FamilyID=75568aa6-8107-475d-948a-ef22627e57a5&displaylang=en
VS 2010 SP1 Published Date : 3rd March 2011
Tips on installing Visual Studio 2010 SP1 http://weblogs.asp.net/jgalloway/archive/2011/03/09/tips-on-installing-visual-studio-2010-sp1.aspx
Here I just listed...
More
C#.net
Oracle Releases Entity Framework Provider
Oracle recently announced that they’ve released a Beta version of their provider which supports Entity Framework. Features include LINQ to Entities, Model First development, and support for the Entity Data Model Wizard. We can download it from here http://www.oracle.com/technetwork/topics/dotnet/downloads/oracleefbeta-302521.html.
And here is the setup instructions
http://www.oracle.com/technetwork/topics/dotnet/downloads/odacefbetainstallinstructions-302527.html
Thanks,
Naga Harish.
More
Windows 7 Taskbar Thumbnail Buttons in WPF
Take advantage of TaskbarItemInfo to show Windows 7 Taskbar Thumbnail Buttons in WPF.
In this post, I am going show how we show Taskbar Thumbnail Buttons for windows application. Just we need to take advantage of TaskbarItemInfo control to show option to control you application, when user mouse over on you application icon on taskbar it will show those options.
Please check with below image, so you will understand better.
And here is my code
XAML code :-
<Window x:Class="thumbnail_butt...
More