Visual Studio 2010
Tag details
Welcome to the 'Visual Studio 2010' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Visual Studio 2010'.
Latest blogosphere posts tagged “Visual Studio 2010”
-
Innovation Showcase Headlines – 11/30/2009
Bob's Blog —
Authority: 124
The Innovation Showcase delivers the all the news that fit to feed… PDC09 – Session, Video and PPT List by Greg Duncan Windows 7 Books for Developers and Administrators Securing REST-Based Services with Access Control Service ARCast.TV - Albert...( read more )1 day ago -
Troubleshooting Sandboxed Solutions in SharePoint 2010
Corey Roth - DotNetMafia.com - Tip of the Day —
Authority: 117
I have a talk coming up on Code Access Security at SharePoint Saturday Kansas City next month so I have been investigating sandboxed solutions quite a bit. After all, sandboxed solutions are just another flavor of using CAS with some additional things thrown in. However, after I got my SharePoint server installed ...2 days ago -
Imtech Master Pages and Page Layouts Extension
Waldek Mastykarz —
Authority: 123
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 days ago -
Creating new files – Extending Visual Studio SharePoint development tools tip #5
Waldek Mastykarz —
Authority: 123
It’s probably one of the most obvious types of extensibility – to generate files out of content existing in a SharePoint Site. There are many examples already there available either in SharePoint Designer or the Visual Studio SharePoint development tools. Still there are many things yet to be created. Knowing how ...2 days ago -
Extending generic folder nodes – Extending Visual Studio SharePoint development tools tip #4
Waldek Mastykarz —
Authority: 123
Generic explorer nodes, like the Features or the Content Types node, weren’t really made to be extended. After all, all they do is to wrap the “real” nodes, so that using the SharePoint Explorer is easier and better performing. Still, there might be situations, when you could want to add some extra ...2 days ago -
Get fully qualified assembly name – Extending Visual Studio SharePoint development tools tip #3
Waldek Mastykarz —
Authority: 123
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 ...3 days ago -
Add assembly reference – Extending Visual Studio SharePoint development tools tip #2
Waldek Mastykarz —
Authority: 123
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: ...3 days ago -
Get active project – Extending Visual Studio SharePoint development tools tip #1
Waldek Mastykarz —
Authority: 123
One of the things that I very often needed, while creating Visual Studio SharePoint development tools extensions, was a reference to the current project. No matter whether you want to add a reference or a new project item, a reference to the object that represents the current project is the first part of the solution. ...3 days ago -
Extending Visual Studio SharePoint development tools: good to know
Waldek Mastykarz —
Authority: 123
The new Visual Studio SharePoint development tools are way more than “only” a set of tools that helps you during the process of developing SharePoint 2010 solutions. The new development tools ship with a whole framework that allows you to extend the tools to fit your specific needs. While the team responsible for ...3 days ago -
Visual Studio 2010: Add an extra context menu item to the document tab
Kris' blog —
Authority: 112
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 ...4 days ago -
Including additional assemblies in the WSP with Visual Studio SharePoint development tools
Waldek Mastykarz —
Authority: 123
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 ...5 days ago -
Extending the packaging process of the Visual Studio SharePoint development tools
Waldek Mastykarz —
Authority: 123
The new Visual Studio SharePoint development tools ship with a broad support for the process of developing SharePoint solutions. One part of that process is packaging SharePoint artifacts into a WSP package and deploying it to a SharePoint server. By know you probably know that the Visual Studio SharePoint development ...6 days ago -
Update: Imtech Get SPMetal Definition Extension v1.1
Waldek Mastykarz —
Authority: 123
A couple of days ago I published the Imtech Get SPMetal Definition Extension – an extension for the new Visual Studio SharePoint development tools that allows you to generate the SPMetal code for an existing SharePoint Site from the SharePoint Server Explorer. Just a few hours after publishing it I got some great ...1 week ago -
Execute T-SQL Statements in Entity Framework 4
Gil Fink on .Net —
Authority: 406
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 ...1 week ago -
Imtech Get SPMetal Definition Extension
Waldek Mastykarz —
Authority: 123
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 ...1 week ago -
Imtech Create Page Layout Content Type Extension
Waldek Mastykarz —
Authority: 123
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 ...1 week 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: 123
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: 123
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: 123
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

