By tag: asp
0
kicks
Url slug in C# (c sharp)
This code snippet allows you to generate a clean Url slug.
It uses Cyrillic encoding so this solution will not work for non Latin alphabet.
0
kicks
Customizing Project Level Templates in Visual Studio Unit Test Framewo
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.
0
kicks
Caching AJAX Calls on Browser
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 ...
0
kicks
How to: Create SEO Friendly URL in ASP Classic
Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url.
0
kicks
Integrating TypeMock with ASP .NET Unit tests
Ivonna let's you write ASP .NET Unit tests in conjunction with TypeMock
0
kicks
Paging in ASP and ASP.Net
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..
0
kicks
Creating a custom ViewEngine for the ASP.NET MVC framework
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...
0
kicks
Setting up classic ASP on Windows Vista and IIS7
Setting up classic ASP on Windows Vista and IIS7
0
kicks
A Better View On Your Coding Community!
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.
0
kicks
DataGrid Columns in ASP.NET 1.x
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.