That
Software
Dude
Musings of a web developer
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
c-sharp
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/5/2020 - 3 min read
How to bundle resource files in C# and ASP.NET
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 more
Posted on: 10/9/2018 - 4 min read
How to add a subscriber to MailChimp using C#
MailChimp is a fantastic service for creating email campaigns and managing your email lists. And they offer a relatively robust API&nbs...
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: 6/27/2016 - 8 min read
Creating Credit Card Charges With Stripe And .NET
In this post I'll be going over the Stripe API and more specifically, using it in a .NET environment. I'll say right now that Stripe and th...
read more
Posted on: 2/22/2016 - 13 min read
How To Post A Tweet Using C# For Single User
In this post I'll be showing how to post a Tweet to Twitter using C# and no 3rd party libraries. This is a pure .NET approach, and it's mor...
read more
Posted on: 7/18/2015 - 5 min read
Working With Generics In C#
In this post I will talk about another nifty feature that C# has offered for a while now, Generics. You probably won't run into Generics on...
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: 9/25/2014 - 11 min read
Implementing Amazon's Product Advertising API In C#
If you have an Amazon Affiliate account then at some point in your life you're probably going to be tired of managing products manually and...
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: 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: 2/18/2014 - 6 min read
How To Work With Coordinated Universal Time (UTC) In C#
Working with Dates in any programming language is normally a pretty straightforward task. You save a date in the database and get on your m...
read more
Posted on: 2/7/2014 - 3 min read
How To Calculate "Time Ago" In C#
You see this time format all over the internet nowadays. Posted 3 hours ago. You can see in any of a number of situations. For example, how...
read more
Next page
Popular this week
Coding A Card Deck In JavaScript
Posted on: 5/20/2015
How to set up an ASP.NET website with GoDaddy
Posted on: 3/22/2021
Is the Surface Pro 7 good for programming?
Posted on: 2/24/2021
How To Code Blackjack Using JavaScript
Posted on: 2/2/2017
10 gadgets every programmer should carry in 2021
Posted on: 3/28/2021
4 tips to handle 404 images on your websites
Posted on: 5/17/2022
Is the Surface Laptop Go 2 a good programming laptop?
Posted on: 6/22/2022
How To Encrypt Passwords Using SHA-256 In C# And .NET
Posted on: 6/29/2015
Database Normalization Is Good And Bad
Posted on: 10/8/2014
How to implement a "Load More" button in JavaScript
Posted on: 1/21/2021
How to Ctrl + S to save in JavaScript
Posted on: 1/27/2021
Create a basic text editor in JavaScript
Posted on: 1/2/2019
A simple database schema for your next user system
Posted on: 8/20/2020
Should you still be using ASP.NET Web Forms in 2021?
Posted on: 12/18/2020
How To Paginate Through A Collection In JavaScript
Posted on: 12/28/2014
The simplest way to create dynamic modal pop-ups in JavaScript
Posted on: 11/4/2019
Implementing a Caesar Cipher in JavaScript
Posted on: 2/16/2021
Is the ThinkPad X1 Yoga a good programming laptop?
Posted on: 3/1/2022
How To Use Microphones To Improve Your Audio Recordings
Posted on: 9/7/2022
Coding A Calendar In JavaScript
Posted on: 1/5/2017
get more coding tips and guides in your inbox
Sign me up