Upcoming Products stories

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

submitted by kalyanms1kalyanms1(1789) 7 days, 20 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, 4 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) 16 days, 21 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) 17 days, 21 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) 18 days, 21 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, 1 hour 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

Telerik JustCode Extension Improvements(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 1 month, 24 days ago

The Telerik JustCode 2012 Q1 service pack has been released, and with it comes improvements to help you begin writing JustCode extensions. read more...

add a comment |category: |Views: 2

tags: another

JustCode Visual Studio 11 Beta Support(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 2 months, 17 days ago

Microsoft recently released the new Visual Studio 11 Beta. The JustCode team has been working hard, and we have already published an internal build with support for Visual Studio 11. You can download it directly from your account. Feel free to give it a try, and please keep in mind that VS11 is in beta and JustCode support is still experimental. Some glitches are to be expected. read more...

add a comment |category: |Views: 1

tags: another

Creating a Telerik JustCode Code Marker Extension(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 months, 18 days ago

Telerik JustCode, a code analysis and productivity tool, has opened its API for developers to create their own extensions. In this article, I am going to describe how to write an extension that will display a warning if there are too many variables in the class. The common language runtime stores values in a process registers rather than memory through a process known as enregistering. However, there is a limit of 64 variables to enable this optimization. read more...

add a comment |category: |Views: 4

tags: another

How to Implement Sorting in Web Reports(blogs.perpetuumsoft.com)

submitted by PerpetuumPerpetuum(88) 2 months, 27 days ago

Recently our technical support team has received a question one of our customers who wanted to know if it is possible to sort data in the Web Viewer. The customer wanted to click a column header for the data to be sorted. The first thing our support team wanted to reply: ‘’Unfortunately, our product does not support the requested functionality’’. But the products architecture is developed the way that if a customer wants to add some new functionality that is not supported by the product, he can do this programmatically. read more...

add a comment |category: |Views: 5

tags: another

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

submitted by kalyanms1kalyanms1(1789) 2 months, 27 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

Good Ol’ Visual Aid With a Twist in JustCode (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 3 days ago

Along with the brand new goodies coming with the latest release of Telerik JustCode, i.e. support for QUnit and Jasmine JavaScript testing frameworks, opening the API to the public, All Types Code Completion (a.k.a. JustCode IntelliSense), etc., there comes a major overhaul of an old friend of ours – the Visual Aid, or lovingly shortened to VA. read more...

add a comment |category: |Views: 8

tags: another

Introduction to Telerik Kendo UI(debugmode.net)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 6 days ago

Kendo UI is HTML 5 and Jquery based framework and it helps you to create modern Web Applications. Kendo UI helps you •In Data Binding •In Animations •With UI widgets like Grid and Chart •With Drag and Drop API •In Touch support... read more...

add a comment |category: |Views: 12

tags: another

State of the Decompiler(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 11 days ago

Shortly after I joined Telerik at the beginning of 2011, one of my favorite free tools was yanked from the marketplace. It was unimaginable that it would disappear leaving the .NET community without a free decompiler. read more...

add a comment |category: |Views: 7

tags: another

Upcoming Telerik Webinars(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 11 days ago

The Telerik Q1 2012 release is upon us, and we will be showing you all the goodies in webinar week: February 20th – February 22nd. read more...

add a comment |category: |Views: 2

tags: another

What’s Coming in JustCode Q1 2012(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 13 days ago

The Q1 2012 release webinars are just around the corner, and we will be showing off some cool new features in Telerik JustCode. Here are the session details, be sure to check your schedule! Note: we’ll be giving away a Telerik Ultimate Collection. read more...

add a comment |category: |Views: 1

tags: another