Stories recently tagged with 'asp'

Customizing Project Level Templates in Visual Studio Unit Test Framewo(www.dotnet-tv.com)

submitted by martinigmartinig(568) 2 months, 15 days ago

The Visual Studio Unit Test framework is the only test framework provided out of the box with ASP.NET MVC 3. This article shows you how to create and install custom test project templates and view engine options. read more...

add a comment |category: |Views: 10

tags: another

Caching AJAX Calls on Browser (toptechsolutions.blogspot.com)

submitted by SadiaAzizSadiaAziz(125) 1 year, 1 month ago

Browsers can cache images, JavaScript, CSS files on a user's hard drive, and it can also cache XML HTTP calls if the call is a HTTP GET. The cache is based on the URL. If it's the same URL, and ... read more...

add a comment |category: |Views: 2

tags: another

How to: Create SEO Friendly URL in ASP Classic(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 11 months ago

Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url. read more...

add a comment |category: |Views: 34

tags: another

Integrating TypeMock with ASP .NET Unit tests(nizarnoorani.com)

submitted by noorani786noorani786(342) 3 years, 3 months ago

Ivonna let's you write ASP .NET Unit tests in conjunction with TypeMock read more...

3 comments |category: |Views: 168

tags: another

Paging in ASP and ASP.Net(moretechtips.net)

submitted by MikeD1MikeD1(290) 3 years, 5 months ago

Comparing paging methods : DataSet , DateReader , Recordset, Top Clause , Row_Number Function I did a simple timing using these paging methods on one table of more than 1 million records , getting & looping 100 records per page.. read more...

add a comment |category: |Views: 14

tags: another

Creating a custom ViewEngine for the ASP.NET MVC framework(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years ago

Have you ever seen a presentation of ScottGu about the ASP.NET MVC framework? There is one particular slide that keeps coming back, stating that every step in the ASP.NET MVC life cycle is pluggable. Let's find out if replacing one of these components is actually easy by creating a custom ViewEngine and corresponding view. read more...

add a comment |category: |Views: 291

tags: another

Setting up classic ASP on Windows Vista and IIS7(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years ago

Setting up classic ASP on Windows Vista and IIS7 read more...

add a comment |category: |Views: 225

tags: another

A Better View On Your Coding Community!(codefeeds.com)

submitted by deksildeksil(10) 5 years ago

A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need. read more...

add a comment |category: |Views: 3

tags: another

DataGrid Columns in ASP.NET 1.x(webdotdev.com)

submitted by webdotdevwebdotdev(70) 5 years, 5 months ago

Working with the DataGrid component in ASP.NET 1.x can be an overwhelming task at times. With so many configurable options available and a myriad of different attributes and parameters to work with your head can be spinning in no time. read more...

add a comment |category: |Views: 1

tags: another