Programowanie to przygoda. Naprawdę. Siadając do komputera i chcąc coś zaprogramować igracie z losem. Jesteście jak bohater antycznej tragedii, który jakby się nie szarpał, jak nie manewrował i tak przeżyje przygody jakich się nie spodziewał.
Jak skonfigurować poprawnie MongoDB w .NET?
Bazy danych i XML 449 dni, 3 godziny, 16 minut temu 110 źrodło rozwiń
W tym artykule przybliżę Ci 19 metod string'a, które warto znać. Na pewno ich znajomość bardzo przyda Ci się w pracy, gdy będziesz tworzył aplikacje w C#.
Sztuka programowania 450 dni, 23 godziny, 2 minuty temu 136 źrodło rozwiń
Czy Ty tez zastanawiałeś się jaka jest różnica między Blazor Server-Side Rendering, a Blazor WebAssembly? Jeżeli tak, to w tym wpisie dowiesz się na czym ona polega i w których projektach sprawdzą się poszczególne modele hostowania
Daniel November 8th, 2021 .NET 6 is now released! ASP.NET Core in .NET 6 includes everything you need to build rich modern web UI and powerful back-end services.What’s new? Here’s a sampling of the great new features and improvements in ASP.NET Core for .NET 6:Hot reload: Apply changes to Razor, C#, and CSS source files into your running app during development without the need to rebuild and restart the app.Minimal APIs: Create a new ASP.NET Core app with just a few lines of code using the latest C# f...
Tworząc model domeny co konkretnie modelujemy? Czy chcemy mieć jeden model dla całego przedsięwzięcia czy wiele modeli? Czy można nie mieć modelu? Warto odpowiedzieć sobie na te pytania przed przystąpieniem do modelowania, żeby wiedzieć do jakiego celu zmierzamy.
Sztuka programowania 452 dni, 2 godziny, 47 minut temu 59 źrodło rozwiń
Podstawy Terraforma i konfiguracji środowiska mamy już za sobą, więc możemy przejść do bardziej rozbudowanego przykładu. W tym wpisie zobaczysz, w jaki sposób przygotować infrastrukturę pod prostą aplikację webową działającą w Azure. Z wykorzystaniem Terraforma utworzymy takie zasoby jak App Service Plan, czy bazę danych.Zmienne Terraform W poprzednim wpisie pokazałem, w jaki sposób zacząć przygodę z Terraform i Azure. Jeśli nie czytałeś/czytałaś to zachęcam d...
Why Should I join Microsoft Partner Network? As a partner, you can utilize tools, resources, software, and more to grow your business.
Derek ComartinArchitecture When building Software as a Service (SaaS) you’ll often need to use a Multi-tenant Architecture. There are many different ways that you can segregate compute and data storage in a multi-tenant architecture. Data storage can be in a silo or partitioned. Compute can be pooled or siloed. And both together you can create lanes for groups of tenants. In this architecture, having the identity of each request is critical in being able to route a request all the way through to the r...
Architektura 453 dni, 3 godziny temu 38 źrodło rozwiń
Aplikacje mobilne pisane w .NET nigdy nie miały łatwo, podobnie jak i ich deweloperzy. Oto historia od Windows Mobile 6.x (.NET Compact Framework) i dylogię Windows Phone (Silverlight, WinPRT), poprzez Windows 10 Mobile (UWP),a na Xamarinie i .NET MAUI kończąc.
Mobile development 453 dni, 3 godziny temu 56 źrodło rozwiń
In this series I'm going to take a look at some of the new features coming in .NET 6. There's already been a lot of content written on .NET 6, including a lot of posts from the .NET and ASP.NET teams themselves. In this series I'm going to be looking at some of the code behind some of those features. Posts in this series (new posts will be listed here as they're written): Part 1 - Looking inside ConfigurationManager in .NET 6 Part 2 - Comparing WebApplicationBuilder to the Generic Ho...
There are many ways to generate PDF files. You can use a PDF library, but generating a PDF manually is not trivial. You can use a report library, but they are often paid solution and not trivial to use for simple needs.
W artykule przedstawiam plusy i minusy wykorzystania ORM NHibernate (NH) w aplikacji SaaS. Jest to spojrzenie z perspektywy SoloProgramisty,
Sztuka programowania 457 dni, 11 minut temu 30 źrodło rozwiń
Enrico Buonanno on 2021-10-31Why C# 10 is pretty irrelevant (but .NET 6 isn't) and why that's a good thing✍&##xFE0E; I hope the title got you intrigued. Usually there's a lot of excitement when a new language version comes out, as people are waiting to see what cool new feature will improve their daily development practice. As a book author, I have to be particularly aware of new language features; over the last few weeks I've been working on the 2nd Edition of my book, Functional Programming in C#, ...
Skip to main contentMicrosoftStoriesStories Stories Home Our Company About MicrosoftCompany TimelineGlobal Diversity & InclusionMicrosoft by the NumbersMicrosoft on the IssuesMicrosoft StoriesOfficial Microsoft BlogRegional News CentersRegional News CentersMicrosoft AsiaMicrosoft EuropeMicrosoft IndiaMicrosoft Latin AmericaMicrosoft Middle East & AfricaNews and Stories Accessibility BlogAI BlogCustomer StoriesEducation StoriesFeature StoriesInn...
In this series I'm going to take a look at some of the new features coming in .NET 6. There's already been a lot of content written on .NET 6, including a lot of posts from the .NET and ASP.NET teams themselves. In this series I'm going to be looking at some of the code behind some of those features. In this first post, I take a look at the ConfigurationManager class, why it was added, and some of the code used to implement it.Wait, what's ConfigurationManager? If your first respons...
Czym Jest Typ Domniemany VAR w C#? - Modest Programmer
Sztuka programowania 459 dni, 31 minut temu 73 źrodło rozwiń
[GIT] Zaawansowane funkcje - cz. 4 - Przydatne Narzędzia - www.Arturnet.pl - Programowanie by Art511
Zapraszam do przeczytania czwartego z serii artykułów o nieco bardziej zaawansowanych kwestiach związanych z GIT. W tym artykule: 📕Przegląd narzędzi graficznych do obsługi systemu GIT 🔍Przegląd narzędzi do rozwiązywania konfliktów 🐧Jak w Windowsie korzystać z Linuxowej linii komend ➕Inne przydatne informacje - jak ułatwić sobie pracę z GITem
Frederic Lardinois @fredericl / 11 months AWS today announced a new database product that is clearly meant to go after Microsoft’s SQL Server and make it easier — and cheaper — for SQL Server users to migrate to the AWS cloud. The new service is Babelfish for Aurora PostgreSQL. The tagline AWS CEO Andy Jassy used for this service in his re:Invent keynote today is probably telling: “Stop paying for SQL Server licenses you don’t need.” And to show how serious it is about th...
aboutblogpodcastyoutubespeaking browse by category or dateParallel.ForEachAsync in .NET 6Comment on this post [1]Posted in DotNetCore | Open Source Sponsored By Great tweet from Oleg Kyrylchuk (follow him!) showing how cool Parallel.ForEachAsync is in .NET 6. It's new! Let's look at this clean bit of code in .NET 6 that calls the public GitHub API and retrieves n number of names and bios, given a list of GitHub users:using System.Net.Http.Headers; using System.Ne...