shlogg · Early preview
Olabamiji Oyetubo @bigboybamo

Software Engineer | C# | .NET

Viewing Clipboard History With C# And Windows API

Create your own clipboard manager with C# Winforms. Use Windows API to detect clipboard changes & store history in a ListBox. Simple UI shows copied items.

How To Add Swagger Configuration To .NET 9 Projects

Add Swagger config to .NET 9 projects: install Swashbuckle.AspNetCore, register SwaggerGen in Program.cs & modify app.Environment.IsDevelopment() condition. Run & access Swagger UI at /swagger/index.html