powerrush

Stories kicked by friends of powerrush

A Hidden Performance Bottleneck - Discover and Resolve(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 2 months ago

I have been working a lot on Wait Stats and Wait Types recently. Last Year, I requested blog readers to send me their respective server’s wait stats. I recorded the wait stats and my recommendations and did further research. At some point at time, there were more than 10 different round trips of the recommendations and suggestions. Finally, after six month of working my hands on performance tuning, I have collected some real world wisdom because of this. Now I plan to share my findings with all of you over here. read more...

add a comment |category: |Views: 531

tags: another

Book Review: Eloquent JavaScript: A Modern Introduction to Programming(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 2 months ago

During my flight to and from Seattle, WA from the MVP Summit I was able to read Eloquent JavaScript: A Modern Introduction to Programming by Marijn Haverbeke (@marijnjh). It is kind of funny to say, but for some parts of the book it almost read like a novel. Read on for more details ;) read more...

add a comment |category: |Views: 5

tags: another

WPF Themes now available on NuGet(www.rudigrobler.net)

submitted by TanyaGTanyaG(365) 1 year, 2 months ago

WPF Themes are now available on NuGet read more...

add a comment |category: |Views: 241

tags: another

Select IN com LINQ - Entity Framework(rodolphosa.blogspot.com)

submitted by rodolphosarodolphosa(64) 1 year, 2 months ago

how make a "select in" with LINQ and microsoft entity framework? read more...

1 comment |category: |Views: 11

tags: another

Reducing Silverlight memory usage(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 2 months ago

While building a Silverlight-based reporting tool for a client in the healthcare industry, Falafel Software were able to halve its memory usage using ANTS Memory Profiler. read more...

add a comment |category: |Views: 182

tags: another

Output Caching Actions Gotcha in ASP.NET MVC 3(www.dotnetcurry.com)

submitted by johnastuntzjohnastuntz(191) 1 year, 2 months ago

The following article describes how to avoid the output caching problem in ASP.NET MVC 3. read more...

add a comment |category: |Views: 230

tags: another

Flatten your architecture: Simplicity as a core value(ayende.com)

submitted by joycscjoycsc(1597) 1 year, 2 months ago

Ayende discusses how a seemingly well structured yet complex application architecture which follows SOLID principles isn’t always the best thing when it comes to reading data (and tuning for performance) read more...

add a comment |category: |Views: 53

tags: another

The stuff of dreams: shipping software virtually free of bugs.(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 3 months ago

Shipping bug–free software doesn’t have to remain a pipe dream. SmartAssembly’s Automated Error Reporting makes it simple for users to send you comprehensive feedback about product errors while you’re still testing. read more...

add a comment |category: |Views: 161

tags: another

Automated Error Reports: the simple way to hear when things go wrong.(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 3 months ago

Most users won't bother to mention bugs when they find them: it's tricky to remember what caused them and technically challenging to provide the details. Why not let your users give you the whole story in one click, with SmartAssembly's Automated Error Reporting? read more...

1 comment |category: |Views: 92

tags: another

Dynamically Appending Elements to jQuery Mobile ListView(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 3 months ago

I've been developing with jQuery Mobile the past several weeks and the application I'm working on has a listing page where I am retrieving the results via $.ajax and then dynamically appending the results to the current page. Unless you know the trick, your page won't render like you expect... read more...

add a comment |category: |Views: 97

tags: another

jQuery.Deferred to Tell When Certain iframes Are Loaded(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 3 months ago

Since jQuery 1.5 came out I've been intrigued about the new jQuery.Deferred feature, but hadn't used it until now. You might think that Deferreds are isolated to only jQuery.ajax requests, but they are much more flexible than that. jQuery.ajax utilize defferds, but you can also use them to define your own set of promises. read more...

add a comment |category: |Views: 8

tags: another

Amplify: a jQuery component library for solving common web problems(amplifyjs.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 3 months ago

Amplify is a set of components designed to solve common web application problems with a simplistic API. Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source. read more...

add a comment |category: |Views: 8

tags: another

Visualize changes in your repository(blog.eweibel.net)

submitted by pweibelpweibel(25) 1 year, 3 months ago

As you perhaps know, there exists a very interesting project on Google code, with which you can visualize the activities on your repository: Gource. In this blog post I show how to use it and to create a movie. read more...

add a comment |category: |Views: 52

tags: another

ASPInsiders Twitter List(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 3 months ago

The ASPInsiders is a select group of international professionals in ASP.NET technologies (Web Forms, MVC, Web Pages, etc...) Jason Gaylord has assembled a list of ASPInsiders into a new ASPInsiders Twitter List that you can follow to keep track of the latest in ASP.NET technologies. read more...

add a comment |category: |Views: 2

tags: another

Free Julian on JavaScript Series (www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 3 months ago

If you are new to JavaScript or just don't know it as well as you should, then I encourage you to watch the Julian on JavaScript Series on DevExpress. Julian M Bucknall wrote an awesome series a while back called JavaScript for C# Developers that I remember going through that helped me become a better JavaScript developer. Julian has planned out 4 sessions thus far, and has completed one of them already. If you can't make the live webinar, then the sessions will be available to view online afterwards. read more...

add a comment |category: |Views: 4

tags: another

Locating a memory leak in Silverlight(www.dllshepherd.net)

submitted by javeryjavery(5523) 1 year, 3 months ago

Yesterday my team leader told me he is pretty sure we have a memory leak in our application. The memory usage for the web browser just continued to grow without any end. And when using an environment with a lot of data that problem multiplied. I actually thought we had one after my computer came to a crawl when I forgot to close the browser… read more...

add a comment |category: |Views: 168

tags: another