Using Large Language Models to Solve your Problems Generative large language models (LLMs) like ChatGPT will revolutionize the way we approach complex problems. Enormous amounts of custom labeled data are no longer required to train many specialized AI systems. LLMs make generalized problem-solving capabi...
Inject My PDF: Prompt Injection for your Resume To escape a deluge of generated content, companies are screening your resumes and documents using AI. But there is a way you can still stand out and get your dream job: Prompt Injection. This website allows you to inject invisible text into your PDF that ...
Malleable software in the age of LLMs All computer users may soon have the ability to author small bits of code. What structural changes does this imply for the production and distribution of software?
Alexandre Nédélec - Perform Dynamic Execution of an npm Package Sometimes, all you want to do is grab an npm package and execute a command with it, without having to install it (whether globally or as a dependency).
Pair programming with ChatGPT # Pair programming with ChatGPT I built this blog from scratch using ChatGPT. I want to use that experience to explore what it taught me about how to use LLMs in my work and forecast the potential im..
#CASBAN6: Add a Swagger (OpenAPI) page to Azure Functions In this post, I am going to show you how to add an OpenAPI documentation page with Swagger to Azure Functions.
Build 2023 Dev Conference to Detail Semantic Kernel (AI LLM Integration) -- Visual Studio Magazine Amid daily buzz about advanced AI, Microsoft is devoting two sessions at next week's Build 2023 developer conference to its open source Semantic Kernel offering, which helps developers use AI large language models (LLMs) in their apps.
.NET 8 Preview 4 Boosts Native AOT, Blazor 'Streaming Rendering' -- Visual Studio Magazine Microsoft's fourth preview of .NET 8 continues to boost native native Ahead-of-Time (AOT) compilation, while Blazor gets streaming component rendering.
Microsoft Build–Join us May 23–25, 2023 Learn to harness what's next for developers with expert speakers and sessions.
Bassdusche (Can You Feel It?) (Original Mix) Provided to YouTube by Kontor New Media GmbHBassdusche (Can You Feel It?) (Original Mix) · Ziggy XBassdusche℗ You Love Dance Classics/a division of Planet Pu...
.NET Foundation Ecosystem Survey Take this survey powered by surveymonkey.com. Create your own surveys for free.
Grounded ChatGPT Grounding ChatGPT on your own data to prevent hallucination and enable source references.
Client Support for Calling WCF/CoreWCF with System.ServiceModel 6.0 Is Here! - .NET Blog The System.ServiceModel 6.0 packages have been released, they provide client suppport for calling into WCF and CoreWCF Services.
Object Detection in ML.NET Model Builder - .NET Blog Object detection using local environments is now available in ML.NET Model Builder to help you solve computer vision problems using machine learning.
Hot Reload Supports Modifying Generics! - .NET Blog If you change generics in your code, Hot Reload can enforce the changes without restarting the app.
Get started with ChatGPT in .NET - .NET Blog Learn what ChatGPT is and how you can get started using GPT models in conversations with Azure OpenAI service and .NET
Using Copilot with C# If you want to learn how to use GitHub Copilot, the AI pair programmer that helps you write code faster and better, then this video is for you.👉 Install & ...
Sticky Scroll: Stay in the Right Context - Visual Studio Blog When coding in a long file, it’s easy to lose track of the method or block you’re writing in. Or when scrolling through an unfamiliar codebase, it can become disorienting where you are in the code. Sticky Scroll can help you stay in the right context by s...
Accelerate .NET web applications performance with Azure Redis Cache Use Azure Redis Cache as distributed cache provider for an ASP.NET core web app to improve the web app performance easily and efficiently. We will look at us...
Have you replaced your DB because of the Repository Pattern? Have you been able to replace your database implementation transparently because of the use of the repository pattern? While this is a controversial question...
The New Way of Parsing ANY Type in .NET Check out my courses: https://dometrain.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello, everybody, I'm Nick, and in...
Daniel meets David Ortinau and talking about .NET MAUI David Ortinau is the Principal Product Manager on the .NET MAUI team, I meet him at Techorama in Belgium for a short conversation about .NET MAUI.Unfortunate...
How to Reverse a String in C# - Code Maze In this article, we explore some of the different ways we can reverse a string in C#, benchmarking which method is the fastest.
Implementing Two-Factor Auth using an Authenticator App in ASP.NET Two factor authentication using Authenticator apps is getting more popular. One advantage of Authenticator 2FA is that you don't need to use a service nor do users have to provide additional bits of personal information. It's easy to implement, doesn't co...
Some cool things you can do with ValueTuple In this blog post, we will explore some cool things you can do with ValueTuple. Also, a short explanation of what ValueTuple is and how it works.
Design and Navigation Considerations when Building Multi-Platform Applications Discover the key considerations for designing multi-platform apps with responsive design and seamless navigation. Gain insights into the challenges of form factors, device orientation, and the importance of adapting to different screen sizes.
An alternative approach to structuring your tests in XUnit I typically write my unit tests using the AAA(Arrange-Act-Assert) pattern. This pattern splits a test in 3 sections: The Arrange sectio...
.NET Rocks! Immutable Architectures with Michael Perry What's an immutable architecture, and why do you want one? Carl and Richard talk to Michael Perry about his book The Art of Immutable Architecture and the power of historical models. Michael talks about different designs for immutability, the ability to a...
Experiments with the new WASI workload in .NET 8 Preview 4 .NET 8 adds a new "wasi-experimental" workload, replacing the earlier Wasi.Sdk. This is a step towards giving .NET native, built-in support for server-side W...