godsw1000

Stories kicked by friends of godsw1000

MVC Strongly-Typed Action Helpers - They're Back!(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 days, 9 hours ago

Way back in 2009, the MVC Futures assembly introduced “strongly-typed action helpers”. They allowed you to render links using lambda expressions pointing directly to the actions on your controller, rather than using strings. Here's an alternative implementation that aims to resolve some of the performance issues they had. read more...

1 comment |category: |Views: 187

tags: another

On the road less traveled: a DBA Roadmap review(marlonribunal.com)

submitted by MarlonrMarlonr(704) 23 days, 19 hours ago

If you are a SQL Server DBA with 2-3 years worth of experience or even a mid-level SQL pro looking to advance his career and thinking that he could use an advice or two, you owe it to yourself to purchase this seminar. read more...

add a comment |category: |Views: 5

tags: another

Who Are The Sysadmins In This SQL Server? (marlonribunal.com)

submitted by MarlonrMarlonr(704) 24 days, 19 hours ago

When you're working on a sql server database, it is critical who has complete of your server. read more...

add a comment |category: |Views: 6

tags: another

Expression Trees + Generic Static Constructors(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 29 days, 18 hours ago

A great thing about .NET Expression Trees is you can compile them at runtime, and they’ll execute as fast as any .NET code. However, while building and compiling a tree is pretty quick, it’s best if you only need to do it once. Here's a way to do that with a generic class and static constructor. read more...

add a comment |category: |Views: 11

tags: another

5:01 developers are visionless hacks(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 1 month, 7 days ago

5:01 developers -- those developers who punch out at 5:01 and never think about technology again until 9am, the people who don't read programming blogs or attempt to advance their craft, these developers have neither vision for technology, nor ambition in their field. Where the 501 Manifesto errs. read more...

1 comment |category: |Views: 336

tags: another

Download Multiple Files As Zip In Asp.Net(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1181) 1 month, 17 days ago

This Example Explains how to Download Multiple Files As Zip File Or Archive From Server In Asp.Net. read more...

add a comment |category: |Views: 17

tags: another

Regular Expression for Email Address validation in C#(techsamosa.com)

submitted by ankygoyalankygoyal(519) 1 month, 17 days ago

Provides a regular expression to validate standard email addresses. read more...

add a comment |category: |Views: 25

tags: another

Your own sports news site with ESPN API and Knockout.js(www.strathweb.com)

submitted by fdubfdub(281) 1 month, 18 days ago

Build your own sports news hub with ESPN API, knockout.js, jQuery and Twitter boostrap. Source code included. read more...

add a comment |category: |Views: 246

tags: another

Tackling Metro Performance Killers(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 1 month, 20 days ago

Dave Tepper, the Program Manager for Windows, shows us how to take care of common performance problems that pop up in Metro-style applications. Some of these performance problems extend to normal web development as well. read more...

add a comment |category: |Views: 87

tags: another

Rx - Join(blogs.microsoft.co.il)

submitted by bnayabnaya(431) 1 month, 22 days ago

this post is an advance one so you haven't yet master the Rx basic practice you might want to start in here. the post will focus on the Join and GroupJoin operators and we will try to get a solid understanding of what does it really means to join multiple data streams. the Rx notion of join is quit different than the join we has used to know in SQL queries. read more...

add a comment |category: |Views: 109

tags: another

Async/Await Could Be Better(www.codeproject.com)

submitted by dpetersondpeterson(4397) 1 month, 23 days ago

I think just about everyone is excited about the new async/await features in C#5. They make for cleaner code and easier multithreading. However, Paulo Zemek has thought of a few ways in which they could be better. read more...

add a comment |category: |Views: 230

tags: another

Using Reactive Extensions for Streaming Data from Database(www.aboutmycode.com)

submitted by mcnamaragiomcnamaragio(283) 1 month, 24 days ago

You have probably heard about Reactive Extensions, a library from Microsoft that greatly simplifies working with asynchronous data streams and allows to query them with Linq operators. There are many different scenarios where using rx results in a much more simple and flexible code. This post demonstrates how to use reactive extensions for loading data from database asynchronously in chunks. read more...

add a comment |category: |Views: 168

tags: another

10 Questions, 10 Answers on Roslyn -- Visual Studio Magazine(visualstudiomagazine.com)

submitted by pwhe23pwhe23(972) 1 month, 27 days ago

10 questions and answers to help understand the Roslyn complier-as-a-service project for Visual Basic and C# developers. read more...

add a comment |category: |Views: 198

tags: another

.NET vs Windows 8(geekswithblogs.net)

submitted by pwhe23pwhe23(972) 1 month, 27 days ago

So, day 1 of DevWeek. Lots and lots of Windows 8 and WinRT, as you would expect. What I want to focus on is this: Windows 8 does not make .NET developers obsolete. read more...

2 comments |category: |Views: 342

tags: another

Windows 8 does not make .NET developers obsolete(www.simple-talk.com)

submitted by dpetersondpeterson(4397) 1 month, 27 days ago

Simon Cooper reports the good news straight from DevWeek that Windows 8 is not going to leave us out in the cold, and that .Net applications are fully supported on the Windows 8 desktop. read more...

1 comment |category: |Views: 327

tags: another

WinRT Samples: Running Background Tasks(www.srtsolutions.com)

submitted by dpetersondpeterson(4397) 1 month, 28 days ago

Bill Wagner has thrown together an example of running background tasks under WinRT. Background tasks allow your application to be woken by the OS in response to certain events or conditions. read more...

add a comment |category: |Views: 108

tags: another