gavinjoyce Subscribe to this feed

Stories submitted by friends of gavinjoyce

Query Optimization - Interesting Observation of Compute Scalar before (dotnetkicks.com)

published 1 day, 23 hours ago, submitted by pinaldavepinaldave(6378) 3 days, 19 hours ago

SQL SERVER – Stream Aggregate Showplan Operator – Reason of Compute Scalar before Stream Aggregate February 5, 2010 by pinaldave | Edit I keep a check on the questions received from my readers; when any question crosses my threshold, I surely try to blog about it online. Stream Aggregate is a quite commonly encountered showplan operator. I have often found it in very simple COUNT(*) operation’s execution plan. If you like to read an official note on the subject, you can read the same on Book Online over here. The Stream Aggregate operator groups rows by one or more columns and then calculates one or more aggregate expressions returned by the query. Click more for further story. read more...

add a comment | category: | Views: 226

tags: another

A deeper look into AutoMapper: Custom Type Resolvers (www.dimecasts.net)

published 6 days, 12 hours ago, submitted by dwhittakerdwhittaker(12k) 6 days, 19 hours ago

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code read more...

add a comment | category: | Views: 196

tags: another

How to Convert Hex to Decimal - A simple puzzle (blog.sqlauthority.com)

published 3 days, 17 hours ago, submitted by pinaldavepinaldave(6378) 9 days, 1 hour ago

How to Convert Hex to Decimal - A simple puzzle? Let us see if you have answer to this simple puzzle. read more...

1 comment | category: | Views: 389

tags: another

Validating Architecture with Visual Studio 2010 (blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4885) 10 days, 15 hours ago

I went to a local MS launch event for Visual Studio today, mainly to see what was new with Team Foundation Server, but what really impressed me was some of the new architecture tools they've added. I admittedly haven't read too much about this before today (my needs have been well-served by NDepend) but I'm happy to see some improved architecture tools find their way into Visual Studio. Looking at the version comparison chart, it appears this is only available in the Ultimate version. read more...

add a comment | category: | Views: 4

tags: another

Developer "Houses" - Awesome Cubicle Alternative (developertown.com)

submitted by powerrushpowerrush(3754) 11 days, 12 hours ago

It's one of the first things a visitor to our office notices. It's one of the reasons we call our company a Town. Standing there in the middle of the office, surrounded by desks, chairs, printers, filing cabinets, all the trappings of the typical modern workspace, is a house. read more...

add a comment | category: | Views: 14

tags: another

30 “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Gu (weblogs.asp.net)

submitted by powerrushpowerrush(3754) 11 days, 14 hours ago

These “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010. These videos aren’t an exhaustive list of everything new – but do provide a great way to quickly learn about many of the cool new things coming with the release. read more...

add a comment | category: | Views: 3

tags: another

Enable cross-site XMLHttpRequest with W3C spec CORS (hacks.mozilla.org)

submitted by powerrushpowerrush(3754) 14 days, 8 hours ago

Firefox 3.5 and Safari 4 implement the CORS specification, using XMLHttpRequest as an “API container” that sends and receives the appropriate headers on behalf of the web developer, thus allowing cross-site requests. IE8 implements part of the CORS specification, using XDomainRequest as a similar “API container” for CORS, enabling simple cross-site GET and POST requests. read more...

add a comment | category: | Views: 12

tags: another

Context and Best Practices (www.lostechies.com)

published 14 days, 13 hours ago, submitted by usshermussherm(5255) 14 days, 16 hours ago

The Right Way versus the Better Way; Default Architectures; Starting Small read more...

add a comment | category: | Views: 432

tags: another

A deeper look into AutoMapper: Projection and Flattening Objects (www.dimecasts.net)

published 14 days, 15 hours ago, submitted by dwhittakerdwhittaker(12k) 14 days, 18 hours ago

Continue our look at the AutoMapper framework. AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to take a deeper look at how you can flatten your model during transformation or perform projection during transformation. read more...

add a comment | category: | Views: 162

tags: another

SQL SERVER – Find Statistics Update Date – Update Statistics (blog.sqlauthority.com)

published 12 days, 12 hours ago, submitted by pinaldavepinaldave(6378) 14 days, 19 hours ago

Statistics are one of the most important factors of a database as it contains information about how data is distributed in the database objects (tables, indexes etc). It is quite common to listen people talking about not optimal plan and expired statistics. Quite often I have heard the suggestion to update the statistics if query is not optimal. Please note that there are many other factors for query to not perform well; expired statistics are one of them for sure. read more...

3 comments | category: | Views: 173

tags: another

A new way to filter a list by URL - StringToIQueryable (weblogs.asp.net)

submitted by zowenszowens(905) 18 days, 12 hours ago

Ever see a URL with a bunch of query string variables that is used to filter a list result? There is a new way to write and parse a query parameter using a parser monad and a few standard combinators that can be used to filter an IQueryable based on a pre-defined syntax. Have a look at the code that will make your querying easier with MVC. read more...

add a comment | category: | Views: 9

tags: another

Working with Partials in Spark: Part 2 (www.dimecasts.net)

published 21 days, 6 hours ago, submitted by dwhittakerdwhittaker(12k) 21 days, 18 hours ago

We continue to take look at how to use Partials within the Spark View Engine. In this episode we will take a deeper look at partials and learn more about their _undocumented_ features. We will also be learning how partials will allow us to create clean, compartmentalized and well organized code. read more...

add a comment | category: | Views: 85

tags: another

How you can force the Ajax Script Loader to use jQuery 1.4 (encosia.com)

published 24 days, 2 hours ago, submitted by gt1329agt1329a(7460) 26 days, 2 hours ago

How to modify the new ASP.NET Ajax Script Loader to inject jQuery 1.4 instead of 1.3.2, without waiting on the team to update Start.js. Also covers how to make it use jQuery Validate 1.6 instead of 1.5.5. read more...

1 comment | category: | Views: 151

tags: another

jQuery 1.4 Released! (jquery14.com)

published 26 days, 9 hours ago, submitted by powerrushpowerrush(3754) 26 days, 11 hours ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments | category: | Views: 476

tags: another

LeanKit Kanban: Online Lean Kanban board (leankitkanban.com)

submitted by powerrushpowerrush(3754) 27 days, 14 hours ago

Get a Free Kanban Board sharable with up to 5 users. * Intuitive, drag-and-drop movement of tickets from lane to lane * Configurable number of lanes, lane sizes, and lane constraints * Backlog holding area for tickets * Email notifications and rss feeds of ticket events such as movement to and from lanes * Full-Screen view, perfect for wall projection or big-screen TV/monitor display read more...

add a comment | category: | Views: 17

tags: another

Working with the Managed Extensibility Framework (TOC) (randomactsofcoding.blogspot.com)

submitted by powerrushpowerrush(3754) 27 days, 15 hours ago

Have you ever attempted to write an extensible application? You know the kind. The applications where your boss wants to be able to add stuff to it without rewriting the entire application and with minimum costs. Or the type of application you want to release out to the community and provide a way for them to add their own customizations to it. read more...

add a comment | category: | Views: 3

tags: another