jgeurts

Stories submitted by jgeurts

Using pjax with ASP.Net MVC3 (razor)(biasecurities.com)

submitted by jgeurtsjgeurts(195) 10 months, 1 day ago

Shows how to use the jquery pjax plugin with asp.net mvc3 razor views. read more...

add a comment |category: |Views: 38

tags: another

Useful extension methods for SelectList items in ASP.Net MVC(biasecurities.com)

submitted by jgeurtsjgeurts(195) 1 year, 1 month ago

A small set of useful extensions for dealing with the Asp.Net MVC select lists (DropDownList/ListBox) helpers. read more...

add a comment |category: |Views: 18

tags: another

FluentScheduler Released - Fluent task/cron job scheduling library(bit.ly)

submitted by jgeurtsjgeurts(195) 1 year, 2 months ago

FluentScheduler is a .NET 4 based task scheduler that allows you to run tasks/cron jobs from your application. A fluent api is used to configure schedules for when to run each task. read more...

add a comment |category: |Views: 73

tags: another

Creating NuPack packages with TeamCity(biasecurities.com)

submitted by jgeurtsjgeurts(195) 1 year, 3 months ago

Rebuild local NuPack packages every time Team City builds your project. read more...

add a comment |category: |Views: 15

tags: another

Have the JQuery UI Autocomplete widget behave like Google Suggest(biasecurities.com)

submitted by jgeurtsjgeurts(195) 1 year, 10 months ago

Change the behavior of the autocomplete control to allow each dropdown item to behave like a link, rather than just populate text in a textbox. read more...

add a comment |category: |Views: 72

tags: another

Localize Asp.Net MVC Views using a LocalizedViewEngine(biasecurities.com)

submitted by jgeurtsjgeurts(195) 2 years, 1 month ago

Use a custom view engine to easily localize mvc views. read more...

add a comment |category: |Views: 17

tags: another

Localize Asp.Net MVC Views using a LocalizedViewEngine(biasecurities.com)

submitted by jgeurtsjgeurts(195) 2 years, 1 month ago

Use a custom view engine to easily localize mvc views. read more...

1 comment |category: |Views: 15

tags: another

jQuery intellisense with vs.net when using CDN to host jQuery(biasecurities.com)

submitted by jgeurtsjgeurts(195) 2 years, 3 months ago

Get jQuery intellisense within Visual Studio when you link to a CDN hosted jQuery library read more...

add a comment |category: |Views: 57

tags: another

Optimize asp.net website on IIS7, using GZip compression(biasecurities.com)

submitted by jgeurtsjgeurts(195) 2 years, 9 months ago

How to setup GZip compression for javascript files and dynamic content. read more...

1 comment |category: |Views: 300

tags: another

Helper to access route parameters(biasecurities.com)

submitted by jgeurtsjgeurts(195) 2 years, 11 months ago

Helper class used to get the key/value parameters parsed from a URL from Asp.Net Routing. read more...

add a comment |category: |Views: 31

tags: another

Asp.Net MVC: Support both static and dynamic views(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 1 month ago

Using a custom controller factory class, I show how to have static files for views and view content loaded from the db. read more...

add a comment |category: |Views: 92

tags: another

BinaryResult for Asp.Net MVC(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 6 months ago

Return binary data from a controller action with BinaryResult read more...

add a comment |category: |Views: 166

tags: another

Complex SQL conditional statements with SubSonic 2.1(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 7 months ago

Create complex SQL conditional statements in C# with SubSonic. Eg. select * from Product where IsActive = 1 and (ExpiredOn is null OR ExpiredOn <= '01/01/2020') read more...

add a comment |category: |Views: 163

tags: another

Archiving CMS type data using SubSonic(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 7 months ago

Shows how to use Subsonic 2.1 to create archives for CMS type data read more...

add a comment |category: |Views: 34

tags: another

Iterate asp.net validators client side(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 7 months ago

Shows how to work with asp.net validator controls via client side (javascript) functions & properties. read more...

add a comment |category: |Views: 17

tags: another

Add buttons to share Graffiti posts with social sites(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 9 months ago

Add DotNetKicks kick it button (and many other share buttons) to Graffiti CMS read more...

add a comment |category: |Views: 12

tags: another