rockinthesixstring

Stories kicked by rockinthesixstring

LINQ "Take" Discrepancy (Equivalent to Select Top N From Table)(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 1 year, 8 months ago

The correct way to use the "Take" feature in Linq to SQL when you are using "Order By" in your query. read more...

add a comment |category: |Views: 20

tags: another

MVC ActionFilterAttribute for managing web crawlers(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 1 year, 9 months ago

Allow or Block web crawlers from crawling certain pages (controller actions) on your site. Especially good for either blocking users from viewing your Sitemap.xml (similar to StackOverflow). or blocking search engines from indexing certain pages (controller actions). read more...

add a comment |category: |Views: 13

tags: another

(Visual Studio Macro) - Add Copyright Header to all .cs or .vb code fi(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 1 year, 10 months ago

Add a copyright header to all of your .cs or .vb code simply by saving it. read more...

add a comment |category: |Views: 58

tags: another

MVC2 - Separating Concerns with Service and Repository Layers(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 1 year, 10 months ago

Separating Concerns with Service and Repository Layers In this blog entry I'm going to show you how I've chosen to structure my Modal and why. read more...

add a comment |category: |Views: 87

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

RadGrid with Custom Paging / Sorting / Filtering(dotnetblogger.com)

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

Speed up your Gridview paging with this simple tip read more...

add a comment |category: |Views: 354

tags: another

ASP.NET Membership "Remember Me" That Actually Works(dotnetblogger.com)

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

For those of you who have come up against this problem in the past, I have discovered a pretty simple solution on how to make the "Remember Me" feature in the ASP.NET Membership Provider actually work. read more...

add a comment |category: |Views: 39

tags: another

URL Rewriting Made Easy Part 2 (Extensionless URL's IIS7 and URLReWrit(dotnetblogger.com)

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

Ultimately, the task of setting up Extensionless URL's in IIS is really VERY simple. Please do NOT use some of the hacks out there telling you to use wildcard mapping in IIS as it will simply add unnessessary load on your server. IIS and .NET have it all built in and your performance will be far better. The "trick" is simply to use the <system.webServer> section in your Web.Config to setup your URLRewriteModule, and to make sure that the module has the following setting (runAllManagedModulesForAllRequests="true"). read more...

add a comment |category: |Views: 37

tags: another

Simple Tableless CSS Html Design Primer(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 3 years ago

Something that seems to be constant accross school programs is a lack of design skills beyond basic html. It could be argued it doenst have a place in a technical/coding program, but if you want to impress your boss and any designer you end up working with, it would pay off to have a primer in tableless html design, using css. read more...

add a comment |category: |Views: 28

tags: another

URL Rewriting Made Easy(dotnetblogger.com)

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

When I first thought of the idea that my app needed Url Rewriting to be implemented, I put it off for months thinking that it would be a daunting task that I really didn't want to tackle... I mean, what is wrong with EVERY address to look like this: "Default.aspx?ID=54"? read more...

add a comment |category: |Views: 41

tags: another

Convert DateTime to Julian Date in C#(dotnetblogger.com)

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

If you've ever tried to do this, it's proably taken you a while to figure it out. There are a few blog posts out there that suggest you use something like this: read more...

add a comment |category: |Views: 529

tags: another

Slide.Show2 Database Config (Singleton)(dotnetblogger.com)

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

Use Vertigo's Slide.Show 2 with complete database configuration. read more...

add a comment |category: |Views: 22

tags: another

Vertigo Slide.Show2 Database to XML(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 3 years, 4 months ago

I am in the process of creating a content management system that will implement the Vertigo Slide.Show 2 slide show player. There were a couple of things that I really didn't like about the whole thing... read more...

add a comment |category: |Views: 19

tags: another

.Net Membership Profile Administration Tool(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 3 years, 4 months ago

While looking for a simpler way to manage membership in an application, I decided I'd first have a look at CodePlex as see what it turned up. I was pleasently surprised and encouraged by what I found. I came accross an application called WSAT Membership Administration, which does exactly what I ... read more...

add a comment |category: |Views: 98

tags: another

VB.NET Inline IF Statements(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 3 years, 4 months ago

If you were to do a Google search on "vb.net inline if" statements, you wouldn't come up with a whole lot of good information on the topic. And though I don't claim to know everything there is to know about the topic... read more...

add a comment |category: |Views: 664

tags: another

Windows iPhone Emulator(dotnetblogger.com)

submitted by localmanlocalman(35) 3 years, 4 months ago

Freely downloadable iphone emulator for windows read more...

add a comment |category: |Views: 546

tags: another