kalyanms1

Stories kicked by kalyanms1

User Accounts for SharePoint 2010 Farm Installation (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 8 days, 15 hours ago

SharePoint have services that require access to servers in network, it needs a few accounts to use as identity of several its services. For SharePoint Server Farm installation you need a specially configured SETUP account. THE SETUP ACCOUNT Setup Account is used to run SharePoint installation and configuration , which it uses to create configuration database, assign the farm account right to own that configuration database. Setup Account is also used to run the SharePoint preparation tool and the configuration wizard. read more...

add a comment |category: |Views: 1

tags: another

SharePoint Sites and Databases (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 13 days, 22 hours ago

This post describes the sites and databases that SharePoint create during installation. SharePoint creates at least creates three IIS Web Sites, one site is for SharePoint Central Administration, another site is to use SharePoint’s lists, Sub Sites and libraries and third website is to support webservices, such as Business Data Connectivity, Security Token Service and Topology. read more...

add a comment |category: |Views: 9

tags: another

Using PowerPivot for SharePoint 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 17 days, 16 hours ago

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. read more...

add a comment |category: |Views: 2

tags: another

Extending the Ribbon in SharePoint 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 18 days, 15 hours ago

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. read more...

add a comment |category: |Views: 0

tags: another

Ghosting and Unghosting in SharePoint 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 19 days, 16 hours ago

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. read more...

add a comment |category: |Views: 0

tags: another

SharePoint 2010 Server Object Model(www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 20 days, 20 hours ago

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 represents the SharePoint Server Farm, You can use the below code to list the servers in SharePoint Farm read more...

add a comment |category: |Views: 2

tags: another

T-SQL features in SQL Server 2012 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 2 months, 20 days ago

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. read more...

add a comment |category: |Views: 14

tags: another

Single Page Applications using ASP.NET (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 2 months, 22 days ago

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. read more...

add a comment |category: |Views: 13

tags: another

What’s new in Visual Studio 2011 and ASP.NET 4.5 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 2 months, 28 days ago

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. read more...

add a comment |category: |Views: 13

tags: another

ASP.NET Web API(www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months ago

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 Web API. This post briefly discuss about why we need it and how we can use it in ASP.NET and other projects. read more...

add a comment |category: |Views: 13

tags: another

Visual Studio 2011 Beta Developer Experience (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 1 day ago

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. read more...

add a comment |category: |Views: 7

tags: another

Web Essentials and CSSCop for Visual Studio 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 21 days ago

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. read more...

1 comment |category: |Views: 59

tags: another

Visual Studio Achievements(www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 22 days ago

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 Visual Studio professional edition then you need to download FXcop to add-in work. read more...

add a comment |category: |Views: 2

tags: another

MVC Asynchronous Controller : The Basics(deanhume.com)

submitted by deanomachinodeanomachino(764) 4 months, 10 days ago

When I first saw the Asynchronous Controllers introduced in MVC 2, I couldn't wait to start playing around. I thought that it would be a really easy to get up and running with a simple example, but after searching online for a few working examples - pretty much all of them used an event based pattern that wasn't easy to understand. In this blog post I am going to run through a really simple example that will show you the basics of Asynchronous Controllers, and show you how easy they really are. read more...

add a comment |category: |Views: 205

tags: another

Microsoft Codename Cloud Numerics(www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 4 months, 10 days ago

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. read more...

1 comment |category: |Views: 83

tags: another

Windows Store for Developers (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 4 months, 11 days ago

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. read more...

add a comment |category: |Views: 3

tags: another