DotNetShoutout - Latest published stories
4
Shouts

12 Most Popular jQuery Plugins of April 2012

published 5 days, 15 hours, 18 minutes ago posted by MikeMoreMikeMore 12 days, 2 hours, 39 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Friday, May 04, 2012 11:56:15 PM GMT
Here we are again for another monthly round-up of the most popular jQuery plugins of April 2012, these 12 plugins will make you WOW! (more)
category: UX | clicked: 0 | comment | | source: www.moretechtips.net
tags:
5
Shouts

SQL SERVER – Quiz and Video – Introduction to Hierarchical Query using a Recursive CTE « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 8 days, 7 hours, 24 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Tuesday, May 08, 2012 7:11:27 PM GMT
This blog post is inspired from SQL Queries Joes 2 Pros: SQL Query Techniques For Microsoft SQL Server 2008 – SQL Exam Prep Series 70-433 – Volume 2.[Amazon] | [Flipkart] | [Kindle] | [IndiaPlaza] This is follow up blog post of my earlier blog post on the same subject - SQL SERVER – Introduction to Hierarchical Query using a Recursive CTE – A Primer. In the article we discussed various basics terminology of the CTE. The article further covers following important concepts of common table expression.What ... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
3
Shouts

A XAML Guy digs into ASP.NET MVC4 (Part 2 of ?)

published 5 days, 15 hours, 18 minutes ago posted by mbcrumpmbcrump 8 days, 1 hour, 11 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Wednesday, May 09, 2012 1:23:41 AM GMT
Hey, you came back! Well thank you very much. I’m kind of surprised to see the amount of attention the first part received. From being featured on The Morning Brew to being featured in the ASP.NET community Spotlight, it seems that I have hit on a topic that a lot of people are interested in. Let’s not waste anymore time and jump back into the series. (more)
category: ASP.NET | clicked: 0 | comment | | source: michaelcrump.net
3
Shouts

Extending the Ribbon in SharePoint 2010

published 5 days, 15 hours, 18 minutes ago posted by kalyanms1kalyanms1 7 days, 15 hours, 34 minutes ago
Friday, May 11, 2012 11:16:49 AM 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: 0 | comment | | source: www.techbubbles.com
tags:
5
Shouts

SQL SERVER – Quiz and Video – Introduction to Basics of a Query Hint « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 7 days, 9 hours, 21 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Wednesday, May 09, 2012 5:14:12 PM GMT
This blog post is inspired from SQL Architecture Basics Joes 2 Pros: Core Architecture concepts – SQL Exam Prep Series 70-433 – Volume 3. [Amazon] | [Flipkart] | [Kindle] | [IndiaPlaza] This is follow up blog post of my earlier blog post on the same subject - SQL SERVER – Introduction to Basics of a Query Hint – A Primer. In the article we discussed various basics terminology of the query hints. The article further covers following important concepts of query hints.Expecting Seek and getting a ScanCrea... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
3
Shouts

Using PowerPivot for SharePoint 2010 | TechBubbles

published 5 days, 15 hours, 18 minutes ago posted by kalyanms1kalyanms1 6 days, 15 hours, 52 minutes ago
Friday, May 11, 2012 11:16:49 AM 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: 0 | comment | | source: www.techbubbles.com
tags:
8
Shouts

SQL SERVER – Quiz and Video – Introduction to SQL Server Security « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 9 days, 9 hours, 30 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Monday, May 07, 2012 5:05:11 PM GMT
This blog post is inspired from Beginning SQL Joes 2 Pros: The SQL Hands-On Guide for Beginners – SQL Exam Prep Series 70-433 – Volume 1. [Amazon] | [Flipkart] | [Kindle] | [IndiaPlaza] This is follow up blog post of my earlier blog post on the same subject - SQL SERVER – Introduction to SQL Server Security – A Primer. In the article we discussed various basics terminology of the security. The article further covers following important concepts of security.Granting PermissionsDenying PermissionsRevokin... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
3
Shouts

C#/.NET Little Wonders: The Enumerable.Repeat() Static Method

published 5 days, 15 hours, 18 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 12 days, 14 hours, 4 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Friday, May 04, 2012 12:30:54 PM GMT
The Enumerable.Repeat() method performs the simple task of creating a sequence by repeating an element a specific number of times. While this is, in of itself, a trivial need, it can also be used to drive more useful results such as repeating a generator delegate, or creating sequences out of single items. (more)
category: ASP.NET | clicked: 0 | 1 comment | | source: www.blackrabbitcoder.net
tags:
3
Shouts

Creating Parallel Tasks with TaskFactory

published 5 days, 15 hours, 18 minutes ago posted by BlackWaspBlackWasp 12 days, 15 hours, 58 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Friday, May 04, 2012 10:37:11 AM GMT
The Task Parallel Library provides a number of ways in which parallel tasks can be instantiated. This article describes the use of the TaskFactory class, which uses the factory method design pattern to generate and start tasks with a single method call. (more)
category: Foundation | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags:
3
Shouts

Show/hide various sections of a page using JQuery and CSS

published 5 days, 15 hours, 18 minutes ago posted by noorani786noorani786 11 days, 22 hours, 39 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Saturday, May 05, 2012 3:56:33 AM GMT
In this post I’ll go over how you can utilize JQuery and CSS classes to show/hide various parts across the different sections of a page without creating a mess! (more)
category: UX | clicked: 0 | comment | | source: nizarnoorani.com
tags:
3
Shouts

UXFileUpload: Store Uploaded Files in Database

published 5 days, 15 hours, 18 minutes ago posted by jemmyjemmy 14 days, 7 hours, 34 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Wednesday, May 02, 2012 7:01:27 PM GMT
UXFileUpload is a feature-rich file upload control supporting Silverlight 3, Silverlight 4, and WPF. It includes all standard features you expected in a file upload control, plus a multitude of innovative features that unique to UXFileUpload such as multiple upload worker process, comprehensive MVVM and commanding support, smart file chunk algorithm, very large file upload support, file-level cancellation, drag-and-drop files from operating system, and more. (more)
category: Silverlight | clicked: 0 | comment | | source: intersoftpt.wordpress.com
tags:
3
Shouts

Ghosting and Unghosting in SharePoint 2010 | TechBubbles

published 5 days, 15 hours, 18 minutes ago posted by kalyanms1kalyanms1 8 days, 16 hours, 9 minutes ago
Friday, May 11, 2012 11:16:49 AM 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: 0 | comment | | source: www.techbubbles.com
tags:
4
Shouts

SQL SERVER – A Tricky Question and Even Trickier Answer – Index Intersection – Partition Function « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 13 days, 9 hours, 12 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Thursday, May 03, 2012 5:23:26 PM GMT
Just a day ago in evening I asked very simple question on my Facebook Page. The question was written in jiffy and in very light mood. When writing question I left few things out, and it did miss few details about setup. However, as the question was not complete it created extremely interesting conversation in the following thread. Here is the question: Write a select statement using a single table, using single table single time only without using join keywords, which generate execution plan with 2 join... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
3
Shouts

SQL SERVER – Identify Columnstore Index Usage from Execution Plan « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 12 days, 8 hours, 19 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Friday, May 04, 2012 6:15:53 PM GMT
I think there was a time when lots of questions were coming via either email or blog comments. Now a days, the trend is changed in recent time. Most of the question I receive is through social media. Here is the latest question I received through twitter. The best or worst part of the twitter is that it allows only 140 character so quite often question is easy to ask on twitter but answer is difficult to provide on twitter. The question I received is http://twitter.com/pinaldave is as following: “How do... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
3
Shouts

Create and Bind Data using Repeater Control in asp.net(Part - 1) | Developers Code

published 5 days, 15 hours, 18 minutes ago posted by taanu51taanu51 15 days, 10 hours, 11 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Tuesday, May 01, 2012 4:23:54 PM GMT
The following are the questions I would like to cover in this article regarding Repeater control  1.How to create a Repeater Control   2.How to Bind the Data in Repeater Control   3.How to Create dynamic controls using repeater control   4.How to handle the (Textbox,dropdownlist, etc) Postback events in repeater control   5.How to Insert data in database using repeater control.   6.How to Edit and update the data using Repeater control  So lets start to clear all the Qu... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.developerscode.com
tags:
3
Shouts

Check out the file from a document library in SharePoint 2010 using ECMAScript

published 5 days, 15 hours, 18 minutes ago posted by dotnetsparkdotnetspark 9 days, 22 hours, 3 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Monday, May 07, 2012 4:32:28 AM GMT
In this article you will see how to check out the file from a document library in SharePoint 2010 using ECMAScript. (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetspark.com
tags:
3
Shouts

Having fun with ImpressJs and WebSockets, creating real-time presentations

published 5 days, 15 hours, 18 minutes ago posted by sedanwersedanwer 13 days, 6 hours, 31 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Thursday, May 03, 2012 8:04:29 PM GMT
A friend of mine showed me ImpressJs today. He was going to have notes on another screen (well actually on an iPad) and I thought it would be cool if the presentation could be synced with notes on another screen as well. Fired up Visual Studio and put together a small socket server as well as a simple java script client and created a Presenter-Attendee solution with ImpressJs and WebSockets. (more)
category: Screencast | clicked: 0 | comment | | source: daniel.wertheim.se
tags:
3
Shouts

ClientUI 7 Preview Part 2: View Discovery and View Injection with Region Manager

published 5 days, 15 hours, 18 minutes ago posted by jemmyjemmy 14 days, 7 hours, 36 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Wednesday, May 02, 2012 6:59:33 PM GMT
In my previous post, I’ve discussed about dependency injection and IoC container, and how the upcoming ClientUI release makes it easy for developers to build good quality software. Today I’ll continue to explore the new exciting framework-related features so you can preview these features and try them in your apps. In this blog post, I’ll particularly focus on the challenges in view extensibility, and discuss the architectural patterns that can be applied to address these challenges (more)
category: Silverlight | clicked: 0 | comment | | source: intersoftpt.wordpress.com
tags:
3
Shouts

SQL SERVER – Maximum Allowable Length of Characters for Temp Objects is 116 – Guest Post by Balmukund Lakhani « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 15 days, 7 hours, 39 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Tuesday, May 01, 2012 6:56:23 PM GMT
Balmukund Lakhani (Blog | Twitter | Site) is currently working as Technical Lead in SQL Support team with Microsoft India GTSC. In past 7+ years with Microsoft he was also a part of Premier Field Engineering Team for 18 month. During that time he was a part of rapid onsite support (ROSS) team. Prior to joining Microsoft in 2005, he worked as SQL developer, SQL DBA and also got chance to wear his other hat as an ERP Consultant. Here is the guest post by Balmukund Lakhani Recently Dhananjay (B | T) poste... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
3
Shouts

SQL SERVER – Quiz and Video – Introduction to SQL Error Actions « SQL Server Journey with SQL Authority

published 5 days, 15 hours, 18 minutes ago posted by pinaldavepinaldave 6 days, 8 hours, 19 minutes ago
Friday, May 11, 2012 11:16:49 AM GMT Thursday, May 10, 2012 6:16:10 PM GMT
This blog post is inspired from SQL Programming Joes 2 Pros: Programming and Development for Microsoft SQL Server 2008 – SQL Exam Prep Series 70-433 – Volume 4. [Amazon] | [Flipkart] | [Kindle] | [IndiaPlaza] This is follow up blog post of my earlier blog post on the same subject - SQL SERVER – Introduction to SQL Error Actions – A Primer. In the article we discussed various basics terminology of the error handling. The article further covers following important concepts of error handling.Introduction ... (more)
category: SQL | clicked: 0 | comment | | source: blog.sqlauthority.com
Previous 1 2 3 4 5 6 7 8 9 10 ... 457 458 Next