Browse by Tags
All Tags »
vs shell (
RSS)
New msdn page on Visual Studio extensibility - UML Tools, DSL Tools , IDE, Debugger, and much more. Check it out - here
Pablo Galiano released a cool tool for dev's - called StickyNotes . This is a tool for VS2008 that allows to attach sticky notes to your code - no more //TODO: that never done :-) Check out the screenshots and for less then $10 this cool thing can be yours ! Here a short description that I've copied in: There are two types of comments: Permanent comments Used for reference and code maintenance Usually describe an algorithm or why we just did something in a particular manner Temporary comments...
After a couple of weeks of crappy Internet connections I finally managed to connect via my cell phone (still crappy though). Visual Studio Extensibility Localized VS Shell (w/ SP1) Download Links T4 Editor - Clarius' T4 Editor ships V1.0 DSL DSL Questions and answers by Martin Fowler ASP.NET jQuery and Microsoft Algorithms Back To Basics: Algorithms and Going Back To Virtual School Functional programming The Weekly Source Code 34 - The Rise of F# Object Oriented F# - Extension Everything Side...
תגים:WPF, ASP.NET, C#, F#, VSX, DSL, Best Practices, AOP, framework, vs shell, SOA, Functional, Tech, DEV, ASP.NET MVC, Blog Carnival, MEF
ASP.NET A solution for the partial rendering issue: CS1502: The best overloaded method match for 'System.IO.TextWriter.Write(char)' has some invalid arguments error The correct code would be: <% Html.RenderPartial("somecontrol.ascx", SomeDataEntity ) %> Read all about it Visual Studio Extensibility LearnVSXNow - updated wiki Extensible Framework Design Studio Released - download Architecture / Software design Revisiting the onion F# F# Community Technical Preview (CTP) Release...
תגים:ASP.NET, F#, VSX, VSSDK, VSAddin, VSPackage, framework, vs shell, Architecture, Functional, DEV, Blog Carnival, MEF
Just run the following in cmd: DevEnv.exe /installvstemplates note: if you have Visual Studio 2005 and 2008 installed use full path to devenv.
How do I save a project via API in silent mode Interfaces and classes needed IVsSolution And the guids needed to handle menus: Menus Microsoft.VisualStudio.Shell.VsMenus, Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0 Commands Microsoft.VisualStudio.VSConstants.VSStd2KCmdID, Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0 Microsoft.VisualStudio.VSConstants.VSStd97CmdID, Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0 Project kinds VSLangProj.PrjKind, VSLangProj, Version=7.0.3300.0 VSLangProj2...
Pablo continues his series on various how to scenarios in VS Extensibility - How do I intercept a Visual Studio command execution and How do I know if Visual Studio is running in elevated mode .
VSX (Visual studio extensibility) team has a new post on how to enable visual studio addin's in Isolated VS Shell.