VS2010
Tag details
Welcome to the 'VS2010' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'VS2010'.
Look up
"VS2010"
at The Free Dictionary
Latest blogosphere posts tagged “VS2010”
-
Dew Drop – November 30, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Creating GUIDs in Visual ...9 hours ago -
Creating complex activities in the workflow designer
MSMVPS.COM —
Authority: 650
In Windows Workflow Foundation 4 there are a number of “activities” in the designer that aren’t really activities but activity templates. The most obvious of there are the ReceiveAndSendReply and the SendAndReceiveReply in the Messaging section of the toolbox. If you search for either of these activities ...9 hours ago -
Online presentation: Meet the New Workflow WF4
MSMVPS.COM —
Authority: 650
Tomorrow I will be doing an online presentation about Windows Workflow Foundation 4. The meeting lasts 1 hour and starts at 4PM European time, 3PM UTC or 7AM PST. The goal is to provide an overview of WF4 and how to get started with it in Visual Studio 2010. I will be doing the meeting using LiveMeeting ...13 hours ago -
Visual Studio "painful" releases and "painless" releases for add-ins. VS 2010 belongs to the first group (by far). And maybe next ones too...
MSMVPS.COM —
Authority: 650
There are "painful" Visual Studio releases which require you a lot of testing and changes in your add-in, a lot of time isolating bugs to reproduce them with the minimal code, and a lot of wait until they are fixed in some beta, CTP, etc: - VS.NET2002: introduced a new automation model (EnvDTE) very different to ...2 days ago -
Try visual studio beta with windows 7 with xp mode
Alkampfer's Place —
Authority: 127
This is not a new tip, it was already gave by many others, but it worth mentioning again. When you want to try beta software the best solution is using a virtual machine, to avoid the installer to break your dev machine. With windows7 you have another option, the xp mode . AS you can see I can launch visual ...2 days ago -
Dew Drop – November 27. 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Team Build and Layer ...3 days ago -
TryCatch activity in WF4
MSMVPS.COM —
Authority: 650
I can’t say I am a fan of the way the TryCatch activity is implemented in Windows Workflow Foundation 4. For starters there is a Finally block where you can add some activities you want to execute. Sounds nice and very much like the try/catch/finally code construct we have in C# or Visual Basic. Except that it ...3 days ago -
Dew Drop – November 25, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Web Deployment ...5 days ago -
Recorrer un GridView y verificar si un CheckBoxField esta Checked o no usando C# y ASP.NET
MSMVPS.COM —
Authority: 650
Hola Amigos, s i te gusta los posts en mi blog, por favor sígueme en Twitter bajo @lalfarod para ver mis aportaciones. Para la mayoría de ustedes que leen mi blog, este post es bien simple, pero créanme que muchos en la comunidad no lo sabían el día de hoy, por lo tanto los ...5 days ago -
Dew Drop – November 24, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Source Code for ...6 days ago -
Innovation Showcase Headlines – 11/23/2009
Bob's Blog —
Authority: 123
Here are this weeks headlines from the Innovation Showcase … PDC09 - Microsoft to Open Source the .NET Micro Framework Microsoft Sync Framework Power Pack for SQL Azure The IT Complexity Crisis: Danger and Opportunity Adding Unique Windows 7 Technical...( read more )1 week ago -
Issue with Team Build 2010 Beta 2 (on some localized machines): Value cannot be null. Parameter name: path1
MSMVPS.COM —
Authority: 650
I got this strange litte error a while back when I tried to run a newly created build definition: “Value cannot be null. Parameter name: path1”. Not much to go on in that message… My configuration is a Windows 7 x64 and VS 2010 Beta 2 Ultimate with TFS Basic running locally. Build controller and agent ...1 week ago -
Dew Drop – November 23, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Announcing: Reflector Addin Toolkit on ...1 week ago -
Come see Scott Guthrie talk on Visual Studio 2010, web development and Silverlight 4
Katrien's MSDN Blog —
Authority: 112
On December 4th we have a top speaker and .NET guru visiting Belgium: Scott Guthrie is doing a full afternoon at Kinepolis. This is your chance to attend a live session, be quick to register before all places are taken. The event is filling up really fast. What will Scott Guthrie talk about? Bringing ...1 week ago -
Dew Drop – November 20, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Depends vs Call, Do you ...1 week ago -
Windows Workflow Foundation 4 and persistence
MSMVPS.COM —
Authority: 650
The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008. It is based on the InstanceStore class to if you prefer some other store all you need to do is ...1 week ago -
Importing Visual Studio settings destroys commandbars of add-ins
MSMVPS.COM —
Authority: 650
There is a bug/issue that I reported years ago for VS 2005 and was not even acknowledged as a bug but "by design". VS 2010 (Beta 2) still exhibits it so I keep pushing to get if fixed (the original bug report was lost, I think it died when MSDN Product Feedback became Microsoft Connect): VS 2010 Beta2: importing ...1 week ago -
Add-ins and the "Tools", "Customize" dialog, "Commands" tab of Visual Studio 2010 (Beta 2)
MSMVPS.COM —
Authority: 650
In VS 2008 (and previous versions), when you opened the "Tools", "Customize..." dialog, "Commands" tab, you got a list of "categories", and each category has a list of commands that you could drag and drop on some toolbar to create a button from that command. For commands provided by add-ins, you had the "Add-Ins" ...1 week ago -
PDC09 – Day Two – Windows Workflow Foundation 4.0 from the Inside out
MSMVPS.COM —
Authority: 650
Bob Schmidt – Program Manager For WF4: Programs are data Scheduler-based program execution stackless & serializable Runtime-mediated code rendezvous Natural Control flow run it the way you think of it Authoring WF is an activity Can author ...1 week ago -
PDC09 – Day Two – Developing Advanced Applications with Windows Azure
MSMVPS.COM —
Authority: 650
Steve Marx – Technology Strategist Now we can have the ability to have more than a Web and a Work Role, since we have several different types of Roles. Example: IIS Role SMTP Role … Now the there is the new Storage API that is currently being shipped with the SDK and not only a sample. ...1 week ago
