Quantcast
Channel: Chalaki » ASP.NET
Browsing all 11 articles
Browse latest View live

ASP.NET 4.0 Output Caching – What is VaryByParam and VaryByCustom

One of the easiest ways to cache ASP.NET pages is using OutputCache page directive. ASP.NET output caching reduces the time needed to execute ASP code by simply saving the output of the ASP in the HTML...

View Article



How to use the System.Web.Caching.Cache Object – ASP.NET Data Caching

Data caching is storing of data in web-server’s (IIS) memory for quick access by requesting browsers.  Any information that is expensive to get (in terms of performance) is saved in the data cache. For...

View Article

4 Easy steps to create and consume .ACX web user controls in ASP.NET 4.0,...

What are ASP.NET Web User Controls? Web User Controls are re-usable controls that you can create and use across multiple ASPX pages. When you need functionality in a control that is not provided by the...

View Article

Top 8 new features in Visual Studio 2010 Service Pack 1 for the ASP.NET...

Microsoft today released the latest version of its Visual Studio, Visual Studio Express and Visual Web Developer products. Its called Visual Studio 2010 Service Pack 1 (SP1). We at Chalaki have...

View Article

4 Easy steps to use SQL Server Compact (CE) in Visual Studio 2010 Express SP1

SQL Server Compact Edition is an embedded database that enables all functionality of SQL Server yet it is a simple and single file based. That means you don’t have to install the SQL Server. Simply...

View Article


How to select data from SQL Server Compact CE using ADO.NET SqlCeCommand and...

In this post, I will show you how to use some of the classes in System.Data.SqlServerCe Namespace to access a SQL Server CE database from a ASP.NET 4.0 web forms application. The DLL that contains...

View Article

4 Simple steps to learn SqlCeDataAdapater, SqlCeDataSet to modify data in SQL...

You already know, from my previous blog  Using ADO.NET SqlCeCommand and SqlCeDataReader to select data from SQL Server Compact how to SELECT data for ReadOnly using SqlCeDataReader Object. You can’t...

View Article

2 Easy steps to learn ASP.NET Routing, map URLs to aspx and pass variables

It is becoming extremely important now a days to use simple URLs  without showing the .aspx extention and also hiding the Query String parameters such as page.aspx?name1=value1&name2=value2. SEO...

View Article


Fundamentals of ASP.NET MVC 3 Partial Views

ASP.NET MVC Partial Views are similar to web user controls available in ASP.NET WebForms. They are reusable components that can be plugged into regular MVC views. A header or footer or a stock ticker...

View Article


Two ways to render MVC3 Partial Views: Client side Javascript or server side...

We learned a great deal about the Partial Views in my post Fundamentals of MVC Partial Views. In this post I’ll show you how to create a partial view in a Visual Studio MVC 3 project and how to load...

View Article

How to design Tag based hierarchical categories, manage them using ASP.NET,...

If you used wordpress, you will notice how it lets you assign categories to your posts. These categories or Tags are hierarchical and nested. One can assign one or more of these categories to a post...

View Article
Browsing all 11 articles
Browse latest View live


Latest Images