
Even if .NET Core - or simply .NET is the new standard and recommended way to build Web Apps, sometimes you might want or need to create an ASP.NET MVC5 Project that is based on .NET Framework.
The key thing is to return the Real 404 HTTP status code and avoid any solution that replaces 404 with 301. This is completely wrong and has the potential to do damage to your site.
If you haven’t been programming in visual studio for long, chances are you haven’t heard about code snippets. A code snippet is actually coding that you can quickly insert into the code editor. Typically, snippets are common language constructs you use often, and many come bundled with Visual Studio. You probably noticed them in IntelliSense as you were typing code. Code snippet...
There are a lot of great developer resources out there on the Internet, so it occurred to me that it would be interesting to showcase some of them, especially ones that are jam-packed with great resources
Hey, you! Thanks for visiting. I don’t know if you found this website via a search engine or by social media link or whatever but thank you for stopping by. As a matter of fact, this will be the topic of our little post: how to improve your SEO, from the technical side of things. This will be the post about what you as developers can do about SEO. We’ll stay on the technical side of...
We'll be creating a simple but fully functional website. We'll use the design, HTML and CSS from one of my previous blog posts: A step-by-step walkthrough for coding a Web Site from a Photoshop template. So, HTML and CSS are basically already done. Of course, we need to integrate these files into ASP.NET templates, so the basic HTML & CSS will be repeated.