Here is a dumb question that you probably never asked yourself: What is the minimal amount of bytes we need to store in a .NET executable to have the CLR print the string"Hello, World!" to the standard output? How small can we get? In this post, we will explore the limits of the .NET module file format, get it as small as possible, while still having it function like a normal executable on a typical Windows machine with the .NET Framework installed. The final source code for this post can be found on ...
Strona głównaUżytkownik
marekxaureliusz | użytkownik
The focus of this post is on ChatGPT and how you can use OpenAI models in conversational interfaces using .NET. Let’s get started!What is ChatGPT? The ChatGPT is a language model optimized for conversational interfaces. As opposed to traditional GPT-3 models, ChatGPT enable...
średnie wynagrodzenie Programisty .NET wynosi: - jako Junior (młodszy specjalista) – 6 420 zł brutto (4 706 zł netto); - jako Mid (specjalista) – 10 180 zł brutto (7 270 zł netto); - jako Senior (starszy specjalista) – 14 050 zł brutto (9 908 zł netto).
What's Rx? Live data sources are fundamentally important in computer systems. Financial applications depend on a swift response to timely information. Computer networks have always been able to provide extensive information about their health and operation. Utility companies such as water providers have vast numbers of devices monitoring their operations. User interface and game building frameworks report user interactions in great detail.
WireMock.NET allows for easy testing of the code that makes HTTP requests, without having to rely on the actual external service being available and without hacking HttpClient.
W zeszłym roku Microsoft ustalił, że .NET Framework 4.8.1 będzie domyślną wersją w Windows 11 22H2. Firma poinformowała, że wersja ta zacznie być dostarczana również dla starszych wydań Windows 11 i Windows 10.
Zgodnie z tym co zapowiadałem w ostatnim artykule dzisiaj zajmiemy się czymś nowym. Wejdziemy w głąb mechanizmu budowania konfiguracji na platformie .NET. Pozwoli nam to na zrozumieć jego działanie tak, aby w prosty sposób stworzyć własne rozszerzenie konfiguracji pozwalające nam na integrację z serwisami zewnętrznymi, które nie dostarczają oficjalnego SKD. Zrobimy to na przykładzie usługi...