mhardy

Stories kicked by mhardy

SQL Data Decimation by Date Range and Nth Record(www.arroyocode.com)

submitted by ArroyocodeArroyocode(101) 3 days, 11 hours ago

Data decimation (aka Down Sampling) of large SQL datasets allows application to quickly visualize trends in data over large historical periods greatly improving application performance. Combining a custom date range and a SQL Modulo operator, quickly and evenly display long periods of data. read more...

3 comments |category: |Views: 59

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 17 days, 14 hours ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 208

tags: another

There’s a Tool for That: 13 Essential Tools for the Ninja Web (blogs.telerik.com)

submitted by TelerikTelerik(388) 18 days, 8 hours ago

In this blog I highlight a few tools I find useful for web development, and best of all, almost all of them are completely free! read more...

add a comment |category: |Views: 41

tags: another

How to create custom forms in Orchard CMS with Email and reCaptcha(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 27 days, 4 hours ago

Forms should be easy right? Well, forms have a habit of making life difficult for web developers. But now finally, we can see how Orchard CMS can help make this easy with its rich extensibility model. read more...

2 comments |category: |Views: 113

tags: another

A recipe for Dev to Production with ASP.NET MVC and RavenDB(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 1 month, 25 days ago

Been meaning to spend time looking into a NOSQL solution, but don't have time to do the research? Now is your chance! We've broken it down for you so you can get at this topic from dev to production. So, don't be tentative and let procrastination hold you back. Learn this stuff! You'll be happy you gave it the time it deserves... read more...

2 comments |category: |Views: 243

tags: another

ASP.NET MVC4, WebAPI, and Razor are now all open source!(www.hanselman.com)

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

Microsoft just announced today that they are open sourcing ASP.NET MVC 4, ASP.NET Web API, ASP.NET Web Pages v2 (Razor) all with contributions under the Apache 2.0 license. The source code is available on codeplex. This is great news for ASP.NET developers! read more...

2 comments |category: |Views: 214

tags: another

5 things to learn about ASP.NET MVC 4(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 2 months ago

MVC took 3 versions to become a stable and widely usable web application development framework, but still had you doing many things from the ground up. Version 4 now comes with plenty more in the box and it's looking more and more like a web framework to be reckoned with read more...

2 comments |category: |Views: 665

tags: another

5 things you never thought about doing with MVC 3(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 2 months ago

Let's face it - there are a lot of sites out there now running MVC3, probably mostly using the same patterns. This is a taster of some of the creative ways that this versatile platform is being used. read more...

2 comments |category: |Views: 591

tags: another

My Top 5 VS11 Designer Improvements for ASP.NET 4.5 Development(blogs.telerik.com)

submitted by TelerikTelerik(388) 2 months, 1 day ago

A couple of weeks ago Microsoft released a beta version of the latest iteration of our favorite IDE - Visual Studio. This latest version, Visual Studio 11, contains quite a lot of improvements over Visual Studio 2010. With this release we also get to see all of the latest additions to ASP.NET 4.5 and of course the integration with VS11! I've been tinkering with both ASP.NET 4.5 and VS11 quite a bit lately, and I wanted to give a quick list of my top favorite features in the new Visual Studio's Designer interface. read more...

1 comment |category: |Views: 256

tags: another

Windows 8 Consumer Preview Roundup(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 2 months, 18 days ago

In case you’ve been living under a rock, you should probably know that Microsoft released a Consumer Preview version of Windows 8 this week. We've dug through some of the more interesting links and digested them for you here. Check out the build and let us know what you think of it! read more...

add a comment |category: |Views: 179

tags: another

WordPress VPS Now Available(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 3 months, 9 days ago

A new image with WordPress, PHP, MySql, and MySql Workbench preinstalled and configured is now available. read more...

add a comment |category: |Views: 92

tags: another

Programming Language Rankings(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 14 days ago

RedMonk has released a ranking of programming languages based on their popularity on StackOverflow and GitHub. The buzz seems to be focused on Java, which is surprising since C# left it in the dust on features... read more...

1 comment |category: |Views: 564

tags: another

Testing DI bootstrappers(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 3 months, 21 days ago

While your Dependency Injection bootstrappers - being responsible for gluing your application together - are a vital part of your application, they are seldom put under test. I don't see any reason why they shouldn't be though. The cost of these tests is negligible, definitely if you compare it to the cost of the often catastrophical outcome of bugs in your bootstrappers. read more...

add a comment |category: |Views: 152

tags: another

Web Essentials and CSSCop for Visual Studio 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 months, 21 days ago

This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications faster. A new extension CSSCop which is a FXCop for style sheets. You can download the Web Essentials for Visual Studio 2010 here. The CSSCop can be download from here. Download link for Image Optimizer is here. You can read my previous post on Web Standards update here to refresh your memories. read more...

1 comment |category: |Views: 59

tags: another

Debugging Windows Service(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(131) 3 months, 21 days ago

In this post we can see the process of debugging windows services read more...

add a comment |category: |Views: 152

tags: another

Number- New HTML5 Input type(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1347) 3 months, 23 days ago

I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up and down arrow and with the help of this you can increase or decrease of value.Attributes of Number Input type: There are four attributes of Number input types.Value : This attribute is used to specify the default value of the input type once its first load... read more...

add a comment |category: |Views: 19

tags: another