Best of C Programming — February 2024
- 1
- 2
- 3
freeCodeCamp·2y
Learn ASP.NET Core by Building an Auction Application
Learn ASP.NET Core by building a complete auction web application from scratch. The course covers models and database setup, index page, create page and file uploads, details page, CSS and structure, search bar and pagination, adding bids and closing the bidding, adding comments, my listings and my bids, and a project recap. Gain practical experience in fullstack development with ASP.NET Core.
- 4
Godot·2y
Dev snapshot: Godot 4.3 dev 4
Godot 4.3 dev 4 is a pre-release with many bug fixes, stability improvements, and new features. Highlights include AnimationMixer feature parity and other animation enhancements, .NET code quality improvements, fixes for invalid/corrupt scenes, the introduction of UFBX for importing FBX files, huge improvements to pixel stability for pixel art games, rendering features and enhancements, and a redesigned graph editor for Visual Shaders.
- 5
Awesome Go·2y
Calling C from Go
The post discusses Go's C interoperability layer, cgo. It covers referencing C symbols, working with arrays and slices in C, converting between Go slices and C arrays, handling strings in C, and managing pointer fields. It also mentions the drawbacks and complexities of using cgo.
- 6
- 7
- 8
- 9
Code Maze·2y
Different Ways to Run Background Tasks in ASP.NET Core
This post explores different ways of running background tasks in ASP.NET Core applications without depending on external providers. It covers running one-off background tasks with IHostedService and BackgroundService, as well as running recurring background tasks with IHostedService and BackgroundService.
- 10
- 11
- 12