Tag: Microsoft Visual Studio

  • Umbraco CMS with ASP.NET MVC – Part 4 The MVC Recipe

    Umbraco CMS with ASP.NET MVC – Part 4 The MVC Recipe

    Dear readers, Its been very long time that I have written any blog posts and in meantime there has been significant changes in Umbraco and its documentation on ASP.NET MVC. Few updates on this topic before I start, ASP.NET MVC is now enabled out of the box rather than WebForms in Umbraco. This blog series was first started with Umbraco version 7.1.1 but concept is same…

  • Umbraco CMS with ASP.NET MVC – Part 3 Inside Visual Studio

    Umbraco CMS with ASP.NET MVC – Part 3 Inside Visual Studio

    In this post for Umbraco CMS we will learn regarding creating Visual Studio Solution. Main motive behind creating VS Solution is to work in proper structured manner and when work in team it is helpful so that Team can Commit their file changes under Source Control when developing with Umbraco CMS. In the Introduction post you can read the brief roadmap about posts…

  • Code Generation using Sitecore Rocks and Visual Studio

    Index Points Introduction Assumptions Code Generation Steps using Sitecore Rocks Image Guided Steps for Code Generation using Sitecore Rocks Conclusion Reference Links   Introduction This post will guide you on how to work with code generation using Sitecore Rocks. Assumptions You have already setup Sitecore site visual studio solution. If not then you may follow the steps…

  • Installing .NET 3.5 service pack 1 along with application setup

    Many of us would have been creating setups for applications either using WinForms or WPF and other such, but we really ignore the fact that users might not have all the prerequisites that our application requires to work. Possibilities for that might be one or more as below: User do have .NET framework even installed.…