Published on: 3/22/2021 - 7 min read
In this article I will walk through the process of setting up an ASP.NET web applications on a shared GoDaddy Windows server.I will mainly w...
Read full articlePublished on: 7/17/2014 - 3 min read
The beauty of working on .NET web forms is that every control that you see on the screen is an object of some kind, inheriting from the bas...
Read full articlePublished on: 8/14/2014 - 6 min read
There are various different approaches to XML document creation in .NET. There is no right or wrong way really, it just depends on the situ...
Read full articlePublished on: 5/17/2014 - 6 min read
Recently I logged into Google Webmaster Tools and realized that my sitemap for one of my websites had not been updated since I first launch...
Read full articlePublished on: 5/6/2014 - 4 min read
Using the ScriptManager
Creating A WebService
Making a Call To A WebService
Returning Data To Caller
Quick Recap and Summary
Ajax has be...
Read full articlePublished on: 6/15/2014 - 3 min read
Meta descriptions and keywords help search engines figure out what your web pages are about. And while it is highly contended as to whether...
Read full articlePublished on: 12/5/2020 - 3 min read
Many ASP.NET developers don't realize that the .NET framework comes with a built in bundler for all of their many resource files. What is a ...
Read full articlePublished on: 7/20/2014 - 3 min read
Code re-use is at the heart of any good developer and it is a very welcomed ally when the time arrives. The last thing you want to do when ...
Read full articlePublished on: 1/31/2014 - 7 min read
Updated: Click here for an updated Drag and Drop File upload how to.
Here's a quick AJAX FileUpload written for ASP.NET WebForms that I us...
Read full articlePublished on: 7/28/2015 - 5 min read
One of my weaknesses in programming is actively using MVC in my projects. Particularly ASP.NET MVC, since I am a .NET Developer. Most of th...
Read full articlePublished on: 6/20/2016 - 5 min read
Welcome to part 3 of my starting off with MVC tutorial. In this post I will be mainly going over Data Annotations. You can check out part 1...
Read full articlePublished on: 8/6/2015 - 5 min read
Last time I left off with ASP.NET MVC, I covered how to create a new MVC project in Visual Studio and how to add new Controllers and Views....
Read full article