C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What is Partial Caching in ASP.NET?
Manish Kumar
13y
2.7k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Partial caching or Fragment caching allows to cache specific portions of the page rather then whole page. It is done by implementing the page in different parts by creating everything in form of user controls and caching each user control individually.
Neelamadhab Sahu
10y
1
Partial page output caching allows us to cache the rendering of a specific action on the view to enable the site to run faster. This can be a great technique to avoid unnecessary database calls to reduce server load and decrease client latency.
Sibeesh Venu
10y
0
What are different types of Caching techniques in ASP.NET?
What is difference between Namespace and Assembly?
Message