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.

Web Essentials and CSSCop for Visual Studio 2010

  This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications faster. A new extension CSSCop which is a FXCop for style sheets. You can download the Web Essentials for Visual Studio 2010 here. The CSSCop can be download from here. Download link for Image Optimizer is here. You can read my previous post on Web Standards...

Visual Studio Achievements

  What is Visual Studio Achievements? Gamification is an idea behind Visual Studio Achievements. Visual Studio is a powerful tool and it contains many features which you may not know about it. Visual Studio Achievement is something you earn when you unlock the Visual Studio feature. It is an add-in to Visual Studio and works with Visual Studio 2010 professional and above. If you are having a...

What is SharePoint Solution Package?

  What is SharePoint Solution Package? SharePoint has a system which bundles all the components of a SharePoint Foundation extension in to a single file which is called a Solution Package. The Solution Package file has the extension .wsp.  The contents of solutions package are Assemblies Web Parts Site Definition files -  Site definition is a unique type of SharePoint website. It...

Microsoft Codename Cloud Numerics

Microsoft Codename “Cloud Numerics” is a new .NET programming framework which can be used to perform intensive numeric computations on large distributed data sets. If you are some one who works with large data sets, extracting the data and forming and simulating the models then you might need more computing power and memory.

Windows Store for Developers

Windows store is really an important part of Windows 8 platform. Windows store is the place where user find the metro-style apps. Windows Store is the distribution point for metro style applications. The idea behind building the windows store is connecting people to as many apps as possible. Additional details about the Developer opportunity coming on windows 8 with the windows store can be found...

Configuring Custom Master Page in SharePoint 2010

This post discusses about configuring custom master page in SharePoint 2010 website. You might have use custom images, custom style sheets to create new master page in SharePoint. Follow the below steps to apply custom master page in SharePoint 2010. 1. Place your custom style sheets in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\1033\STYLES this is...

Impersonation and Delegation in WCF

  Impersonation is a technique that WCF Services use to authorize the caller’s identity to access to service resources such as files and database tables. Service resources can be located either on local service machine or remotely hosted. The resources are being accessed by WCF Service’s process identity or specific windows identity. Difference between Impersonation and Delegation in WCF...

Application Lifecycle Management in Visual Studio 11

  This post discusses about new Application Lifecycle Management features in Visual Studio 11. Application Lifecycle Management represents how do you prioritize your requirement, how do you breakdown them into tasks and how do you implement those tasks.   Start with the Requirements, Visual Studio 11 coming up with new tool PowerPoint Storyboarding which you can use for visualise your...

How to choose right WCF binding?

Binding in WCF defines how clients can connect with your service. The base class for all bindings in WCF is System.ServiceModel.Channels.Binding. A Binding includes definition for WS-* protocols used, the message encoding and the transport protocol.
The available WCF Bindings are

wsHttpBinding
basicHttpBinding
netTcpBinding
netNamedPipeBinding
netMsmqBinding
wsDualHttpBinding

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud