VisualStudio2010
Tag details
Welcome to the 'VisualStudio2010' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'VisualStudio2010'.
Look up
"VisualStudio2010"
at The Free Dictionary
Latest blogosphere posts tagged “VisualStudio2010”
-
Imtech Master Pages and Page Layouts Extension
Waldek Mastykarz —
Authority: 121
In the last few posts I wrote about the Visual Studio SharePoint development tools and showed you a few cool things that you can achieve using the extensibility API provided with the tools. The extensions I previously showed you, allowed you to explore SharePoint objects or generate items out of it. But did you know ...2 hours ago -
Get fully qualified assembly name – Extending Visual Studio SharePoint development tools tip #3
Waldek Mastykarz —
Authority: 121
While extending the Visual Studio SharePoint development tools you might be working on an extension that would be using the fully qualified (4-part) name of an assembly. It could be for example a custom Deployment Step or a MSBuild Task. Code In most scenarios you might be considering using the following code to get ...1 day ago -
Add assembly reference – Extending Visual Studio SharePoint development tools tip #2
Waldek Mastykarz —
Authority: 121
If you work a lot with custom assemblies that you reference from your SharePoint Projects in Visual Studio SharePoint development tools, you might want to create an extension that does that automatically for you. References In your project you need the following assembly references: EnvDTE (Enable Interop Types: ...1 day ago -
Visual Studio 2010: Add an extra context menu item to the document tab
Kris' blog —
Authority: 110
I got this question in one of the newforums over at ASP.NET . I took a bit of time to search and this is the resultI came up with: Default : By default when you right click on the MDI document tab you get this context menuwhich will look familiar to most people from previous versions of ...2 days ago -
Including additional assemblies in the WSP with Visual Studio SharePoint development tools
Waldek Mastykarz —
Authority: 121
The new Visual Studio SharePoint development tools simplify work for SharePoint developers. Out-of-the-box the tools have some great functionality and knowing about these gems allows you to fully benefit of the power of the new tools. One of such gems can be used to make the process of provisioning multiple assemblies ...3 days ago -
Execute T-SQL Statements in Entity Framework 4
Gil Fink on .Net —
Authority: 407
Execute T-SQL Statements in Entity Framework 4 In this post I’m going to show a new Entity Framework 4 feature that enable us to execute T-SQL from the ObjectContext directly to the database. Executing T-SQL Statements from ObjectContext One of the new improvements in ...5 days ago -
Imtech Get SPMetal Definition Extension
Waldek Mastykarz —
Authority: 121
SPMetal is a part of the new SharePoint development toolset that allows you to generate the definitions for use with Linq to SharePoint. In the current release SPMetal is a command-line tool. At least it was, because using Imtech Get SPMetal Definition Extension you can use it from your SharePoint Server Explorer in ...6 days ago -
Imtech Create Page Layout Content Type Extension
Waldek Mastykarz —
Authority: 121
Generating Page Layouts from Content Types was one of the functionalities of Imtech Fields Explorer – a tool that I’ve built for MOSS 2007. With the new Visual Studio SharePoint development tools there is no need for yet another tool in your toolbox. Imtech Fields Explorer will eventually be fully integrated in ...6 days ago -
Ness Tziona Usergroup 1 Year Birthday Party
Ohad's Blog —
Authority: 116
Last Wednesday we celebrated a year of community work with the Ness Tziona Usergroup ! The meeting which included a lecture by Pavel about What’s new in C# 4.0 & Visual Studio 2010 grouped together more than 100 attendees who enjoyed a great lecture, 2 cakes, lots of pizza slices, balloon and a handful of ...1 week ago -
Update: Imtech Run PowerShell Script Deployment Step v1.1
Waldek Mastykarz —
Authority: 121
I’ve just posted a minor update of the Imtech Run PowerShell Script Deployment Step . There are two things I’ve changed in the v1.1. First of all the PowerShell Script properties are now being displayed in a separate category called Deployment in the Properties Window. This makes it easier to find and track ...1 week ago -
Creating parameterized Deployment Steps for Visual Studio SharePoint development tools
Waldek Mastykarz —
Authority: 121
One of the extensibility points of the new Visual Studio SharePoint development tools are the Deployment Steps: tasks that are executed during the Deployment Process in Visual Studio. The tools allow you not only to specify different Deployment Configurations using available Deployment Steps but also to create your ...1 week ago -
Working with Site Definitions using the Visual Studio SharePoint development tools
Waldek Mastykarz —
Authority: 121
One of the new capabilities of the new Visual Studio SharePoint development tools is support for creating Site Definitions. Using the Site Definition SharePoint Project Template you can create and test Site Definition. In order to fully benefit of the new tools there are a couple of things you have to keep in mind. ...1 week ago -
Extensibility Series – WPF & Silverlight Design-Time Code Sharing – Part I
Karl On WPF - .Net —
Authority: 444
This is the first in series of posts called the “Extensibility Series.” This series will cover writing design-times for WPF & Silverlight custom controls for the WPF & Silverlight Designer for Visual Studio 2010 that target .NET 4.0 and Silverlight 3 and 4. I will use the term Designer for the rest of ...1 week ago -
Prism 2 (Composite Application Guidance for WPF & Silverlight) migrated to Silverlight 4 Beta
Damian Schenkelman's Blog —
Authority: 110
Most of you know that a Silverlight 4 Beta was released last Wednesday, after Scott Gu’s PDC keynote . If you are a Prism user, and if you are reading this there’s a high chance you are, you are probably wondering how this relates to p&p future plans. Well, Blaine has given us a brief idea of Prism’s ...1 week ago -
Deploying a Web Part with Code Access Security in Visual Studio 2010 (SP2010)
Corey Roth - DotNetMafia.com - Tip of the Day —
Authority: 116
By now, you have heard about how the SharePoint 2010 development experience has been improved. We can easily deploy web parts and other code without having to manually manipulate any XML files. What about under partial trust though? Many of you that know me know that I have pushed using Code Access Security ...1 week ago -
Copy Source as Html in Visual Studio 2010
Corey Roth - DotNetMafia.com - Tip of the Day —
Authority: 116
I was working on my first SharePoint 2010 post today since I actually installed some bits and quickly discovered that I did not have Copy Source As Html working with Visual Studio 2010 Beta 2. If you’re a blogger like me, you will find that you are quite addicted to this useful tool as it makes pasting good ...1 week ago -
SharePoint 2010 Dev TidBit – Small bug in VS2010 Beta 2 SharePoint Tools (that’s fixed in RTM)
Andrew Connell [MVP MOSS] —
Authority: 120
I ran into this doing a few code samples for SharePoint 2010 using the Visual Studio 2010 Beta 2 SharePoint tools. Passing it along as it threw me for a loop when I first saw it. First, in case you aren’t aware, the SharePoint “things” you add to a project in Visual Studio 2010 are called SharePoint Items ...1 week ago -
Imtech Run PowerShell Script Deployment Step
Waldek Mastykarz —
Authority: 121
In my previous article I wrote about extending the Visual Studio SharePoint development tools. Now it’s time for the first extension: Imtech Run PowerShell Script Deployment Step. Deploying solutions using the Visual Studio SharePoint development tools The new Visual Studio SharePoint development tools help you ...1 week ago -
Extending Visual Studio SharePoint development tools with custom Project menu options
Waldek Mastykarz —
Authority: 121
SharePoint 2010 ships with a great development story. Using the new Visual Studio SharePoint development tools you can create SharePoint solutions easier and faster. Visual Studio SharePoint development tools provide you out of the box with a great number of Project and Item Templates which allow you to create the ...1 week ago -
Visual Studio 2010: Generating sequence diagrams on the fly
PimpThisBlog.com - Latest published stories —
Authority: 465
One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will show you how to generate sequence diagrams on the fly.1 week ago
