Master pages allow you to create a consistent look and behavior for all the pages (or group of pages) in your web application. A master page provides a template for…
What is Master Page in ASP.NET ?
Posted in Education, and WhoCodeFirst
Refreshing Technology
Posted in Education, and WhoCodeFirst
Master pages allow you to create a consistent look and behavior for all the pages (or group of pages) in your web application. A master page provides a template for…
Posted in Education, and WhoCodeFirst
Task1 Write a script to display the first three self-descriptive numbers. Solution say ‘1210, 2020, 21200’. On to the next task. Not so quickly 🙂 While the above would produce the…
Posted in Education, and WhoCodeFirst
Once you know you’ve got a server performance issue, how do you know what to fix? Here are some server performance issues that may be slowing down your server. Memory…
Posted in Education, and WhoCodeFirst
Perm Gen stands for permanent generation. It is the space on Java Heap that holds meta-data describing user classes (classes that are not part of the Java language). Examples of…
Posted in Education, and WhoCodeFirst
A variation of the module pattern is called the Revealing Module Pattern. The purpose is to maintain encapsulation and reveal certain variables and methods returned in an object literal. The direct implementation looks…