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…
Top 5 tools for any .NET developers
Posted in Education, and WhoCodeFirst
Refreshing Technology
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…
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…
A few basic terms which help to understand git commands repository keeps all your project’s files, including commits and branches. branch is a copy of the repository holding the specific version. The…