DotNetShoutout - Stories tagged with Visual Studio 2010
6
Shouts

MsHelp » Entity Framework 4.0 – Part4: How to use your own POCO’s

published 1155 days, 14 hours, 7 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1157 days, 3 hours, 35 minutes ago
Thursday, March 25, 2010 12:24:40 PM GMT Tuesday, March 23, 2010 10:56:41 PM GMT
Entity Framework 4.0 – Part4: How to use your own POCO’s Posted by Sven on March 24th 2010 to .NET 4.0, ADO.NET, Entity Framework These tutorials are built using Visual Studio 2010 RC and .NET 4.0. RC. This means that Entity Framework 4.0 is used. At the moment of writing this, VS2010 and .NET 4.0 are not yet released as RTM so information provided in this post could change in the future. In the previous articles I mainly talked about things you could already do with eelier version of... (more)
category: How To | clicked: 0 | 2 comments | | source: mshelp.be
tags: ADO.NET, Entity Framework, Visual Studio 2010, .Net 4.0
6
Shouts

MsHelp » What are the different versions of Visual Studio 2010

published 1156 days, 13 hours, 22 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1157 days, 7 hours, 3 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Tuesday, March 23, 2010 7:28:47 PM GMT
What are the different versions of Visual Studio 2010 Posted by Sven on March 23rd 2010 to Visual Studio 2010 And what can you do with these different version of Visual Studio 2010? Maybe you are wondering which version of Visual Studio 2010 you require for your specific job? That’s are some questions I had. Previously I worked with VS2008 PRO and TS, but now I need to see which version I need. Today I found a great post that explained exactly what versions there are and what I can d... (more)
category: How To | clicked: 0 | comment | | source: mshelp.be
tags: Visual Studio 2010
6
Shouts

MsHelp » Entity Framework 4.0 – Part3: Complex types

published 1156 days, 13 hours, 22 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1158 days, 3 hours, 43 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Monday, March 22, 2010 10:48:35 PM GMT
Entity Framework 4.0 – Part3: Complex types Posted by Sven on March 22nd 2010 to .NET 4.0, ADO.NET, Entity Framework These tutorials are built using Visual Studio 2010 RC and .NET 4.0. RC. This means that Entity Framework 4.0 is used. At the moment of writing this, VS2010 and .NET 4.0 are not yet released as RTM so information provided in this post could change in the future. A complex type is a set of properties that you group together. Sometimes your code becomes more clear when you... (more)
category: Data | clicked: 0 | comment | | source: mshelp.be
tags: ADO.NET, ADO.NET ENTITY FRAMEWORK, Visual Studio 2010, entity framework 4.0
7
Shouts

Tips and Tricks: Quickly Closing Documents - The Visual Studio Blog

published 1158 days, 13 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 1159 days, 13 hours, 28 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Sunday, March 21, 2010 1:03:35 PM GMT
In VS 2010, we made a design decision to move the “X” from the right side of the Tab Well  to within each tab.  Before (VS 2008) After (VS 2010) The majority of feedback around this change was positive, but, as with most UI changes, there has been a vocal group that preferred the older placement.  When asked what they liked about the old placement, 99% of the time the response was, “I liked the ability to quickly close tabs by repeatedly clicking on th... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VS, Visual Studio 2010, Visual Studio, VS 2010, VS2010
5
Shouts

MsHelp » Entity Framework 4.0 – Part1: How to create a model from a database

published 1160 days, 7 hours, 41 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1161 days, 3 hours, 15 minutes ago
Saturday, March 20, 2010 6:50:43 PM GMT Friday, March 19, 2010 11:16:27 PM GMT
Entity Framework 4.0 – Part1: How to create a model from a database Posted by Sven on March 20th 2010 to .NET 4.0, Entity Framework, Visual Studio 2010 These tutorials are built using Visual Studio 2010 RC and .NET 4.0. RC. This means that Entity Framework 4.0 is used. At the moment of writing this, VS2010 and .NET 4.0 are not yet released as RTM so information provided in this post could change in the future. In this series of blog posts I’ll explain to you how to work with Microsoft... (more)
category: Data | clicked: 0 | comment | | source: mshelp.be
tags: Entity Framework, Visual Studio 2010
3
Shouts

Fix for Not able to connect to SharePoint 2010 server web sites

posted by PraveenPraveen 1164 days, 21 hours, 14 minutes ago
Tuesday, March 16, 2010 5:17:31 AM GMT
Today, I started working on SharePoint 2010 server side object model to delete all the files from the document library using batch command. I have written all the code but, I failed to connect to the web site using SPSite class. I tried all combination like with server name, ip address and many more. Always I am getting the exception that "not able to connect to SharePoint site". This is the actual exception : "The Web application at http://nb16 could not be found. Verify that you have typed the URL c... (more)
category: How To | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: Visual Studio 2010, SharePoint 2010, x64
10
Shouts

Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC - Shiju Varghese's Blog

published 1165 days, 14 hours, 36 minutes ago posted by ali62bali62b 1166 days, 18 hours, 38 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 7:54:08 AM GMT
Visual Studio 2010 RC is built against the ASP.NET MVC 2 RC version but you can easily install ASP.NET MVC 2 RTM on the Visual Studio 2010 RC. For installing ASP.NET MVC 2 RTM, do the following steps Uninstall "ASP.NET MVC 2 ". Uninstall "Microsoft ASP.NET MVC 2 – Visual Studio 2008 Tools" If you have previously installed  ASP.NET MVC 2 template for VS 2008. Install the new ASP.NET MVC 2 RTM version for Visual Studio 2008 SP1. The above steps will enable you to use ASP.NET MVC 2 RTM version on the Visu... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Visual Studio 2010, ASP.NET MVC 2
5
Shouts

Visual Studio is missing undo Move and undo Delete inside solution explorer

posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1167 days, 18 hours, 59 minutes ago
Saturday, March 13, 2010 7:32:27 AM GMT
If you move a file to another location in accident inside solution Explorer in Visual Studio, you can’t undo move, as well as you can’t undo delete if you delete it. I hope next version of Visual Studio, Microsoft will add this feature as I expect above. (more)
category: Agile | clicked: 2 | comment | | source: code2code.info
tags: Visual Studio 2010
4
Shouts

Entity Framework 4 - Modified Self-Tracking Entity framework that supports Code-Only and Persistence Ignorance

published 1168 days, 13 hours, 38 minutes ago posted by adebeeradebeer 1169 days, 1 hour, 54 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Friday, March 12, 2010 12:37:45 AM GMT
In this post I'll share with you a customised version of the VS2010 RC Self-Tracking framework that supports code-only. A persistent ignorant data access layer is also included. (more)
category: Architecture | clicked: 0 | comment | | source: codenition.blogspot.com
tags: IoC, Entity Framework, Visual Studio 2010
6
Shouts

Two More Fixes for Visual Studio 2010 Release Candidate - Nicholas Allen

published 1169 days, 14 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 1169 days, 21 hours, 19 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 5:12:40 AM GMT
Two fixes were published over the last few days to address issues reported with the Visual Studio 2010 release candidate. The first fix resolves a crash that can sometimes occur when hovering over an identifier to bring up a tooltip information display. This is a different issue than the crash when bringing up an Intellisense display with an active screen reader that was fixed a few weeks ago. The second fix addresses an issue with the... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, VS2010 RC, VS 2010, VS2010, VS 2010 RC, Visual Studio 2010 RC
7
Shouts

Some VS 2010 RC Updates (including patches for Intellisense and Web Designer fixes) - ScottGu's Blog

published 1170 days, 15 hours, 3 minutes ago posted by ali62bali62b 1172 days, 16 hours, 45 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 9:46:44 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] We are continuing to make progress on shipping Visual Studio 2010.  I’d like to say a big thank you to everyone who has downloaded and tried out the VS 2010 Release Candidate, and especially to those who have sent us feedback or reported issues with it. This data has been invaluable in helping us find and fix remaining bugs before we ship the final release. Last month I blogged... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, Visual Studio 2010 RC
5
Shouts

Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone” - Brian Harry

published 1174 days, 10 hours, 28 minutes ago posted by jantujantu 1175 days, 15 hours ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 11:32:08 AM GMT
Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone” This morning, we are announcing the beta release of Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone”, the Eclipse plugin and cross-platform command line assets that were acquired from Teamprise back in November. You can download the bits here, and participate in the associated Microsoft Connect community here. I want to use this post to provide some detail on what we’ve released here and a little information on where we’re ... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, VS 2010
10
Shouts

DotNetRocks - Show #528 - It's the Visual Studio 2010 Launch Show!

published 1179 days, 13 hours, 52 minutes ago posted by mithumithu 1182 days, 18 hours, 14 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 8:17:16 AM GMT
Carl and Richard talk to Dave Mendlen and Sam Gazitt from Microsoft about the launch event April 12-14, 2010 at the Bellagio in Las Vegas where .NET 4.0 and Visual Studio 2010 will be officially launched. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Visual Studio 2010, .Net 4.0, Microsoft, VS 2010
9
Shouts

Innovation Showcase : Visual Studio 2010 RC Resource Guide

published 1185 days, 20 hours, 32 minutes ago posted by bobfamiliarbobfamiliar 1186 days, 12 hours, 55 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 1:36:13 PM GMT
22 February 2010Visual Studio 2010 RC Resource GuideChris Bowen provides a brief guide to resources to help you quickly get started and learn about what’s new with Visual Studio 2010 and .NET Framework 4 RC. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: .net 4, Visual Studio 2010, VS2010
2
Shouts

SOLVED: "Visual Studio setup cannot run in compatibility mode." error when attempting to uninstall Visual Studio 2010 Beta 2

posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1188 days, 15 hours, 20 minutes ago
Saturday, February 20, 2010 11:11:27 AM GMT
If you are having problems upgrading from Visual Studio 2010 Beta 2 to Release Candidate (RC1) then hopefully this will get you back on your way. (more)
category: Web Dev | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: install error, bugfix, Visual Studio 2010, article
8
Shouts

Microsoft Visual Studio 2010 RC Released + Download Links | .NET Framework - Aggregated

published 1194 days, 15 hours, 9 minutes ago posted by http://snedzad.myopenid.com/http://snedzad.myopenid.com/ 1196 days, 19 hours, 50 minutes ago
Sunday, February 14, 2010 11:22:25 AM GMT Friday, February 12, 2010 6:41:13 AM GMT
The Microsoft Visual Studio 2010 Release Candidate was released last week to MSDN subscribers. Microsoft promised back then that the download would be made available to the public shortly afterwards. Microsoft kept the promise and downloads are now available for the public as well. Visual Studio 2010 offers many improvements... (more)
category: How To | clicked: 1 | comment | | source: nedzadsmajic.info
tags: Visual Studio 2010, Release Candidate, .Net 4.0
11
Shouts

Visual Studio 2010 RC is available

published 1196 days, 14 hours, 40 minutes ago posted by gpeipmangpeipman 1199 days, 16 hours, 57 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Tuesday, February 09, 2010 9:34:44 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, .NET Framework 4.0
6
Shouts

Visual Studio Tips and Tricks Setting a Tracepoint in source code - Zain Naboulsi

published 1200 days, 12 hours, 52 minutes ago posted by jantujantu 1201 days, 15 hours, 32 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 10:59:54 AM GMT
Most everyone knows what a Breakpoint is but, since Visual Studio 2005, we have had Tracepoints as well.  Unlike Breakpoints, Tracepoints give you the opportunity to unobtrusively print out information during (or after) application execution.  This tip will show you how to use the IDE to create Tracepoints but detailed instructions on how to do this in code can be found here... (more)
category: Smart Client | clicked: 2 | comment | | source: blogs.msdn.com
tags: Tips and Tricks, Visual Studio 2010, tracepoint, Microsoft, Visual Studio, VS2010, Breakpoint
3
Shouts

MsHelp » New in Visual Studio 2010: Run T-SQL from the IDE

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1204 days, 3 hours, 37 minutes ago
Thursday, February 04, 2010 10:54:40 PM GMT
New in Visual Studio 2010: Run T-SQL from the IDE Posted by Sven on February 05th 2010 to Microsoft Surface, Visual Studio 2010 I’m that kind of person that wants to know what’s installed on his machine. Visual Studio installs a lot of extra components. Things you probably don’t care about, you just know it’s something that you could use with Visual Studio. new things that I see with Visual Studio 2010 are for instance Microsoft Sync Framework. You wouldn’t even know it’s there unless... (more)
category: How To | clicked: 0 | comment | | source: mshelp.be
tags: SQL Server 2008, Visual Studio 2010
10
Shouts

Innovation Showcase : ARCast.TV - Enabling Architects with Microsoft Visual Studio 2010

published 1206 days, 14 hours, 31 minutes ago posted by bobfamiliarbobfamiliar 1208 days, 9 hours, 46 minutes ago
Tuesday, February 02, 2010 12:00:23 PM GMT Sunday, January 31, 2010 4:45:47 PM GMT
31 January 2010ARCast.TV - Enabling Architects with Microsoft Visual Studio 2010 ARCast.TV - Enabling Architects with Microsoft Visual Studio 2010 In this talk, Cameron Skinner, Product Unit Manager on the Team System team, and Zhiming Xue discuss the challenges architects often face and how they may benefit from new features in Visual Studio 2010 such as the new UML modeling tools. Technorati Tags: ARCast,Architects,Architecture,Cameron Skinner,Practical Guidance,Team System,TechTalk,UML,Visual Stu... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: UML, TechTalk, Practical Guidance, Visual Studio 2010, Architecture, Architects, Cameron Skinner, ARCast, team system
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 Next