http://dpbill.myopenid.com/
Name: http://dpbill.myopenid.com/
Score: 45
Last Seen: 642 days, 3 hours, 17 minutes ago
Member Since: 20 August, 2011
DotNetShoutout
atom rss
7
Shouts

SQL Server Storage Internals Part 1 - Basics

published 641 days, 21 hours, 35 minutes ago posted by kinj312kinj312 643 days, 19 hours, 20 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 10:12:11 AM GMT
While learning query tuning topics, I got a chance to understand anatomy of data page and different types and levels of Index pages. This learning helped me to understand concepts better and to give better performance tuning solutions later. This is my... (more)
category: Data | clicked: 24 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Creating MOD10V01 BPay Reference Numbers Using T-SQL

published 641 days, 21 hours, 35 minutes ago posted by kinj312kinj312 643 days, 19 hours, 20 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 10:12:40 AM GMT
Introduction BPAY is Australia’s most widely used bill payment service which enables bill payers to transfer funds electronically from their bank accounts to billers. It is offered as a payment channel by over 170 financial institutions through their... (more)
category: Data | clicked: 23 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Enumerating SQL Server instances in a network with Power Shell

published 641 days, 21 hours, 35 minutes ago posted by kinj312kinj312 643 days, 19 hours, 19 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 10:13:32 AM GMT
Ever wondered how many SQL Server instances are there in your network? Or maybe you wanted to check a settings or run a script on all of them? Of course you can use Registered Servers functionality and run a query on all servers in a group, but this can... (more)
category: Data | clicked: 4 | comment | | source: beyondrelational.com
tags: SQL Server, DBA, Powershell
4
Shouts

Windows Phone 7 Data Access Strategies: WebClient

published 641 days, 21 hours, 35 minutes ago posted by KMilKMil 643 days, 18 hours, 15 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 11:18:00 AM GMT
In this SilverlightShow article, Andrea Boschin covers the networking tools that Silverlight for Windows Phone provides, to access remote resources. No matter the resource you have to access, it implies you have to send or receive something in a serialized form that both the client and the server understand using a serialization/deserialization process. (more)
category: Metro | clicked: 10 | comment | | source: www.silverlightshow.net
tags: webclient, Windows Phone 7, wp7dev
4
Shouts

Manage Service Configurations of Azure Application in Visual Studio 2010

published 641 days, 21 hours, 35 minutes ago posted by dotnetsparkdotnetspark 645 days, 12 hours, 4 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Tuesday, August 16, 2011 5:28:11 PM GMT
In this article we are going to see how to use the new feature of Managing Multiple Service Configuration files using the Visual Studio 2010 tools provided for Windows Azure Application (more)
category: Architecture | clicked: 17 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Azure
4
Shouts

Trouble with resources in WP7

published 641 days, 21 hours, 35 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 645 days, 8 hours ago
Saturday, August 20, 2011 7:57:43 AM GMT Tuesday, August 16, 2011 9:32:19 PM GMT
I started a few projects on WP7. It was done just for fun and for improving my skills (Fun was profitable - I won in Ukrainian WP7 competition). So I had completed my projects and tried to localize it. I met some issues: If you have experience in developing for web silverlight - first isn't new for you. When I edit/add/remove a item in resources's file I need to open resources designer's file and change access modifiers of parameterless constructor from "internal" to "public". It is know issue and ... (more)
category: Metro | clicked: 5 | comment | | source: rredcat.blogspot.com
tags: Silverlight, WP7, XAML, resource
3
Shouts

How to validate data provided in MVC URL’s (MVC Tutorial number 8)?

published 641 days, 21 hours, 35 minutes ago posted by dotnetfundadotnetfunda 644 days, 23 hours, 42 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Wednesday, August 17, 2011 5:50:30 AM GMT
This is the 8th MVC (Model view controller) tutorial and in this article we try to understand how we can validate data passed in MVC URL’s. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start. (more)
category: Web Dev | clicked: 19 | comment | | source: www.dotnetfunda.com
tags: ASP.NET MVC 1
3
Shouts

Strokes: achievements while programming! « Timdams's Blog

published 641 days, 21 hours, 35 minutes ago posted by http://timdams.wordpress.com/http://timdams.wordpress.com/ 646 days, 20 hours, 18 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Monday, August 15, 2011 9:14:18 AM GMT
Ok, so I’ve already hinted about this several posts before: an actual implementation of achievements-based programming in Visual Studio is being made as we speak. In this post I will humbly and proudly present the Strokes program that is rapidly evolving into something I’m eager to use in my own classes. Humbly because the work Jonas Swiatek has done is, in my opinion nearly epic, for each component in the project that I understand, there’s about 3 others that I don’t. Proudly because, it being a googlec... (more)
category: How To | clicked: 28 | comment | | source: timdams.wordpress.com
tags: Achievements, VSX, C#, Visual Studio
3
Shouts

Working with Default FontSize in Windows Phone 7 Applications - by @kunal2383

published 641 days, 21 hours, 35 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 643 days, 16 hours, 7 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 1:26:02 PM GMT
Hope you already read my article series "Collection of Windows Phone 7 (Mango) Tutorials". During the tutorial series, we used the common styles "PhoneTextNormalStyle" and "PhoneTextTitle1Style" in the TextBlocks added to the TitlePanel. So what are those? These are all common styles defined by the style library of WP7 SDK. In this post, we will learn about various font sizes defined in the default style library of Windows Phone 7. So, you don't have to define them again and can reuse those styles which... (more)
category: Metro | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WindowsPhone7, WP7, wp7dev, XAML
2
Shouts

Reading PDF file to text in c# - DotNetLogix

published 641 days, 21 hours, 35 minutes ago posted by DotNetLogixDotNetLogix 644 days, 40 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 4:52:42 AM GMT
This article shows how you can read a pdf file and put their content in a string variable very simply (more)
category: Web Dev | clicked: 25 | comment | | source: www.dotnetlogix.com
tags: C#
2
Shouts

How to convert a class library project into web application - DotNetLogix

published 641 days, 21 hours, 35 minutes ago posted by DotNetLogixDotNetLogix 643 days, 16 hours, 19 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Thursday, August 18, 2011 1:13:30 PM GMT
How to convert a class library project into web application? What is web application? Difference between website and web application? (more)
category: Web Dev | clicked: 13 | comment | | source: www.dotnetlogix.com
tags: ASP .NET
2
Shouts

10 Fresh and Awesome Resources for Web Developement Lovers

published 643 days, 9 hours, 30 minutes ago posted by tutorialfeedtutorialfeed 643 days, 22 hours, 50 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Thursday, August 18, 2011 6:42:53 AM GMT
In this post I am sharing Ten fresh resources for web developers. This list includes HTML5 page flip, jQuery Notty, Display Tweets using PHP and jQuery, 10 Free online HTML5 tools and 18 Time saving web apps and much more. (more)
category: UX | clicked: 49 | 2 comments | | source: www.tutorialfeed.org
tags: freebies, Resources
6
Shouts

F# Workshop 1

published 641 days, 21 hours, 35 minutes ago posted by dharadhara 645 days, 18 hours, 49 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Tuesday, August 16, 2011 10:44:02 AM GMT
This is the first workshop in F# In this we will learn some basic F# stuffs Welcome 2 F# program Declaring variables Explicit Type Conversion Reading value from console at runtime Declaring Comments Addition of two numbers Addition of two numbers using... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: beyondrelational.com
tags: .NET, F#, ASP.NET
4
Shouts

12 Fresh Google+ Apps, Tools and API Hacks

published 643 days, 9 hours, 30 minutes ago posted by MikeMoreMikeMore 646 days, 6 hours, 13 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Monday, August 15, 2011 11:20:07 PM GMT
Although Google+ was launched more than a month ago, many applications and services have been already built on it. Which is really amazing considering the fact that, Google+ still don't have a public API. (more)
category: Web Dev | clicked: 50 | 2 comments | | source: www.moretechtips.net
tags: Googleplus, hack, apps
6
Shouts

SQL Server - Which Indexes will be used?

published 643 days, 9 hours, 30 minutes ago posted by dharadhara 645 days, 18 hours, 44 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 10:48:28 AM GMT
During the performance issues of database servers and database itself, one of my activity to improve performance of the Indexes. I have created some of the clustered indexes on tables which have only nonclustered indexes and also on some heap tables.... (more)
category: Data | clicked: 9 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
4
Shouts

Can Microsoft ‘fix’ JavaScript and make HTML5 applications viable? | Colin Eberhardt's Adventures in .NET

published 643 days, 9 hours, 30 minutes ago posted by FantasticMrFishFantasticMrFish 645 days, 16 hours, 16 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 1:16:23 PM GMT
Microsoft’s recent change in stance over Silverlight, promoting HTML5 as “the only true cross-platform solution for everything”, seems to have sidelined Silverlight as a niche framework. This has understandably caused a great deal of upset and confusion in the .NET development community. Despite this, Microsoft are remaining steadfast and tight-lipped about their vision for tighter integration of HTML5 into Windows 8 (and as a result just how side-lined Silverlight will be), until the BUILD conference ne... (more)
category: Metro | clicked: 21 | 6 comments | | source: www.scottlogic.co.uk
tags: Silverlight, JavaScript, html5
3
Shouts

jQuery Autocomplete with Razor Web Pages and a SQL CE Database

published 643 days, 9 hours, 30 minutes ago posted by MikesdotnettingMikesdotnetting 645 days, 21 hours, 4 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 8:28:24 AM GMT
jQuery Autocomplete with Razor Web Pages and a SQL CE Database   There are a number of autocomplete solutions for jQuery, including the widget that comes as part of the jQuery UI library. This article looks at incorporating the jQuery UI Autocomplete widget into a Razor-based ASP.NET Web Pages site.   The first file you need is the latest jQuery library, and then you should navigate to the UI download part of the jQuery site. Choose all of the UI Core parts, and then choose Autocom... (more)
category: Web Dev | clicked: 41 | 1 comment | | source: www.mikesdotnetting.com
tags: asp net web pages, jQuery, Razor, Autocomplete, WebMatrix
5
Shouts

DateTimeOffsetFromParts Function in Denali, CTP 3

published 643 days, 9 hours, 30 minutes ago posted by dharadhara 645 days, 18 hours, 47 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 10:45:59 AM GMT
This function returns a datetimeoffset value. Syntax: DateTimeOffsetFromParts (year, month, day, hour, minute, seconds, fractions, houroffset, minuteoffset, precision) Example 1: Simple example Select DateTimeOffsetFromParts (2011,7,24,0,15,44,120,0,0... (more)
category: Data | clicked: 2 | 1 comment | | source: beyondrelational.com
tags: SQL Server, denali, CTP
3
Shouts

Yasiv is Yet Another Similar Items Visualization

published 643 days, 9 hours, 30 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 646 days, 1 hour, 11 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 4:21:17 AM GMT
Yasivv visualizes a relation network of books on Amazon, from the statistics data "customers who bought this item also bought", by digging related books again and again. Yasiv is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. (more)
category: Metro | clicked: 7 | 1 comment | | source: blog.agafonov.net.ua
tags: IT books search
5
Shouts

Dynamics CRM 2011 – Terminologies in layman’s language

published 643 days, 9 hours, 30 minutes ago posted by dharadhara 645 days, 18 hours, 48 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 10:44:32 AM GMT
I am starting a series on customization of Dynamics CRM 2011. In context of the same, as a stepping stone, am making a try to explain CRM terms in general English. A prospective customer visits your Showroom, checks various models and completes the contact... (more)
category: Data | clicked: 7 | comment | | source: beyondrelational.com
tags: SQL Server, CRM