Concept of virtual path provider?
Friday, April 23, 2010
Any project has three parts three is the standard and common part and the other is the customized version. In ASP.NET they have three types of pages for any project three is common ASPX pages and the other is customized ASPX pages. Common pages are stored on file directories while customized versions of pages are stored in content database.
So in other words, we need an abstract mechanism by which we can make the content pages of SQL Server database and virtual directories. This is accomplished through virtual provider provided by SharePoint. So for every page reads custom virtual provider of database content and the same thing happens with the ASP.NET runtime. Common for all pages goes to the directory, parses it and passes it in the ASP.NET runtime.
virtual provider is an abstraction that loads the page from the bottom or the file system depending on whether or common custom pages and so with the ASP.NET runtime.
0 comments:
Website Updates
-
Software Testing : An Overview of Framework Engineering - [image: Software Testing : An Overview of Framework Engineering] Framework engineering is something which has been comprises of so many things in order t...2 months ago
-
Upload files to SharePoint Doc Library from ASP.NET - [image: Upload files to SharePoint Doc Library from ASP.NET] Here is the custom code to upload files to SharePoint doc library from ASP.NET. You could us...3 months ago
-
Calculate Maximum of two Int – Decimal - long Numbers in C# | Math.Max() - C# provide a math function to calculate max of two numbers, This function have overloaded functions for long, int, float, decimal, short etc. if you fac...6 months ago
-
Can we have Non Abstract Method in Abstract Class in C# - Yes, you can have non abstract methods in abstract class. Along with non abstract methods you can also have abstract methods in abstract class. You can ...8 months ago
-
How to Use CAML Query to get Data from SharePoint 2007 List - All I wanted was to get some information from a simple list of products in SharePoint 2007. The list was pretty simple with two colomns "Product" and "Co...1 year ago