Resources No resource found - Using Azure Redis Cache On Your .NET Core Application - Part TwoApr 16, 2018. In this article, we will see how to use Azure Redis cache to cache your data and provide a faster way of loading the web pages to the users.
- Mapping Output Cache Profile In SharePoint Page LayoutApr 05, 2018. In this article, I would like to share the steps to Map the Output cache profile for page layout in SharePoint.
- Utilizing Azure Redis Cache As Backend For Chat AppMar 29, 2018. I have had some experiences trying to build a chat application—most of the time I failed, or I had some other important stuff to deal with. A few weeks back I wanted to check some services on Microsoft Azure, and Azure Redis Cache got my attention. As much as the name sounds crazy, the service itself is great, and runs on the Redis protocol.
- Using Azure Redis Cache On Your .NET Core Application - Part oneMar 18, 2018. In this article, we will see how to use Azure Redis cache to cache your data and provide a faster way of loading the web pages to the users
- Enable Output Cache Settings In SharePoint OnlineMar 16, 2018. In this article, I would like to share the steps to configure the Output cache in SharePoint online. Output cache settings is available on the SharePoint publishing sites.
- Three Ways To Improve Performance Using Caching In ASP.NET MVC ApplicationsMar 13, 2018. In this article, you will learn 3 different ways to improve performance using caching In ASP.NET MVC applications.
- How To Force The Browser To Reload Cached .JS, .CSS Files To Reflect The Latest Changes To Those FilesMar 09, 2018. Whenever we do some modification to the existing .js, .css files and move them to a production environment, those changes may not get reflected in the browser of customer who is using our software.
- How To Change HTTP Browser Cache SizeMar 05, 2018. HTTP Caching is available in most browsers and helps make a website more responsive and reduce network bandwidth. In this article, we will understand how to increase or decrease the Cache size in Modern browsers like Google Chrome, Mozilla Firefox, IE.
- Using EasyCaching In ASP.NET Core - Caching InterceptMar 02, 2018. In this article, you will learn how to use EasyCaching to simplify caching operations
- No Tracking With Entity Framework CoreMar 02, 2018. DbContext in Entity Framework is responsible for tracking the changes made on the entity or object, so the correct update is done to the database when the SaveChange() method of context is called. When we retrieve entities using an object query, the Entity Framework puts these entities in a cache and tracks whatever changes are made on these entities until the savechanges method is called. Entity Framework tracks the query results that return entity types.
- Caching Rules In Azure CDNFeb 24, 2018. From this article you will learn how to work with caching rule settings in Azure CDN.
- Using EasyCaching In ASP.NET Core - Part OneFeb 05, 2018. In this article, you will learn how to use an open source library named EasyCaching to handle caching in ASP.NET Core.
- Cache Tag Helper In ASP.NET Core MVCJan 25, 2018. Caching tag helper can improve the performance and scalability of the application dramatically and it cache the data into the internal ASP.NET Core cache provider.
- A Web Performance Audit Of C# CornerDec 29, 2017. A recent article on C# Corner brought the attention to performance issues due to legacy hardware that was causing the site not to scale well to meet its growing demand.
- Tips And Best Practices To Improve ASP.NET Web Application PerformanceDec 01, 2017. This article suggests you a few tips to improve the performance of an ASP.Net application. There are many more things which may ensure a better performance and faster response time for a web application. I am discussing only a few of the best practices that will help you avoid some unwanted performance hitters from your application. So, you will have a more light weight application which runs quicker and gives a better response time.
- ASP.NET Core 2.0 MVC FiltersNov 13, 2017. Filter runs after an action method has been selected to execute. MVC provides built-in filters for things like authorization and caching. Custom filters are very useful to encapsulate reusable code that you want to run before or after action methods.
- ASP.NET Core 2.0 MVC Distributed Cache Tag HelperNov 09, 2017. Cache and Distributed Cache Tag Helper help improve performance of your application by caching view’s content, either in-memory or in a distributed cache (e.g. Redis). Distributed Cache Tag Helper uses IDistributedCache to store contents in a distributed cache. To learn more about distributed caching, please refer to an earlier post here.
- Azure Cache In ASP.NET Core 2.0Oct 25, 2017. In this article, you will learn about Azure Cache in ASP.NET Core 2.0.
- ASP.NET Core 2.0 Response CachingOct 13, 2017. As you navigate between a controller with caching enabled (Home) and another one without it (Movies), you’ll notice that time isn’t been updated i.e. it's not coming from server but rather from cache.
- ASP.NET Core 2.0 CachingOct 12, 2017. Caching frequently used data can improve the performance of a web application. For applications hosted on multiple servers, using distributed caching means the application can access data regardless of the instance server. Caching should be considered an alternate to using Session State.
- Local Data Caching In ASP.NET Web ApplicationSep 24, 2017. In this article, you will learn some solutions about local data caching in ASP.NET Web Application .
- Cache Headers For MVC File Action Result (ASP.NET Core 2.0 Preview 2)Jul 25, 2017. I’m pretty sure that you are familiar with StaticFiles middleware of the framework. All it does is serve static files (CSS, JavaScript, image, etc.) from a predefined/configurable file location (typically from inside the web root, i.e., wwwroot folder). But along the way, it also does some cache headers configuration. The reason behind this is you don’t want your server to be called up every time for a file that doesn’t change frequently. Let’s see how a request for a static file looks in the browser’s network tab.
- ASP.NET Core - In Memory CachingFeb 27, 2017. Learn about In-Memory Caching in ASP.NET Core.
- SharePoint 2013 Online - Implement Client Caching For SharePoint ObjectsJan 29, 2017. In this demo, we will discuss the caching mechanism for SharePoint Objects which are more complex in nature than the primitive data types.
- Implement Client Caching For SharePoint PropertiesJan 27, 2017. In this article, we will explore HTML5 Local Storage API, using which, the Web Applications can store data locally in the user’s browser.
- OutputCache Action Filter In ASP.NET MVCJan 20, 2017. In this article, we will learn how to use OutputCache Action Filter in ASP.NET MVC Applications.
- Response Caching In ASP.NET CoreJan 09, 2017. In this article, you will learn about Response Caching in ASP.NET Core.
- Identity Cache In LINQ To SQLJan 08, 2017. In this article, we will see what identity cache is and its impact on LINQ to SQL queries.
- Implementing Cache Provider In One Line Of CodeJan 05, 2017. In this article, I will share my own Cache Provider implementation to use everywhere when calling in one line of code
- Working With A Distributed Cache In ASP.NET CoreJan 02, 2017. In this article, you will learn how to work with a distributed cache in ASP.NET Core.
- In-Memory Caching In ASP.NET CoreDec 24, 2016. In this article, you will learn about in-memory caching in ASP.NET Core.
- Azure Redis Cache - Improve Performance Using ClusteringDec 11, 2016. In this article, we will learn how to improve the performance of Redis Cache endpoint by configuring the clustering for Azure Redis Cache.
- Azure Redis Cache Configure Data PersistenceDec 10, 2016. In this article, we will learn what Data Persistence is and how to configure the same for Azure Redis Cache
- Azure Redis Cache Enhanced Security And Network IsolationDec 10, 2016. In this article, we will learn how to configure an enhanced security for Azure Redis Cache by isolating the access to Redis Cache within the Virtual Network (VNET).
- Azure Redis Cache – IntroductionDec 09, 2016. In this article, you will learn what Azure Redis Cache is
- Using Redis Cache In Web APISep 21, 2016. In this article, we will learn, how to implement Redis Cache in Web API
- Cache Rules Everything Around Me - Using ASP.NET MVC6 TagHelpers to Bust CacheAug 25, 2016. In this article you will learn how to use ASP.NET MVC6 TagHelpers to Bust Cache.
- Caching In WPFAug 16, 2016. In this article, you will learn about caching in WPF.
- Assemblies In .NET ApplicationAug 14, 2016. In this article, I am going to explain about assemblies in .NET. Also, we will see how we can create assembly with a strong name. This article will help you understand the assembly, deeply.
- Troubleshooting and Fixing Distributed Cache Service in SharePoint 2013Aug 14, 2016. SharePoint 2013 Distributed Cache is a default service. However, troubleshooting it manually could be a challenging task.
- How To Enable Local Cache In Azure App ServiceJul 28, 2016. In this article, we will learn how to enable the Local Cache feature of Azure app Service.
- Implementing Caching In Web APIJul 25, 2016. In this article, you will learn how to implement caching in Web API.
- Azure App Service: Sessions Management in Load Balancing Environment Using Redis CacheJun 12, 2016. In this article we will learn how sessions are maintained in a load balancing environment using Redis Cache.
- Voice of a Developer: Application Cache API - Part Twenty SixMay 17, 2016. In this article you will learn about Application Cache API. This is part twenty six of the article series.
- Azure App Service Local CacheMay 14, 2016. In this article, we will learn how to improve the performance of the web app by using Azure App Service Local Cache
- Explore Persistence Caching In Web API Using CacheCow.Server.EntityTagStore.SqlServerApr 12, 2016. In this article you will learn how to explore Persistence Caching in Web API using CacheCow.Server.EntityTagStore.SqlServer.
- Apply Caching In Web API Using CacheCowApr 09, 2016. In this article you will learn how to apply Caching in Web API using CacheCow.
- Caching In Web APIMar 23, 2016. In this article we will are going to learn how to use caching in Web API.
- Product Design Future With HoloLensMar 09, 2016. Microsoft HoloLens and Autodesk Fusion 360 are helping improve collaboration across the entire product development process, enabling engineers and designers to iterate together in real-time.
- Patching Distributed Cache in SharePoint Server 2013Feb 28, 2016. In this article you will learn Patching Distributed Cache in SharePoint Server 2013.
- MVC Output Cache And Cache ProfilingFeb 22, 2016. In this post we will discuss one of the easiest ways to cache an output in MVC and output cache attributes.
- $templateCache In AngularJSJan 26, 2016. In this article I'll explain $templateCache in AngularJS.
- SharePoint Page Performance OptimizationJan 22, 2016. In this article we can explore few options to improve SharePoint Page Performance.
- How To See Cache Files In Web BrowsersNov 05, 2015. In this post we will see how we can see cache files in browsers, such as Chrome, Mozilla and Internet Explorer.
- Caching In MVC Nov 03, 2015. In this post we will discuss about how we can improve the performance of our MVC application using the technology Caching.
- Using REDIS Cache with C#Sep 01, 2015. In this article you will learn how to use REDIS Cache with C#.
- Explaining ViewState, Session and Caching in ASP.NetMar 26, 2015. This article explains the 3s of ASP.NET; they are ViewState, Session and Caching.
- Adding A Custom Object To Distributed Cache Using AppFabric Client DLLsFeb 12, 2015. In this article you will learn how to add a Custom Object to a Distributed Cache using the AppFabric Client DLLs in SharePoint.
- Caching in ASP.NetDec 23, 2014. This article describes a few caching methods. A cache simply stores the output generated by a page in the memory and this saved output (cache) will serve us (users) in the future
- Working With Caching in C#Nov 08, 2014. This article introduces implementation of caching with the C# language.
- Difference Between Session Application and CacheOct 25, 2014. This article is related to the Session, Application and Cache, So without wasting much time let’s start our Topic.
- Understanding and Configuring the Distributed Cache in SharePoint 2013Oct 15, 2014. We can have an introduction in configuring the Distributed Cache in SharePoint 2013
- How to Configure Object Caching in SharePoint 2013Oct 14, 2014. In this article we can see how to configure the Object Caching in SharePoint 2013.
- SharePoint Server 2013: "Sign in as Different User" Menu Option is MissingOct 14, 2014. This article describes how to activate the Sign in as Different User option in SharePoint 2013 and if you want to activate it permanently how you can do that.
- How to Configure Page Output Caching in SharePoint 2013Oct 13, 2014. This article describes how to configure Page Output Caching in SharePoint 2013.
- Various Cache Clearing MethodologiesOct 10, 2014. This article contains various sorts of cache clearing approaches, their pros and cons and browser cache clearing options.
- AngularJS - Templates and $templateCacheJul 16, 2014. This article explains templates and $templateCache in AngularJS.
- Query Notification in SQL ServerJun 11, 2014. This article explains QueryNotification and SQLCacheDependency in SQL Server.
- Introduction To Caching in ASP.NetJun 08, 2014. In this article I will explain caching and it's types.
- Register Your Assembly in GAC Using Gacutil ExeMay 17, 2014. Here you will learn how to add an assembly to the Global Assembly Cache (GAC).
- BLOB Caching in SharePoint 2013May 16, 2014. This article is an introduction to SharePoint 2013 BLOB Caching and provides Best Practices of using BLOB Caching and how to enable BLOB Cache. This blog is for the ones who already know SharePoint.
- ASP.Net Interview Questions For Beginners and ProfessionalsApr 14, 2014. Here in this article, we will cover ASP.NET Interview Questions related to Security, Cache management and so on.
- How to Clear Your SharePoint Designer 2010/2013 CacheFeb 25, 2014. This is a quick tutorial covering how to clear your SPD 2013 Cache. That is handy, especially when working with SPD 2010 and SPD 2013.
- Difference Between Session and CachingFeb 18, 2014. In this article I show you what the difference is between session and caching.
- Caching Features in SharePoint 2013Feb 12, 2014. In this article, we will see the various ways to cache SharePoint objects that improve the performance of SharePoint Applications.
- Implement Output Caching in Web APIJan 03, 2014. In this article we will learn to implement Output Caching in a Web API application.
- Caching in MVC Application With Entity Framework Using Query NotificationDec 13, 2013. This article explains caching in a MVC web application with Entity Framework using Query Notification (SqlDependency).
- ASP.Net MVC Framework Server-Side HTML Caching TechniquesDec 05, 2013. The ASP.NET Framework provides many out-of-the-box techniques to cache data on the server useful for improving system performance and reducing the load on the content providing servers.
- ASP.Net MVC Framework Donut & Donut Hole CachingDec 04, 2013. In this article you will learn about ASP.NET MVC Framework Donut & Donut Hole Caching.
- ASP.Net Framework Server-Side Data Caching TechniquesNov 18, 2013. The ASP.NET Framework provides many server-side caching techniques for developers to persist data based on the scope.
- HTML5 and ASP.Net Client-Side Caching TechniquesNov 14, 2013. In this article you will learn about HTML5 and ASP.NET Client-Side Caching Techniques.
- Parameter Sniffing in SQL ServerNov 04, 2013. This article explains how to avoid unnecessary compilations by reducing the number of ad hoc query in the cache plan using parameter sniffing in SQL Server.
- Faster Temp Table Caching in SQL Server 2014Jul 03, 2013. This article explains how to optimize temp table caching in SQL Server 2014.
- Data Caching in WPF Using C#Jun 17, 2013. This articles describes the caching in WPF using C# language .
- How to Set Caching Options For a Shared Drive/Folder by Using Windows InterfaceMay 14, 2013. In this article you will learn how to set Caching Options for a shared drive/folder using a Windows Interface.
- WCF Performance TuningApr 19, 2013. WCF is a programming platform which is allows us to build, configure and deploy the network distributed services.
- Caching in ASP.NET MVCMar 25, 2013. Caching can improve the application performance in web applications .Here we will see how to implement output caching in ASP.NET MVC.
- Caching in ASP.NETMar 20, 2013. In this article we will see how caching in ASP.Net is used to improve application performance.
- Output Caching in MVCMar 15, 2013. In this article you will learn everything about Output Caching in MVC. Output Caching enables us to cache the content returned by any controller method so that the same content does not need to be generated each time the same controller method is invoked.
- Reset Windows Store Cache in Windows 8Feb 26, 2013. In this article we explain how to reset the cache of Windows Store apps in Windows 8.
- Clear Cache Using Start Screen Apps in Windows 8Jan 03, 2013. In this article we will learn how to remove cache data from the live tiles and Desktop apps in Windows 8.
- How to Generate Pie Chart Report in JIRA Tool in TestingDec 26, 2012. In this article we discuss how to generate a Pie Chart Report in JIRA Tool
- Distributed Cache Service in SharePoint 2013Dec 02, 2012. In SharePoint 2013 there is a new service called Distributed Cache. The Distributed Cache service is built on Windows Server AppFabric, which implements the AppFabric Caching service.
- Output Caching : Post Cache Substitution Using Substitution ControlNov 17, 2012. In this article, I will be explaining the Post Cache Substitution technique using the Substitution control for Output Caching in ASP.NET.
- MouseStick Control in VB.NETNov 10, 2012. he attached source code is a MouseStick control written in C# and Windows Forms. The MouseStick control gets its name from the fusion of a joystick with a mouse. Think of the line in the MouseStick as a joystick that is controlled with your computer's mouse.
- XML Web Service Caching Strategies in VB.NETNov 10, 2012. We'll take a look in this article ways for application-level caching with ASP.NET, and will take a look at HTTP caching and its application for XML Web services.
- XML News Feeds from Harrison Logic in VB.NETNov 10, 2012. This application provides a compilation of news headlines from many sources, using the MoreOver.com's XML service. It is built on the .NET framework and uses VB.NET as the ASP.NET server side language. The pages we built using Visual Studio .NET.
- COM Interoperability in VB.NET Part 3Nov 10, 2012. In this article I cover the area how to use a COM server in a .NET client. Existing COM components are precious resources to your managed applications. So now let us observe how you can build a .NET Client that uses a COM Server.
- Clear the Application Notification Cache in Windows 8Nov 09, 2012. In this article I will show you how to clear the app cache notification in Windows 8 at Log Off.
- WCF 4.5 New Feature Channel Factory CachingOct 01, 2012. Today, in this article let’s play around with one of the interesting and most useful concepts in WCF 4.5.