kalyanms1
Name: kalyanms1
Score: 2,002.41
Last Seen: 2 days, 23 hours, 21 minutes ago
Member Since: 3 February, 2009
DotNetShoutout
atom rss
7
Shouts

Using PowerPivot for SharePoint 2010 | TechBubbles

published 369 days, 16 hours, 53 minutes ago posted by kalyanms1kalyanms1 377 days, 15 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Thursday, May 10, 2012 10:42:41 AM GMT
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 gallery and it is more user engaging. Silverlight needs to be installed to use PowerPivot gallery. You can get thre... (more)
category: Architecture | clicked: 19 | comment | | source: www.techbubbles.com
tags:
6
Shouts

Extending the Ribbon in SharePoint 2010

published 369 days, 16 hours, 53 minutes ago posted by kalyanms1kalyanms1 377 days, 23 hours, 57 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Wednesday, May 09, 2012 11:01:14 AM GMT
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 Ribbon is stored in XML file in %SharePointRootPath%\TEMPLATE\GLOBAL\XML\CMDUI.XML. (more)
category: Architecture | clicked: 35 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Ghosting and Unghosting in SharePoint 2010 | TechBubbles

published 369 days, 16 hours, 53 minutes ago posted by kalyanms1kalyanms1 379 days, 32 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Tuesday, May 08, 2012 10:26:12 AM GMT
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 Pages. When pages are being customized using SharePoint 2010 designer the changed page content is stored in the content... (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Single Page Applications using ASP.NET | TechBubbles

posted by kalyanms1kalyanms1 443 days, 14 hours, 18 minutes ago
Sunday, March 04, 2012 8:39:47 PM GMT
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. You can develop Single Page Applications using ASP.NET MVC\Web Forms technologies. Benefits 1. Great user e... (more)
category: Web Dev | clicked: 42 | comment | | source: www.techbubbles.com
tags: ASP.NET
4
Shouts

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

published 439 days, 13 hours, 41 minutes ago posted by kalyanms1kalyanms1 448 days, 11 hours, 50 minutes ago
Thursday, March 08, 2012 9:17:15 PM GMT Tuesday, February 28, 2012 11:08:25 PM GMT
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 really simple now! Productivity features like color selector in CSS is just an example of how it improves the d... (more)
category: Architecture | clicked: 61 | comment | | source: www.techbubbles.com
tags: Visual Studio 2011, ASP.NET 4.5
3
Shouts

Web Essentials and CSSCop for Visual Studio 2010 | TechBubbles

published 470 days, 16 hours, 36 minutes ago posted by kalyanms1kalyanms1 471 days, 11 hours, 59 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Sunday, February 05, 2012 10:59:12 PM GMT
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 update here to refresh your memories.   Image Optimizer -  It automatically optimize PNG, GIF and JPEG files wit... (more)
category: Architecture | clicked: 63 | comment | | source: www.techbubbles.com
tags: Visual Studio 2010
2
Shouts

What is SharePoint Solution Package? | TechBubbles

posted by kalyanms1kalyanms1 490 days, 13 hours, 2 minutes ago
Tuesday, January 17, 2012 9:56:26 PM GMT
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 contains (onet.xml, webtemp*.xml, and default.aspx)Application Pages -  these can be .aspx pagesResource files and resourc... (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
4
Shouts

Configuring Custom Master Page in SharePoint 2010 | TechBubbles

published 569 days, 14 hours, 16 minutes ago posted by kalyanms1kalyanms1 571 days, 14 hours, 28 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Friday, October 28, 2011 8:29:40 PM GMT
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. Place your custom style sheets in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\1033\STYLES this is the default SharePoint Point path where it stores it’s css files. 2.Place your custom images in C:\Program ... (more)
category: Architecture | clicked: 24 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
13
Shouts

Impersonation and Delegation in WCF | TechBubbles

published 572 days, 20 hours, 8 minutes ago posted by kalyanms1kalyanms1 575 days, 14 hours, 22 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 8:36:01 PM GMT
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? Impersonation is used to access the resources when the resources are on the same machine as the service. Delegation i... (more)
category: Web Dev | clicked: 54 | 1 comment | | source: www.techbubbles.com
tags: WCF
2
Shouts

Application Lifecycle Management in Visual Studio 11 | TechBubbles

posted by kalyanms1kalyanms1 576 days, 15 hours, 18 minutes ago
Sunday, October 23, 2011 7:40:03 PM GMT
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 customer requirements without writing a single line of code. You will be presenting with different templates and la... (more)
category: Agile | clicked: 4 | comment | | source: www.techbubbles.com
tags: Visual Studio 11
2
Shouts

How to choose right WCF binding? | TechBubbles

posted by kalyanms1kalyanms1 577 days, 13 hours, 26 minutes ago
Saturday, October 22, 2011 9:32:28 PM GMT
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 arewsHttpBindingbasicHttpBindingnetTcpBindingnetNamedPipeBindingnetMsmqBindingwsDualHttpBinding Consider the following scenarios when your are choosing the WCF BindingConsider using wsHttpBinding when you need to support clients... (more)
category: Web Dev | clicked: 9 | comment | | source: www.techbubbles.com
tags: WCF
2
Shouts

Transport and Message Security in WCF | TechBubbles

posted by kalyanms1kalyanms1 578 days, 12 hours, 25 minutes ago
Friday, October 21, 2011 10:33:32 PM GMT
This post discusses about transport and message security. In Transport Security user credentials and claims are passed using transport layer. The transport protocols are TCP, HTTP, MSMQ and IPC. Each of these protocols have their own mechanism for passing user credentials. The most common approach is using secure socket layer(SSL) for encrypting the details which sent over HTTPS.   Scenarios where you can use the Transport SecurityUse the Transport Security model when you want to send the message fro... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags: WCF
3
Shouts

Why WebSockets? | TechBubbles

posted by kalyanms1kalyanms1 598 days, 12 hours, 51 minutes ago
Saturday, October 01, 2011 10:06:49 PM GMT
WebSockets are required to develop the rich and real time web applications. WebSockets can securely enable the real-time web. Before explaining the need of WebSockets we see what current Web is and it’s limitations. What is Current Web? We have rich web applications in current web which does the bi-directional communication. HTTP is a request-reply protocol and it is hard to PUSH on top of this protocol. Current programming model use different techniques to get connect with server, one of them is P... (more)
category: Web Dev | clicked: 8 | comment | | source: www.techbubbles.com
tags: ASP.NET 4.5, websockets
2
Shouts

Calling ASP.NET AJAX Modal Window from JavaScript | TechBubbles

posted by kalyanms1kalyanms1 602 days, 14 hours, 7 minutes ago
Tuesday, September 27, 2011 8:51:17 PM GMT
This post discusses about calling AJAX model window from JavaScript. The scenario is checking the UI controls in page and alerting the user if he is leaving the page without saving the data. This shows confirmation window with yes and no buttons. The Form body code looks as below 1: (more)
category: Web Dev | clicked: 6 | comment | | source: www.techbubbles.com
tags: ASP.NET
2
Shouts

Creating Web Applications with HTML5 WebSockets | TechBubbles

posted by kalyanms1kalyanms1 603 days, 13 hours, 13 minutes ago
Monday, September 26, 2011 9:44:56 PM GMT
WebSockets enables the real-time web where the information is available to the user the moment it is published. WebSockets are standard based, Interoperable across browsers and very simple to use. We got the WebSockets support everywhere it is available on browsers, windows run time, WCF, ASP, IIS etc. This post gives you the basic idea about WebSockets and the technicalities behind this concept. There is a deep desire for speed to get the information as quickly as possible. Typical examples where user... (more)
category: Web Dev | clicked: 7 | comment | | source: www.techbubbles.com
tags: websockets, HTML
3
Shouts

Download Visual Studio 11 Developer Preview (MSDN and Public)

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 613 days, 7 hours, 25 minutes ago
Saturday, September 17, 2011 3:33:31 AM GMT
Microsoft released Visual Studio 11 Developer Preview to the developer community. First they released it for the MSDN subscriber that means, it was available only for MSDN subscribers till the date it was announced. Now it is available for general public. You can now download it and start exploring the features. You can also start developing Windows 8 applications using this IDE. In this post, I am going to share you the links for both MSDN and general public download. Grab it and start exploring. (more)
category: How To | clicked: 5 | comment | | source: www.kunal-chowdhury.com
tags: VisualStudio11, Visual Studio 11, Visual Studio, VisualStudio
5
Shouts

Document tabs in Visual Studio 11 Developer Preview

published 610 days, 16 hours, 24 minutes ago posted by SergeyVlasovSergeyVlasov 612 days, 23 hours, 52 minutes ago
Monday, September 19, 2011 6:34:23 PM GMT Saturday, September 17, 2011 11:06:30 AM GMT
Visual Studio 11 Developer Preview was released this week. Let's see what's new with document tabs in the IDE. (more)
category: How To | clicked: 40 | 16 comments | | source: blog.tabsstudio.com
tags: VS11, tabs
2
Shouts

Creating Data-driven web apps using ASP.NET 4.5 Web Forms | TechBubbles

posted by kalyanms1kalyanms1 611 days, 14 hours, 28 minutes ago
Sunday, September 18, 2011 8:30:06 PM GMT
Data binding is simpler and more powerful in ASP.NET 4.5 Web Forms.This post discuss about creating Data-driven application using ASP.NET 4.5 preview. It also discuss about different Data access methods, particularly about model access binding features in Web Forms. You need to install Visual Studio 11 Developer preview to use this feature. You can read this post for links to download etc.. Typical ASP.NET developer may use one of the following Data Access mechanisms for binding the dataYou may setup yo... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags: ASP.NET 4.5, ASP.NET 4.5 Web Forms
2
Shouts

Visual Studio 11 Web and .NET 4.5 Developer Preview and ASP.NET 4.5 | TechBubbles

posted by kalyanms1kalyanms1 611 days, 17 hours, 19 minutes ago
Sunday, September 18, 2011 5:39:12 PM GMT
Three days ago, Visual Studio 11 Developer Preview and .NET 4.5 were announced. You can get the more details from here. You can download the Visual Studio 11 Developer preview from here. You can run Visual Studio 2010 and Visual Studio 11 developer preview side by side.   .NET Framework 4.5 Developer Preview can be downloaded from here Visual Studio 11 Developer Preview includes new features likeEditor support for CSS3Editor support for HTML5 and Javascript More about the features and ASP.NET 4.5 dev... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.techbubbles.com
tags: ASP.NET 4.5
7
Shouts

Web Standards Update for Visual Studio 2010 Editor | TechBubbles

published 615 days, 16 hours, 45 minutes ago posted by kalyanms1kalyanms1 616 days, 12 hours, 30 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Tuesday, September 13, 2011 10:28:14 PM GMT
Web Standards Update for Visual Studio 2010 SP1, which provides HTML5 and CSS3 support. Microsoft team said Visual Studio next version have better support for HTML5. This update gives you HTML5 Intellisense and fixes some bugs in SP1 support for HTML5. CSS3 intellisense on latest specification from W3C. Download Web Standards Update for Visual Studio 2010 Editor Please note this is not an official release from Microsoft. HTML 5 Features support in this update Complete Valid Markup - We need a type ... (more)
category: Architecture | clicked: 34 | 1 comment | | source: www.techbubbles.com
tags: Visual Studio 2010