Category: asp.net
-
session vs Caching in asp.net
Session vs Caching Session and Caching both are state-management techniques and for both data is saved onto the server. In other words you can put your data or store your data onto the server and for some amount of time,… Continue reading
-
implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application
In the previous tutorial you used inheritance to reduce redundant code in the Student and Instructor entity classes. In this tutorial you’ll see some ways to use the repository and unit of work patterns for CRUD operations. As in the… Continue reading
-
Encryption in .net
The .NET Framework provides implementations of many standard cryptographic algorithms. These algorithms are easy to use and have the safest possible default properties. In addition, the .NET Framework cryptography model of object inheritance, stream design, and configuration is extremely extensible.… Continue reading
-
Asp.net MVC 5 Customized Mobile based View For Iphone,Android,Windows Phone
Asp.net MVC 5 has great feture called Mobile based separate view , suppose your View for all application is index.cshtml, you need to separate your view for iPhone and android. Now , install Razor view engine 3.0 and make a… Continue reading