jameschao
Name: jameschao
Score: 5
Last Seen: 568 days, 7 hours, 18 minutes ago
Member Since: 29 August, 2011
DotNetShoutout
atom rss
5
Shouts

Over clause enhancement in Sql 11 Denali CTP 3

published 624 days, 7 hours, 55 minutes ago posted by kinj312kinj312 626 days, 4 hours, 43 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Tuesday, September 06, 2011 10:23:30 AM GMT
In Denali CTP 3, the Over clause has been enhanced a lot. Let us look into them as below a.Rows and Range These keywords specifies that the function will be applied for every row a window use for calculating the function result. The Rows specifies the... (more)
category: Data | clicked: 11 | 3 comments | | source: beyondrelational.com
tags: SQL Server, denali, CTP
8
Shouts

Internals of Interface and its Implementation

published 588 days, 18 hours, 36 minutes ago posted by dharadhara 591 days, 7 hours, 41 minutes ago
Thursday, October 13, 2011 8:30:22 PM GMT Tuesday, October 11, 2011 7:25:40 AM GMT
As many of my followers requested me to write few things that I missed out from the Internals Series , I should continue with it. In this post, I will cover the internals of Interface implementation and mostly talk about explicit interface implementation... (more)
category: Web Dev | clicked: 42 | 4 comments | | source: beyondrelational.com
tags: .NET, ASP.NET
7
Shouts

SQL SERVER: Load Reports without SQL SERVER Reporting Service with Asp.Net

published 600 days, 20 hours, 13 minutes ago posted by dharadhara 603 days, 7 hours, 12 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Thursday, September 29, 2011 7:54:40 AM GMT
Recently, we have weekly meetings with my team and one of developer is come up with question that, "Can we use Reports without having SQL SERVER Report Services?". That is very good question that came up by him, as he says client does not want... (more)
category: Data | clicked: 13 | 4 comments | | source: beyondrelational.com
tags: SQL Server, SSRS
11
Shouts

Day 10: BitAnd function in Oracle

published 581 days, 9 hours, 14 minutes ago posted by dharadhara 591 days, 7 hours, 42 minutes ago
Friday, October 21, 2011 5:53:06 AM GMT Tuesday, October 11, 2011 7:24:21 AM GMT
Let Us Learn Oracle - Part 10 of N [ BitAnd function in Oracle ] Syntax: BitAnd(X,Y) Purpose: Computes bitwise logical AND operation of 'X' and 'Y' where 'X' and 'Y' are positive integers Example: SQL> Select BitAnd... (more)
category: Data | clicked: 29 | 13 comments | | source: beyondrelational.com
tags: SQL Server, Oracle
5
Shouts

Day 3: InitCap function in Oracle

published 595 days, 17 hours, 25 minutes ago posted by dharadhara 598 days, 4 hours, 25 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Tuesday, October 04, 2011 10:41:16 AM GMT
Let Us Learn Oracle - Part 3 of N [ InitCap function in Oracle ] Source table: tblPlayers Purpose: Capitalizes the first letter of the string Syntax : InitCap(Column Value) SQL> Select Initcap(Upper(BelongsTo)) InitCapExample From tblPlayers; INITCAPEXAMPLE... (more)
category: Data | clicked: 4 | 4 comments | | source: beyondrelational.com
tags: SQL Server, Oracle
4
Shouts

Razor and CSS in JustCode

published 568 days, 12 hours, 57 minutes ago posted by KodefuGuruKodefuGuru 573 days, 22 hours, 8 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Friday, October 28, 2011 4:59:05 PM GMT
The first service pack for Telerik JustCode Q2 2011 was recently released, but the development team is forging ahead with even more new features to make your life easier. New internal builds brings Razor and CSS support, which is welcome news for web developers using JustCode. (more)
category: Agile | clicked: 41 | 5 comments | | source: blogs.telerik.com
tags: JustCode, Refactoring, Telerik, Razor, CSS
2
Shouts

What is Frame Rate Counter in WP7?

published 600 days, 20 hours, 13 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 603 days, 38 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Thursday, September 29, 2011 2:28:12 PM GMT
While working with Windows Phone 7 emulator, you might noticed that, in debug mode it shows some numeric values at the right side of the screen. So, what are those values and why that numeric bar is available in debug mode? The bar represents numeric values for Frame Rates to debug Memory usage by your WP7 application. In this post, we will briefly discuss on this topic. Read further to learn more about this Frame Rate Counter. (more)
category: Metro | clicked: 7 | 3 comments | | source: www.kunal-chowdhury.com
tags: WindowsPhone7, Windows Phone 7, WP7, wp7dev, Tips
6
Shouts

Day 12: NVL function in Oracle

published 588 days, 18 hours, 36 minutes ago posted by dharadhara 590 days, 7 hours, 54 minutes ago
Thursday, October 13, 2011 8:30:22 PM GMT Wednesday, October 12, 2011 7:12:32 AM GMT
Let Us Learn Oracle - Part 12 of N [ NVL function in Oracle ] Source table: tblPlayers Purpose: It substitute a value when a null value is encountered. Syntax: NVL( ColumnName, ReplaceValue ) Where, ColumnName => It is the column that is use for null... (more)
category: Data | clicked: 5 | 4 comments | | source: beyondrelational.com
tags: SQL Server, Oracle
4
Shouts

Jquery Drag and Drop Google+ Circle Effects for developers | Developers Code

published 600 days, 20 hours, 13 minutes ago posted by taanu51taanu51 602 days, 5 hours, 31 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 9:35:49 AM GMT
HI friends,In this article i would like to share about the jquery effects of Google+ Circles.These effects completely based on coding only no need to use images..so lets start to create the awesome effect Just follow the steps First,Create Main Tags that is html,head and body Next,In the Head Section.Create two script tags. Tag-1 Tag-2Next,Add the Css code in the Head section Now the Head section part is completed Now add code in the body tag Developers code Thats it...Now the outp... (more)
category: UX | clicked: 123 | 5 comments | | source: www.developerscode.com
tags: Google, Social, JavaScript, jQuery
6
Shouts

Question of the month September 2011 - Find out problamatic query

published 600 days, 20 hours, 13 minutes ago posted by dharadhara 602 days, 6 hours, 46 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 8:20:55 AM GMT
Out of these four queries, only one query will throw an error. Without running these queries find out the query and error message that it would generate. Queries Query 1 : select top 1 1 from sysobjects,syscolumns where 1=1 Query 2 : select top 1 1 from... (more)
category: Data | clicked: 15 | 3 comments | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Define IOPs for all database servers

published 629 days, 4 hours, 46 minutes ago posted by dharadhara 630 days, 3 hours, 15 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 11:51:30 AM GMT
The storage guy is configuring a new storage system. It includes RAID arrays, SVC, HBA & Fibre Channel configurations. He’s asked me to define some configurations for optimal SQL Server performance. Rather than supply him with configurations... (more)
category: Data | clicked: 7 | 5 comments | | source: beyondrelational.com
tags: SQL Server, Database
3
Shouts

Introducing Truffler – Advanced search made easy

published 595 days, 17 hours, 25 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 599 days, 7 hours, 55 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Monday, October 03, 2011 7:11:46 AM GMT
Truffler aims to make building advanced search and querying solutions easy and fun. While the REST API is built on ElasticSearch and is technology agnostic Truffler also offers a .NET client API with which devs can index and search for their domain objects rather than fixed or untyped data. Truffler is offered both as Software as a Service and as dedicated servers, of course with a free version available for developers. (more)
category: Web Dev | clicked: 33 | 3 comments | | source: joelabrahamsson.com
tags: .NET, C#, Software as a Service, Search, JavaScript, Searchengine, Truffler, ElasticSearch
2
Shouts

Developing real-world applications with LightSwitch - Part 7: Building control extensions with the extensibility toolkit

published 595 days, 17 hours, 25 minutes ago posted by KMilKMil 597 days, 2 hours, 45 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Wednesday, October 05, 2011 12:22:08 PM GMT
In the previous article, Gill Cleeren looked at the extensibility hooks you get in LightSwitch applications. He's also constructed a LightSwitch extension by building a custom Silverlight control that he added to the LightSwitch application. In this part, he uses the extensibility toolkit to build extensions. (more)
category: Metro | clicked: 9 | 4 comments | | source: www.silverlightshow.net
tags: LightSwitch
5
Shouts

What are WPF Commands and Events

published 595 days, 17 hours, 25 minutes ago posted by dharadhara 598 days, 4 hours, 26 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Tuesday, October 04, 2011 10:40:52 AM GMT
In order the application to respond to user input WPF offers 2 concepts . Lot of people get confused with events and commands. When do you use what? When to choose which? Handling input in WPF is done by 1. Event Handling 2. Command... (more)
category: Web Dev | clicked: 22 | 5 comments | | source: beyondrelational.com
tags: .NET, WPF, ASP.NET
3
Shouts

Developing Windows Phone 7 HTML5 apps with PhoneGap | Colin Eberhardt's Adventures in .NET

published 600 days, 20 hours, 13 minutes ago posted by FantasticMrFishFantasticMrFish 602 days, 7 hours, 47 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 7:19:46 AM GMT
This article show the step-by-step development of a Windows Phone 7 HTML5 application using PhoneGap. It also looks at how viable this approach is for cross-platform mobile development.Introduction … and Why HTML5? Windows Phone 7 allows native application development in both Silverlight and XNA, both of which are mature framework with excellent tool support. So why would you want to develop an application with HTML5 / JavaScript instead? Personally I think the only viable reason for doing this (other t... (more)
category: Metro | clicked: 54 | 5 comments | | source: www.scottlogic.co.uk
tags: Windows Phone 7, phoneGap
4
Shouts

JQuery with webform input validation, ajax posting json to asp.net C

published 604 days, 23 hours, 30 minutes ago posted by jphellemonsjphellemons 606 days, 8 hours, 2 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 26, 2011 7:04:40 AM GMT
This blog post is all about how to make a nice form and have client side validation with jQuery and the famous validation plugin. After validating the data, the form will be posted asynchronous to an Asp.Net C# Webservice/webmethod. While the post is being processed, a nice loading image will be displayed to notify the user of the progress. (more)
category: Web Dev | clicked: 26 | 5 comments | | source: www.jphellemons.nl
tags: Validation, webform, jQuery, ASP.NET, html5
6
Shouts

SQL 11 (Code Name: “Denali”) – Debugging enhancements – Data Tips

published 588 days, 18 hours, 36 minutes ago posted by dharadhara 590 days, 7 hours, 54 minutes ago
Thursday, October 13, 2011 8:30:22 PM GMT Wednesday, October 12, 2011 7:12:12 AM GMT
The debugger of any IDE is a very powerful tool because it gives developers the insight on how their program or script is functioning. I have throughout been a SQL person, and have always felt that at some stage, Microsoft SQL Server did not deliver at... (more)
category: Data | clicked: 9 | 6 comments | | source: beyondrelational.com
tags: SQL Server, TSQL, denali
4
Shouts

Convert in code as in XAML: how to get the XAML processor’s converter

published 629 days, 4 hours, 46 minutes ago posted by jmix90jmix90 630 days, 6 hours, 30 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 8:37:05 AM GMT
Sometimes you need to set property on controls from the code and then you realize that this is not like in XAML: these are not strings? No, they are not! This is because the XAML processor convert the string to the correct type when it process the XAML. In this post we’ll see how to reproduce the same behavior from the code: a little snippet which can help you someday ! (more)
category: How To | clicked: 3 | 4 comments | | source: www.jonathanantoine.com
tags: processor, Converter, How-To, WPF, XAML
5
Shouts

SQL 11 (Code Name: “Denali”) – Debugging enhancements – Setting, Labeling, Using & Searching Conditional Breakpoints

published 595 days, 17 hours, 25 minutes ago posted by dharadhara 601 days, 5 hours, 5 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Saturday, October 01, 2011 10:01:16 AM GMT
Way back in March 2011, I attended Tech-Ed India 2011 (read my 3 part series here – Part 01 , Part 02 , Part 03 ). During Tech-Ed, I learnt about some of the cool new T-SQL debugging enhancements in the next public release of Microsoft SQL Server, SQL... (more)
category: Data | clicked: 10 | 3 comments | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

WCF # 4 – Metadata Exchange Points (Creating/Exposing Metadata Exchange Point using code and configuration files)

published 595 days, 17 hours, 25 minutes ago posted by dharadhara 601 days, 5 hours, 4 minutes ago
Thursday, October 06, 2011 9:41:22 PM GMT Saturday, October 01, 2011 10:02:11 AM GMT
Hi Friends, We have learnt how to write the web service using WCF,In this article we will see how Metadata in WCF refers to the information that describes precisely how to communicate with a service. * Clients can request metadata from a running... (more)
category: Web Dev | clicked: 23 | 4 comments | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET