That
Software
Dude
Musings of a web developer
Coding Jobs
About
Tutorials
JavaScript
Resources
Links and Downloads
Keyboard Keycodes
Typing Tests
Digital Downloads
Book Recommendations
Website Launch Checklist
HTTP Status Codes
Collections
Menu
Menu
Home
Contact
Typing Test
Poll Results
Collections
Follow me on
Codepen
RSS
Popular tags
#.NET
#5 minute guide
#Android
#API
#ASP.NET
#Bootcamps
#Business
#C#
#Career
#Coding
#Computer Science
#CraftyJS
#CSS
#CSS3
#Database
#ES6
#Freelance
#Gadgets
#Game Development
#Google
#Guide
#Hardware
#Health
#HTML5
#Interviews
#IT
#Javascript
#Learning to code
#Module
#Performance
#Productivity
#Programming
#Remote
#Security
#SQL
#Startup
#Surface
#Web Design
#Web Development
#Windows
javascript
programming
productivity
web-development
career
dot-net
Coding
asp-net
Business
dot-net
Posted on: 8/24/2022 - 5 min read
Converting A Blog From .NET to Node.js
For the past few months I've been heavily considering migrating this blog from a custom .NET and C# application over to a Node.js and possib...
read more
Posted on: 10/26/2021 - 6 min read
Is C# Dying Out in 2022?
More recently I've been hearing rumors on the internet that C# is going the way of the dinosaur. That the .NET framework is just too fragmen...
read more
Posted on: 7/22/2021 - 5 min read
Microsoft shows Web Forms some love with new Web Live Preview designer
If you thought that ASP.NET Web Forms were long gone and completely forgotten, then hold that thought for just a minute.Microsoft has recent...
read more
Posted on: 5/13/2021 - 4 min read
.NET Framework 4.5.2, 4.6, 4.6.1 will reach End of Support in 2022
If you have a .NET application that is over 5 years old (as I do) then perhaps you should take a minute and take a look at the version ...
read more
Posted on: 5/10/2021 - 3 min read
Taking a look at Microsoft.Data.SqlClient in .NET Core
If you're a .NET developer then no doubt you are very well versed in using the System.Data.SqlClient namespace. It is essentially at t...
read more
Posted on: 4/13/2021 - 4 min read
How to resize image files with C#
I recently wrote about website optimization on this blog as it is quickly becoming an important ranking factor in search engines....
read more
Posted on: 12/18/2020 - 5 min read
Should you still be using ASP.NET Web Forms in 2021?
ASP.NET has seen many changes during the past decade. What once started as a super lightweight scripting language (Classic ASP), has grown i...
read more
Posted on: 10/22/2017 - 5 min read
Implementing Google's Invisible ReCaptcha In .NET
If keeping bots away is your thing, then using Google's reCAPTCHA is a must. And while it can be tedious to click on 20 images of cars in...
read more
Posted on: 7/11/2016 - 4 min read
Taking A Look At ASP.NET Core
One of the biggest things to come from Microsoft recently, for developers, is .NET core, which is a lightweight, multi-platform framework f...
read more
Posted on: 6/20/2016 - 5 min read
Starting Out With ASP.NET MVC Part 3
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 more
Posted on: 8/8/2015 - 4 min read
Implementing Google's No Captcha reCaptcha In ASP.NET
Captchas and reCaptchas are great inventions. They help keep spam out and help to verify that humans are on the interwebs and not mischievo...
read more
Posted on: 8/6/2015 - 5 min read
Starting Out With ASP.NET MVC Part 2
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 more
Posted on: 7/28/2015 - 5 min read
Starting Out With ASP.NET MVC Part 1
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 more
Posted on: 7/16/2015 - 3 min read
Working With Delegates In C# For Beginners
I don't normally run into delegates in my day to day coding, but at some point you will run into them and you'll want to know what they are...
read more
Posted on: 6/29/2015 - 4 min read
How To Encrypt Passwords Using SHA-256 In C# And .NET
.NET makes it pretty simple to work with data encryption with the Cryptography namespace. So there should be no reason to have plain text......
read more
Posted on: 8/14/2014 - 6 min read
Creating An XML Document in ASP.NET
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 more
Posted on: 7/27/2014 - 4 min read
How To Watermark Images In C#
As a developer, I hate using 3rd party software to accomplish things that would take a few minutes or hours of work. For example, watermark...
read more
Posted on: 7/20/2014 - 3 min read
Implementing DLL's For Your ASP.NET Site
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 more
Posted on: 7/17/2014 - 3 min read
Adding Controls Programmatically In ASP.NET
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 more
Posted on: 6/15/2014 - 3 min read
How To Dynamically Add Meta Data To Your ASP.NET Pages
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 more
Posted on: 5/17/2014 - 6 min read
How To Dynamically Create Your SiteMap In ASP.NET
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 more
Posted on: 5/6/2014 - 4 min read
How To Make Ajax Calls In ASP.NET Using Web Services
Using the ScriptManager Creating A WebService Making a Call To A WebService Returning Data To Caller Quick Recap and Summary Ajax has be...
read more
Posted on: 4/29/2014 - 7 min read
ASP.NET Web Pages Quick Start Guide
Web Pages and WebMatrix Razor View Engine Database Operations Parametereized Queries @Helper and @Functions @helper @functions AJAX L...
read more
Posted on: 1/31/2014 - 7 min read
Multiple AJAX FileUpload in ASP.NET
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 more
Next page
Popular this week
Coding A Card Deck In JavaScript
Posted on: 5/20/2015
How To Code Blackjack Using JavaScript
Posted on: 2/2/2017
Is the Surface Pro 7 good for programming?
Posted on: 2/24/2021
How to Ctrl + S to save in JavaScript
Posted on: 1/27/2021
Is the Surface Laptop Go 2 a good programming laptop?
Posted on: 6/22/2022
10 gadgets every programmer should carry in 2021
Posted on: 3/28/2021
How To Encrypt Passwords Using SHA-256 In C# And .NET
Posted on: 6/29/2015
The simplest way to create dynamic modal pop-ups in JavaScript
Posted on: 11/4/2019
Coding A Calendar In JavaScript
Posted on: 1/5/2017
How to implement a "Load More" button in JavaScript
Posted on: 1/21/2021
Is the ThinkPad X1 Yoga a good programming laptop?
Posted on: 3/1/2022
Is the Surface Pro 8 the best programming laptop so far?
Posted on: 9/24/2021
How to set up an ASP.NET website with GoDaddy
Posted on: 3/22/2021
Taking a look at Microsoft.Data.SqlClient in .NET Core
Posted on: 5/10/2021
Create a basic text editor in JavaScript
Posted on: 1/2/2019
HTTP Status Code List And Meanings
Posted on: 1/22/2023
Creating functions dynamically with JavaScript
Posted on: 8/22/2019
How to fade out elements without using jQuery
Posted on: 6/23/2021
Implementing a Substitution Cipher in JavaScript
Posted on: 11/13/2021
How To "Get" Companies From HubSpot Using C#
Posted on: 3/9/2017
get more coding tips and guides in your inbox
Sign me up
x
x