Category Archives: Code Project ASP.NET - Page 2

Confirm Message Box

A confirm message box that can be drawn with HTML and CSS

A Smarter Way to Include JavaScripts and CSS to Reduce Page Load Times

Reduce the number of HTTP requests required to render the page, resulting in faster page loads by combining and compressing multiple JavaScripts into one JavaScript file and multiple CSS files into one style sheet file.

A Collection of JavaScript Gotchas

An introduction to the weirder side of JavaScript for developers new to the language.

Create REST service with WCF and Consume using jQuery

Create REST service with WCF and Consume using jQuery

Calling a code-behind function from javascript

How to run server side code calling from javascript, receive a result and update your web page

Creating a Bilingual ASP.NET MVC3 Application – Part I

This article provides a simple globalization mechanism for a bilingual website. Part I creates a simple bilingual website.

Targets

A WPF target shooting game.

Generic Multi-Select MVVM ListBox Drag and Drop Helper with Custom Feedback for Silverlight 4.0

This article focuses on developing an MVVM compatible ListBox-to-ListBox drag/drop helper for Silverlight.

Drawing a Line Graph in GDI+

Drawing a line graph in Cartesian coordinates (VB.NET and GDI+)

State Management and ways to handle Cache in Web Farm/Web Garden scenario

This article gives the brief Idea about State Mangement and discusses variuos approcahes in for handling in Web Farm/Web Garden scenario