TechBubbles Microsoft Technology BLOG

AuthorKalyan Bandarupalli

My name is kalyan, I am a software architect and builds the applications using Microsoft .NET technologies. Here I am trying to share what I feel and what I think with whoever comes along wandering to Internet home of mine.I hope that this page and its contents will speak for me and that is the reason I am not going to say anything specially about my self here.

Using PowerPivot for SharePoint 2010

PowerPivot applications are created using Excel 2010 using PowerPivot add-in,  You can read my post on configuring PowerPivot in SharePoint 2010 here. After creating a PowerPivot application then you need to upload it to SharePoint 2010 PowerPivot gallery so that it can share across organization. You should be able to preview the PowerPivot applications once you upload them to PowerPivot...

Extending the Ribbon in SharePoint 2010

  Presentation Layer point of view Ribbon is a big change in SharePoint 2010, which provides the consistent user experience between SharePoint and Microsoft Office products. Ribbon is defined in the form of XML and Javascript is used to provide client side functionality. The client side script is located in the following path %SharePointRootpath%\TEMPLATE\LAYOUTS\CUI.js Configuration of...

Ghosting and Unghosting in SharePoint 2010

  Two main page types in SharePoint are Application Pages and Content Pages. Application Pages are rendered from the file system and Content Pages are usually rendered from content database. Site Pages are often loaded from content database. Master Pages or Page Templates are actually being loaded from the local file system. Pages that are loaded from the file system are known as Ghosted...

SharePoint 2010 Server Object Model

This post explains the new object model hierarchy in SharePoint 2010, which describes about each object in below diagram.   Create a console project in Visual Studio and write a code snippet for each object to better understand the purpose. The classes in above diagram used for administration and configuration purpose and these are used for implementing service applications. SPFarm SPFarm...

T-SQL features in SQL Server 2012

  This post discuss about new T-SQL features in SQL Server 2012. The features which I am going to discuss here are Window Functions. Windowing and additional analytic functions are very cool and they are replacing cursors in T-SQL. Cursors are still available for use but windowing functions give better performance over cursors. What is window function? Window function is a function that...

Single Page Applications using ASP.NET

What is Single Page Application? Single Page Application is an architecture for web applications. It combines the best of web and desktop, built with HTML5 and JavaScript.Single Page Applications are rich and responsive. You do not need any browser plug-ins needs to install for this architecture, it is a standard web technology that is going to work on any device, operating system and browser...

Visual Studio 2011 Beta download link

  Visual Studio 2011 Beta release was announced on 29th February 2012 and you can download the beta version from here. To know what is new in Visual Studio 2011 beta, you can read my post here. To submit your feedback, ideas or to discuss about the features visit the link here. To know more about what is new metro style application development in Windows 8 read the post here. Follow the BLOG...

What’s new in Visual Studio 2011 and ASP.NET 4.5

  This post discuss about features in upcoming version of ASP.NET and Visual Studio. Most of the features are around HTML5, CSS and JavaScript. It also discuss about tools and abilities that required to built the modern websites. I am summarizing the MadsKristensen presentation on What’s new in Visual Studio 2011 and ASP.NET 4.5.   HTML5/CSS3/JavaScript Adding audio and video tags is...

ASP.NET Web API

    ASP.NET Web API is Framework for building for building HTTP services on top of the .NET Framework. It ships with ASP.NET MVC 4. You can install the ASP.NET MVC 4 from here. ASP.NET Web API is a integrated Framework resulted in joint effort from WCF and ASP.NET teams. WCF REST is now replaced by ASP.NET Web API. You can read the post to migrate your existing WCF Web API to ASP.NET...

Visual Studio 2011 Beta Developer Experience

This post briefly discusses about developer scenarios and improved developer experience in Visual Studio 2011 IDE. The modern IDE inside Visual Studio 2011 looks promising and contain simplified developer workflows.   The first change in IDE is toolbar- it is reduced by 35%. Tightened up around UI lots of lined work. The color schema for content has been changes so you can see the code much...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud