feng
Name: feng
Score: -30.92
Last Seen: 507 days, 14 hours, 34 minutes ago
Member Since: 6 January, 2012
DotNetShoutout
atom rss
7
Shouts

Asim Sajjad: Display Total Records After Applying PagedCollectionView Filter

published 589 days, 2 hours, 7 minutes ago posted by asimsajjadasimsajjad 592 days, 10 hours, 10 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Sunday, November 06, 2011 6:47:21 AM GMT
Problem :             When we used the data grid control to show total number of records which are displayed in the data grid. But if you use or apply Filter to filter the records based on the user input then the number of records displayed in the data grid are changed which need to update as use changed the filter criteria. Solution :               For the problem above I have created simple application which contain data grid control and text box to enter the filter (which is the name of the con... (more)
category: Metro | clicked: 9 | 1 comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
3
Shouts

ASP.NET MVC 4.0 Mobile Template - DotNetLogix

published 589 days, 23 hours, 43 minutes ago posted by DotNetLogixDotNetLogix 592 days, 11 hours, 46 minutes ago
Tuesday, November 08, 2011 5:14:55 PM GMT Sunday, November 06, 2011 5:11:50 AM GMT
Articles (more)
category: Web Dev | clicked: 25 | 1 comment | | source: www.dotnetlogix.com
tags: ASP.NET MVC 4.0 Mobile Template
7
Shouts

Web.NET: Using Anonymous Types Outside of Local Context with Dynamic Keyword

published 589 days, 2 hours, 7 minutes ago posted by http://blog.turlov.com/http://blog.turlov.com/ 592 days, 18 hours, 50 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Saturday, November 05, 2011 10:08:15 PM GMT
Anonymous types that have been introduced in C# with .NET 3.5 is a convenient and powerful feature and can be used to simplify and speed up development without sacrificing code quality or violating coding standards. Perhaps one most widely known application is to use anonymous types in a context of LINQ expressions since that is mentioned on MSDN in most of the anonymous types related examples. Such strong association between anonymous types and LINQ though being true creates a wrong impression of that L... (more)
category: Web Dev | clicked: 22 | 1 comment | | source: blog.turlov.com
tags: dynamic, C#, anonymous types
3
Shouts

How to bind Data to ListBox in Windows Phone ?

published 589 days, 23 hours, 43 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 593 days, 4 hours ago
Tuesday, November 08, 2011 5:14:55 PM GMT Saturday, November 05, 2011 12:57:42 PM GMT
The below code demonstrates a really simple way of binding data to the Standard ListBox control in Windows Phone 7 using C# . Assuming , you have the Class Movie as described below (more)
category: Metro | clicked: 21 | 1 comment | | source: windowsphonerocks.com
tags: Silverlight, Windows Phone 7
11
Shouts

Multiple query plans for the same query?

published 589 days, 23 hours, 43 minutes ago posted by dharadhara 593 days, 7 hours, 21 minutes ago
Tuesday, November 08, 2011 5:14:55 PM GMT Saturday, November 05, 2011 9:36:47 AM GMT
A while back i was creating a stored procedure to be used for pulling data from the SQL Server into cacti . The procedure was pulling data from a rather large table, which I had made sure was indexed properly for my query. When I executed the stored procedure... (more)
category: Data | clicked: 8 | 1 comment | | source: beyondrelational.com
tags: SQL Server
11
Shouts

Study of WAITSTATS(Part 1) - CXPACKET

published 589 days, 23 hours, 43 minutes ago posted by dharadhara 593 days, 7 hours, 22 minutes ago
Tuesday, November 08, 2011 5:14:55 PM GMT Saturday, November 05, 2011 9:36:00 AM GMT
Analysis of waitstats is the first step that I would take with any performance tuning activities on a system. Thats important because it is an easy and efficient way to understand the issues with a system at a very high level. There are many different... (more)
category: Data | clicked: 12 | 1 comment | | source: beyondrelational.com
tags: SQL Server
11
Shouts

What is Microsoft TAP and RDP?

published 589 days, 23 hours, 43 minutes ago posted by dharadhara 593 days, 7 hours, 22 minutes ago
Tuesday, November 08, 2011 5:14:55 PM GMT Saturday, November 05, 2011 9:35:44 AM GMT
Technology Adoption Program (TAP) and Rapid Deployment Program (RDP) are ways for Microsoft to get early feedback on new products or product updates as well as give important customers a heads-up on what Microsoft is up to. Participation is by invitation... (more)
category: Data | clicked: 14 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
5
Shouts

Magnifying Glass Effect in Silverlight - DotNetLogix

posted by DotNetLogixDotNetLogix 593 days, 10 hours, 56 minutes ago
Saturday, November 05, 2011 6:01:26 AM GMT
Articles (more)
category: Metro | clicked: 14 | comment | | source: www.dotnetlogix.com
tags: Magnifying Glass Effect in Silverlight
4
Shouts

SocialCounter.NET - .NET Library for your social stats

published 532 days, 23 hours, 13 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 534 days, 5 hours, 13 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Tuesday, January 03, 2012 11:45:08 AM GMT
A handy .NET library to get the counts of your social stats. SocialCounter.NET provides you a flexibility to get your Facebook page fans, RSS feed readers, Twitter followers count with ease and more to come in near future. (more)
category: How To | clicked: 20 | 2 comments | | source: midnightprogrammer.net
tags: .NET, projects, library, C#
10
Shouts

Multiselect Dropdownlist in Asp.net using C# 4.0

published 644 days, 22 hours, 45 minutes ago posted by dotnetfundadotnetfunda 647 days, 2 hours, 20 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 2:37:19 PM GMT
HomeFreshersCareer AdviceArticlesInterviewsVideosForumsCodesBlogsCatalogJobsASP.NET TrainingCommunityMicrosoft MVP | Tutorials - ASP.NET, LightSwitch, more | Downloads | Quick Links | Top Posts | Top Performers | .NET Feeds | Bookmarks | Search | Register | Subscribe | Feedback Online : 21558 |  Welcome, Guest!   LoginHome > Articles > ASP.NET AJAX > Multiselect Dropdownlist in Asp.net using C# 4.0Advertisements Submit Article | Search Articles | Articles Home | Read Career A... (more)
category: Web Dev | clicked: 101 | 2 comments | | source: www.dotnetfunda.com
tags: ASP .NET AJAX
10
Shouts

Split a set of contiguous string into individual characters/letters using Set Based approach

published 517 days, 18 hours, 23 minutes ago posted by kinj312kinj312 519 days, 9 hours, 9 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Wednesday, January 18, 2012 7:48:57 AM GMT
It is often a requirement to split a set of contiguous string into individual characters/letters. The below code will help us to do so Declare @str Varchar(50) = 'abcde' Select Data = Substring(@str,Number,1) From master.dbo.spt_values where Number... (more)
category: Data | clicked: 4 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

TSQL Script - Generating/Concatenating values into a comma separated string with a grouping

published 514 days, 16 hours, 45 minutes ago posted by kinj312kinj312 519 days, 9 hours, 8 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Wednesday, January 18, 2012 7:49:41 AM GMT
This post is really inspired by Nakul's wonderful post: http://beyondrelational.com/blogs/nakul/archive/2011/12/29/sql-server-t-sql-different-ways-to-generate-a-comma-separated-string-from-a-table.aspx However, Whenever I faced a situation to concatenate... (more)
category: Data | clicked: 19 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
9
Shouts

Timestamp datatype - Does it store Date or Time?

published 518 days, 23 hours, 59 minutes ago posted by kinj312kinj312 521 days, 8 hours, 26 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 8:31:39 AM GMT
Often deveopers confuse themselves between Timestamp and Datetime datatypes. But they are entirely different datatypes. Although the name has Time, the Timestamp datatype has nothing to do anything with date or time. Also you cannot explicitely add/update... (more)
category: Data | clicked: 8 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

SSRS & SSAS #62 – Create a data source on Report Server for an Analysis Services database

published 518 days, 23 hours, 59 minutes ago posted by kinj312kinj312 521 days, 8 hours, 27 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 8:31:09 AM GMT
The team I recently moved into had never had a data source created on their report server for an Analysis Services source. A co-worker helped me got a data source created with Microsoft SLQ Server Analysis Services as the Data Source Type. For credentials... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, SSAS, BI, SSRS
10
Shouts

SQL Server – T-SQL – Different ways to generate a comma-separated string from a table

published 514 days, 16 hours, 45 minutes ago posted by kinj312kinj312 521 days, 8 hours, 27 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Monday, January 16, 2012 8:30:35 AM GMT
Recently, someone in the team faced a fairly common requirement - to generate a comma-separated string from values stored in a table. This being the last post of the year, I thought of sharing the 2 most-commonly used methods I know of implementing this... (more)
category: Data | clicked: 13 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Be a Keyboard Ninja!

posted by KodefuGuruKodefuGuru 595 days, 47 minutes ago
Thursday, November 03, 2011 4:10:56 PM GMT
Telerik JustCode has tons of features available directly from your keyboard, and memorizing all the shortcuts can be quite a daunting task. We have made it easier to find these commands through Key Mappings.. (more)
category: Agile | clicked: 6 | 1 comment | | source: blogs.telerik.com
tags: JustCode, Telerik, keyboard shorcuts
4
Shouts

Bringing Windows 8 UI to Windows 7 with RadPanorama for WinForms. Today.

published 560 days, 12 hours, 31 minutes ago posted by KodefuGuruKodefuGuru 565 days, 22 hours, 50 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Friday, December 02, 2011 6:07:25 PM GMT
The once unnamed RadPanorama control is here to make your Windows Forms applications rock! Together with the Touch API we have introduced in our previous blog, it brings the full power of touch-optimized applications to your Windows 7 users. If you have not heard anything about RadPanorama before, let us introduce it with a few words. Basically, this new control allows you to represent a small amount of data in the form of tiles that the end-user is able to smoothly scroll left or right with a gesture, ... (more)
category: UX | clicked: 32 | comment | | source: blogs.telerik.com
tags: win7, Win 8, Telerik, WinForms, touch
5
Shouts

Shortest String That Contains All Words

published 531 days, 1 hour, 7 minutes ago posted by KodefuGuruKodefuGuru 534 days, 10 hours, 9 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Tuesday, January 03, 2012 6:49:11 AM GMT
Mango12 created an interesting competition to kick off the New Year, and I decided to try it out. It’s a simple task along the lines of a code kata, and I recommend you try it yourself before looking over my solution. Task: Compress a list of words into the shortest string that contains all words. Test: “testing”, “ginger”, “german”, “minutes” should become “minutestingingerman” Here is my approach: create a weighted graph connecting each term then recursively reduce the highest weighted edges. The t... (more)
category: How To | clicked: 11 | 1 comment | | source: www.kodefuguru.com
tags: Kata, graph
4
Shouts

New Refactorings in JustCode Q3 2011

published 529 days, 3 hours, 14 minutes ago posted by KodefuGuruKodefuGuru 531 days, 13 hours, 28 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Friday, January 06, 2012 3:30:06 AM GMT
With each new release Telerik JustCode continues to expand in all directions. Following our previous refactorings post, here we’ll show you some new conversions added to the refactorings area for JustCode 2011’s Q3 release. (more)
category: Agile | clicked: 14 | comment | | source: blogs.telerik.com
tags: JustCode, Refactoring, Telerik