Skip to main content

Sharepoint development improvements in Visual Studio 2010

Coding in Sharepoint is not so easy as developers get very minimum support from Visual Studio. For example, if a developer has to make a Web part then he or she has to go to Visual Studio and write down plenty of codes for creating a single control. Manytimes we also use SmartPart right. Hopefully, Microsoft Visual Studio 2010 will offer various features that will make Sharepoint developers' life much more comfortable. I am quickly listing and briefing all those:

  • Web Part Designer: Developer will get designer support for creating web parts. It will work quite similar like the Smart Part but in a better way.
  • Debugging: Debugging Sharepoint applications will be done by "F5". Yeppi, it will be same like any other program in Visual Studio.
  • Sharepoint Server Explorer: All Sharepoint items like lists, document libraries, features and templates will be viewable with in Visual Studio and developers can change and manipulate it directly. Isn't it good guys?
  • WSP Import and Creation: There will be no need to create WSPs manually. Those will be created automatically.
  • Workflow Integration: A new ASP.NET Workflow Initiation Form for the Workflow project will be available with the designer support.
  • Packaging Editor: Package Explorer will be integrated which will support packaging and structuring various Features and WSPs.

    For more information on this, you can visit the following link :
    TechEd EMEA 2008 Keynote, Including SharePoint Tools for VS
  • Comments

    Popular posts from this blog

    10 Powerful features for Sharepoint

    Windows Sharepoint Services 3.0 and Microsoft Office Sharepoint Server 2007 provide very powerful and wide range of feature riched applicationd which can be very useful for Social Networking and daily computing in any bussiness environment. In this post, I am going to list down 10 very powerful features freely available at codeplex: Podcasting Kit for SharePoint (PKS): Podcasting Kit for Sharepoint (PKS) helps to save time and money for an organization to deliver the next generation knowledgement management solution using social media. Any podcast enabled device along with the general web users can access this highly user interactive sharepoint feature. It is built with Silverlight 2.0 and Microsoft Expression Encoder 2.0 to provide the podcasting solution. To view more and to download the February 2009 beta edition, just go to http://pks.codeplex.com/ . Community Kit for SharePoint(CKS): Community Kit for Sharepoint (CKS) is a bouquet of rich features which make existing features in

    Programmatically Playing With SSRS Subscriptions

    SQL Server Reporting Services offers programmatically handling various report subscriptions. You can read the specific subscriptions and change those in code-behind as required. I assume that you are already aware about the subscription mechanism in reporting services. For some of you who are not aware about this, I would like to write that subscription in reporting services is nothing but a automated service (sql server job) defined and set by you to deliver reports at specific time or in specific events. You also define in which format the report will be presented to the user. Now whatever subscription properties you have set, everything will be stored in the ReportServer database. Schedule, Subscriptions and ReportSchedule tables contain alll those informations. Now create a Windows or Web Application. Add a Web Reference towords ReportingService2006. If SSRS is isntalled on your system then you can easily find the ReportService2006.asmx in the following url: http://servername

    The report server cannot decrypt the symmetric key that is used to access sensitive or encrypted data in a report server database...

    In SQL Server Report Manager page, sometimes you may recieve the following error: Don't worry. Just go to SQL Server Reporting Services 2008 Configuration Manager. Go to Encryption Keys tab. Click on the Delete Encrypted Content button. It will sove the issue.