Menu

Category

C-Sharp

Articles

c-sharp
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
c-sharp
How to Safely Accept File Uploads in C# Web Apps
Letting users upload files to your website sounds simple, until someone tries to upload malware, a massive 5GB dump, or something with a sha
c-sharp
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.
c-sharp
How To Read Any Kind Of File In C#
If you're a data analyst or data scientist or work with data in some way, shape, or form, then at some point you've had to deal with random
c-sharp
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
c-sharp
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
c-sharp
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
c-sharp
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
c-sharp
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
c-sharp
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
c-sharp
How To "Get" Companies From HubSpot Using C#
I haven't used too many CRM platforms in the past, but for sure HubSpot's features are plentiful for the small business person on the go. A
c-sharp
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
c-sharp
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

Other Categories