Category Archives: Essentials

144,000 users

My site says we just crossed 144,000 users. I’m stunned.

Posted in Essentials | Leave a comment

Turn the tables: 2016

Episode 50: The Technical Journey of Jesse Liberty   Episode 51: The Technical Wisdom of Jesse Liberty

Posted in Essentials | Leave a comment

API Part 2 – Creating An Azure Function

This is part 2 in our series on .NET APIs with C# – Functions. Find Part 1 here. In this part we’ll talk about how you build an Azure Function. Functions are another way of interacting with an API. Here … Continue reading

Posted in API, APIs, Essentials, Mini-Tutorial | Tagged | Leave a comment

James Montemagno on blending .NET application development

A fascinating discussion of building .Net MAUI applications with Blazor and JavaScript libraries. James’ enthusiasm is catching and he doesn’t disappoint in this interview. .NET Beginner Videos: https://dotnet.microsoft.com/en-us/learn/videos Microsoft Learn Training: https://learn.microsoft.com/en-us/training/dotnet/ Workshops: http://github.com/dotnet-presentations .NET 10 – Next Page: https://dotnet.microsoft.com/en-us/next Bluesky: http://bsky.app/profile/james.montemagno.com YouTube: https://youtube.com/@jamesmontemagno     … Continue reading

Posted in .NET MAUI, Angular, Blazor Hybrid, Community, Essentials, JavaScript | Tagged | Leave a comment

Mads K. on Visual Studio

Mads Kristensen discusses Visual Studio extensions, and the use of CoPilot to get the most out of Visual Studio programming. 

Posted in Essentials, Visual Studio | Tagged | Leave a comment

Best of JesseLiberty.com: Bayesian Probability

This from 2009: Yudkowsky poses the following canonical problem: 1% of women at age forty who participate in routine screening have breast cancer. 80% of women with breast cancer will get positive mammographies. 9.6% of women without breast cancer will … Continue reading

Posted in Essentials | Leave a comment

Modern C# – Part 1

This short post will kick off a series covering some of the new features in C#. One small but much requested feature is the ability to use any kind of collection for params. Previously you had to pass in an … Continue reading

Posted in C#, C# 12, Essentials | Leave a comment

A Dozen Programmer Utilities

Two years ago, I made a list of my indispensable tools. Here is a quick updated version: Lists are always subjective, but it is helpful, I think, to exchange favorites now and again. Feel free to add yours to the … Continue reading

Posted in Essentials | 6 Comments

Where’d it go?

My cache blew up my site. The good people at GoDaddy fixed me up, but I lost a good bit of the past 12 years of content (through my own stupidity). Never fear, however, all the new stuff is intact. … Continue reading

Posted in Essentials | 1 Comment

API #9 – Tables

An important part of creating APIs is interacting with data storage. While you can use any number of database programs, a common way to store simple data is in data tables. This is particularly useful when you are recording API … Continue reading

Posted in Essentials | 2 Comments

1,000,000 Views!

jesseliberty.com just crossed 1MM views (lifetime). So pleased you’ve stuck with me. See find me in menu to continue the dialog.

Posted in Essentials | Leave a comment

Programming APIs Book

Available now on Amazon or your favorite neighborhood bookstore.

Posted in Essentials | 8 Comments