Don’t: 🔹 Just watch a tutorial/read a book 📖. 🔹 Keep looking for the “best” resource. 🔹 Jump from one resource to the other. 🔹 Think that buying the best…
Category: WhoCodeFirst
learn2code_WhoCodeFirst
Top 5 tools for any .NET developers
Posted in Education, and WhoCodeFirst
Visual Studio is the best tool for .NET development. Although it is very complete, it does not cover all needs. There will always be small parts that we will need…
What is Master Page in ASP.NET ?
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…
Self-descriptive Numbers & List Methods
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…
Slow Server Performance Factors
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…