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 1120 dni, 8 godzin, 57 minut temu 63 ź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 1121 dni, 9 godzin, 10 minut temu 43 ź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 1121 dni, 9 godzin, 10 minut temu 63 ź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 1125 dni, 6 godzin, 20 minut temu 35 ź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 1127 dni, 6 godzin, 40 minut temu 78 ź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...
W tym artykule opisuję rzeczy, które warto wprowadzić przy tworzeniu projektu aplikacji SaaS, aby ułatwić sobie życie w przyszłosci.
Sztuka programowania 1134 dni, 2 godziny, 54 minuty temu 102 źrodło rozwiń
Narzędzia ORM są szeroko stosowane do wykonywania operacji na bazie danych. W tym artykule opiszę jak w prosty sposób użyć narzędzia NHibernate w projekcie ASP.NET Core.
It&##x27;s time for .NET to Leave HomeSunday, October 24th 2021 It was kicked off by a blog post and merge that removed the tooling-agnostic ability for the dotnet command to perform hot reloads of code. That functionality was then moved over to Visual Studio as an exclusive. This prompted the creation of a protest reversal of the commit on the dotnet/sdk repository and an issue asking the important question why. Some higher visbility news sources wasted no time in covering the situation as-it-happe...
What are geospatial indexes? Recently I have been preparing to MongoDB Professional Developer certification program. I learnt there about something called Geospatial Queries and Indexes. This kind of index had been created to handle geospatial queries. Thanks to them we can easily get nearby places, calculate area, distance or find all points within certain coordinates range.GeoJSON Geospat...
Bazy danych i XML 1134 dni, 2 godziny, 54 minuty temu 19 źrodło rozwiń
Skip to content Sign up Why GitHub? Features →Mobile →Actions →Codespaces →Packages →Security →Code review →Issues →Integrations →GitHub Sponsors →Customer stories→TeamEnterprise Explore Explore GitHub →Learn and contributeTopics →Collections →Trending →Learning Lab →Open source guides →Connect with othersThe ReadME Project →Events →Community forum →GitHub Education →GitHub Stars program →Market...