JustWhiskas

Stories kicked by JustWhiskas

Cartoon. A bit of refactoring(hacktoons.com)

submitted by miniscrumminiscrum(138) 2 years, 2 months ago

Next episode of programmers' life in comic strips. Does it look familiar? read more...

add a comment |category: |Views: 636

tags: another

Easiest Mobile Browser Detection EVER!(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 2 years, 2 months ago

Thanks to MDBF on Codeplex, mobile browser detection is as easy as 1,2,3. read more...

add a comment |category: |Views: 53

tags: another

5 Tips to get the most out of your coding time(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? read more...

2 comments |category: |Views: 1035

tags: another

ASMX ScriptService mistake: Installation and configuration(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 2 months ago

Continuing my series of posts about ASMX services and JSON, this post will cover two common mistakes that plague the process of getting a project’s first ASMX ScriptService working: Installing System.Web.Extensions into the GAC and configuring your web.config. read more...

2 comments |category: |Views: 169

tags: another

Goodbye Http Handler, Hello FileResult(www.codecapers.com)

submitted by mceranskimceranski(345) 2 years, 2 months ago

If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of object returned from an action. When building MVC apps, most of time you will use the ActionResult class. Last week while I was working on my open source project WeBlog, I built an HTTP Handler to serve up images. I started using an HTTP Handler for images because I needed a mechanism to prevent bandwidth leeching. The only bad thing about using an HTTP handler for images is that you end up with some pretty ugly URLS. By using a FileResult object with MVC you not only get a pretty URL but you also get a lot of flexibility on where you want your images to reside. You can store images anywhere you want and the URL will never need to change! read more...

add a comment |category: |Views: 109

tags: another

Data and Page Compressions – Data Storage and IO Improvement(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 2 months ago

The performance of SQL Server is primarily decided by the disk I/O efficiency. Improving I/O definitely improves the performance. SQL Server 2008 introduced Data and Backup compression features to improve the disk I/O. Here, I will explain Data compression. A detail analysis of the performance along with working script. read more...

2 comments |category: |Views: 184

tags: another

Ninject 2.0 Released!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 3 months ago

Nate Kohari announces the release of Ninject 2.0, and welcomes Ian Davis as co-maintainer of the project. read more...

add a comment |category: |Views: 372

tags: another

Cartoon. Tetris development(hacktoons.com)

submitted by miniscrumminiscrum(138) 2 years, 3 months ago

Next comic strip about programmers' fail. Guess what's wrong before reading the notes? read more...

add a comment |category: |Views: 507

tags: another

Identifying High CPU in GC (.NET) because of LOH – using Windbg(bit.ly)

submitted by reshminreshmin(383) 2 years, 3 months ago

This gives us ways to identify the high cpu usage because of frequent allocations in LOH read more...

add a comment |category: |Views: 403

tags: another