Posts

What is Caching in ASP.Net ?

Overview of Caching:   Caching is one of the most interesting concepts and operations in ASP.NET. If you can handle it, you can run any web application by applying the caching concept depending on the requirements.   Caching is a technique of storing frequently used data/information in memory, so that, when the same data/information is needed next time, it could be directly retrieved from the memory instead of being generated by the application.   One of the really cool features of ASP.NET is the caching. With other technologies, caching usually requires some extra software or at least complicated code, but with ASP.NET 2.0, it's easier than ever before. You can use two different kinds of caching - output caching and standard caching. The first one is the easiest, so let's start with that. What a Cache does: "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." That's

What is a Cookies ?

Cookies are small pieces of text, stored on the client's computer to be used only by the website setting the cookies. This allows webapplications to save information for the user, and then re-use it on each page if needed. Cookies are usually small text files, given ID tags that are stored on your computer's browser directory or program data subfolders. Cookies are created when you use your browser to visit a website that uses cookies to keep track of your movements within the site, help you resume where you left off, remember your registered login, theme selection, preferences, and other customization functions. The website stores a corresponding file(with same ID tag)to the one they set in your browser and in this file they can track and keep information on your movements within the site and any information you may have voluntarily given while visiting the website, such as email address. Cookies are often indispensable for websites that have huge databases, need logins

What is ASP.NET ?

According to Microsoft, "ASP.NET is a technology for building powerful, dynamic Web applications and is part of the .NET Framework". This tutorial will teach you ASP.NET from scratch, and no knowledge of any kind of server side scripting is required.  Basic  HTML  and  CSS  knowledge are preferable. Having worked with Classic ASP or PHP won't give you much of an advantage since ASP.NET is a whole new way of doing things.  .NET is language independent, which means you can use any .NET supported language to make .NET applications. The most common languages for writing ASP.NET applications are C# and VB.NET. While VB.NET is directly based VB (Visual Basic), C# was introduced together with the .NET framework, and is, therefore, a somewhat new language. Some people call C# "the .NET language", but according to Microsoft, you can do all the same things, no matter if you're using C# or VB.NET. The 2 languages are not that different, and if you have used one of

Simple Technique for Self Improvement and Self Growth

Nowadays, there is a growing interest in self growth and self improvement techniques. There is a growing number of books, articles and websites dealing with these topics. It seems that people are turning within them, to find the solution to their problems. They seek knowledge, techniques, workshops, lectures, and teachers, who can show them the way. People are beginning to understand that self improvement and self growth can improve the quality of their lives. The process of inner change requires inner work. It is not enough to read articles and books. You also have to practice what you read. Inner change requires motivation, desire, ambition, perseverance and dedication. When ou starting with a self improvement program, it is common to encounter inner resistance that comes from your old habits and from your subconscious mind, and also resistance and opposition from the people around you. The desire to change, build new habits and improve oneself must be strong enough to