Web
Dynamics
Нажми на тег
Performance Optimization
Active Directory
SignalR
SQL Server
XML
YAGNI
GraphQL
PostgreSQL
ADONET
TFS
Windows Forms
CI/CD
PHP
RabbitMQ
Azure
Kanban
Design Patterns
MongoDB
PowerShell
VB.NET
Redis
UI/UX
HTML5
Jira
Automation Software
IIS
WPF
ASP.NET
Git
Scrum
Dapper
CSS3
REST
Agile
Elasticsearch
jQuery
KISS
Reverse Engineering
Grafana
DRY
Теги
Поддержка
Translate
Статистика
Реклама
Книги
Статьи
Видео
Новости
CMS
Репозитории
Портфолио
Заявка
Сообщения
RU
EN
Поиск по сайту
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
405
graphql
(29) •
api
(400)
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
18 октября •
статьи
Understanding architectures for multi-region data residency
https://sd.blackball.lv/articles/read/19826-understanding-architectures-for-multiregion-data-residency
Key takeaways The key to effective data residency lies in understanding customer motivations, often unrelated to GDPR, and aligning technical solutions with contractual promises. Engaging with various stakeholders helps uncover specific project requirements and tailor data residency to meet customer needs. Establishing a clear...
#software architecture
#database design
#multiregion
14 октября •
статьи
The best way to map objects in .NET in 2024
https://sd.blackball.lv/articles/read/19737-the-best-way-to-map-objects-in-dotnet-in-2024
In this article you will learn how to map objects in .NET using various techniques and libraries. We’ll explore what is the best way to map objects in .NET in 2024. What is object mapping What is object mapping and why do you need one in ASP.NET Core applications? Object mapping is a...
#csharp
#objectsmapping
#automapper
#mapster
#tips
10 октября •
статьи
The anatomy of .NET Aspire application
https://sd.blackball.lv/articles/read/19736-the-anatomy-of-dotnet-aspire-application
.NET Aspire is an orchestration technology introduced in November 2022 alongside the .NET 8 release. And since it was released, it took the .NET community by storm. This technology allows developers to easily build and debug distributed applications locally, which was traditionally hard to do. With .NET Aspire, you don’t have...
#net8
#netaspire
#orchestration
➤ Реклама
30 сентября •
статьи
Integrating Azure Service Bus with .NET applications
https://sd.blackball.lv/articles/read/19729-integrating-azure-service-bus-with-dotnet-applications
Introduction Azure Service Bus is a messaging service provided by Microsoft Azure that allows communication between applications and services. It provides a reliable and scalable platform for sending and receiving messages asynchronously. Whether you’re building a simple application or a complex distributed system, Azure Service Bus can help you decouple your...
#dotnet
#cloudcomputing
#azure
#azure service bus
26 сентября •
статьи
Using ASP.NET Core SignalR with Vue to implement web notifications
https://sd.blackball.lv/articles/read/19725-using-aspnet-core-signalr-with-vue-to-implement-web-notifications
This article is mainly about implementing a simple web notification system in a Vue application using basic functionalities provided by SignalR. Here, we will explore how we can configure SignalR in a .NET Core application and how to integrate SignalR client in a Vue application. You can have a better...
#aspnetcore
#real time app
#signalr
#vuejs
#typescript
#axios
#notifications
24 сентября •
книги
Fundamentals of Enterprise Architecture
https://sd.blackball.lv/books/19824-fundamentals-of-enterprise-architecture-2024
With the increasing complexity of modern cloud-based systems, an effective enterprise architecture program is more critical than ever. In this practical book, author Tanu McCabe from Capital One provides proven frameworks and practices to define an effective enterprise architecture strategy — one that will enable software and enterprise architects to...
Год: 2024 • Автор: Tanu McCabe • Страниц: 504 • Формат: PDF • Размер: 5,83 MB
#enterprise architecture
17 сентября •
книги
Azure Adventures with C#
https://sd.blackball.lv/books/19823-azure-adventures-with-csharp-2024
Harness the power of Azure to create cutting-edge applications, services, and infrastructure. This book is a comprehensive guide designed to help experienced C# developers master the fundamentals of Microsoft Azure. Whether you're new to Azure or looking to deepen your cloud expertise, this book provides a solid foundation in Azure...
Год: 2024 • Автор: Michał Świtalik • Страниц: 314 • Формат: PDF • Размер: 11,61 MB
#cloud
#azure
16 сентября •
статьи
Logging in .NET: A comparison of the Top 4 libraries
https://sd.blackball.lv/articles/read/19706-logging-in-dotnet-a-comparison-of-the-top-4-libraries
Logging libraries vary in strengths, with some better suited for specific tasks than others. Certain projects demand lightweight solutions, while others require robust capabilities to handle high log data volumes. As a result, choosing a logging library can be challenging, especially with numerous options available. This article aims to comprehensively compare...
#dotnet
#logging
#serilog
#nlog
#log4net
#zlogger
#comparison
12 сентября •
статьи
Managing concurrent database updates
https://sd.blackball.lv/articles/read/19691-managing-concurrent-database-updates
Data consistency in a Spring Boot application Concurrent database updates refer to situations in which multiple users or processes attempt to modify the same database record or data concurrently, at the same time or in rapid succession. In a multi-user or multi-threaded environment, concurrent updates can occur when multiple entities, such...
#database
#java
#springboot
#databaseupdate
#concurrency
9 сентября •
статьи
Deep dive into .NET REST API security
https://sd.blackball.lv/articles/read/19679-deep-dive-into-dotnet-rest-api-security
Delve into securing .NET REST APIs against cyber threats with a focus on JWT, OAuth, SSL/TLS, and role-based authorization. This guide emphasizes for real-time monitoring and security assessments, ensuring your API's integrity and user data protection. Introduction In the digital age, where data breaches and cyber threats lurk at every corner, securing...
#dotnet
#api
#restapi
#security
#guide
5 сентября •
статьи
Optimizing data operations with OData in .NET 8
https://sd.blackball.lv/articles/read/19676-optimizing-data-operations-with-odata-in-net8
Introduction According to the people who designed it, OData (the Open Data Protocol) is “the best way to Rest”. OData is essential, a way to try and standardize REST. It’s an open protocol that allows the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. It describes...
#net8
#webapi
#odata
#guide
1 сентября •
статьи
➤
.NET
WPF vs WinForms – Making the right decision in 2024
https://sd.blackball.lv/articles/read/19821-wpf-vs-winforms-making-the-right-decision-in-2024
If you’re a developer faced with the decision of selecting between Windows Presentation Foundation (WPF) and Windows Forms (WinForms) commonly referred to as WPF vs WinForms, you may be eager to understand the distinctions between these two UI frameworks. In this comprehensive guide, we will offer an in-depth comparison of...
#winforms
#wpf
#desktop applications
#avalon
#maui
#comparison
#guide
27 августа •
статьи
Minimal APIs in .NET 8: A simplified approach to build services
https://sd.blackball.lv/articles/read/19794-minimal-api-in-net-8-simplified-approach-to-build-services
Introduction Minimal APIs in .NET 8 make a grand entrance, redefining the way we build web services. If you’re curious about what makes Minimal APIs tick and how they can streamline your development process, let’s dive in with some engaging examples. The birth of minimalism in .NET Think of a time when we...
#net8
#api
#webservices
#minimal api
27 августа •
статьи
➤
.NET
How to implement multitenancy in ASP.NET Core with EF Core
https://sd.blackball.lv/articles/read/19792-how-to-implement-multitenancy-in-aspnet-core-with-ef-core
Multitenancy is a software architecture that allows a single instance of a software application to serve multiple customers, called tenants. Each tenant's data is isolated and remains invisible to other tenants for security reasons. This architecture is commonly used in Software as a Service (SaaS) applications, where multiple organizations or...
#aspnetcore
#entityframeworkcore
#multitenancy
#software architecture
26 августа •
статьи
➤
.NET
Scheduling tasks with Cronos in .NET
https://sd.blackball.lv/articles/read/19670-scheduling-tasks-with-cronos-in-dotnet
Mastering Scheduled Tasks in .NET with Cronos Cronos is a task scheduling library for .NET that allows scheduling and executing tasks at specific times or intervals using the CRON pattern. In this article, I will present how to set up and use task scheduling in the background in a .NET 8 application. Prerequisites ...
#net8
#taskscheduling
#cronos
19 августа •
статьи
Building real-time notifications in .NET Core 8 Minimal APIs using SignalR
https://sd.blackball.lv/articles/read/19787-building-real-time-notifications-in-net-core-8-minimal-apis-using-signalr
Introduction Building real-time applications has become essential in modern web development, especially for features like notifications, chat systems, and live updates. SignalR, a powerful library for ASP.NET, enables seamless real-time communication between server-side code and client-side web applications. In this guide, we’ll walk through creating real-time notifications in .NET Core 8...
#net8
#minimal api
#real time app
#real time notification
#signalr
19 августа •
статьи
7 reasons why developers leave their jobs
https://sd.blackball.lv/articles/read/19786-7-reasons-why-developers-leave-their-jobs
Introduction In the ever-changing field of tech, it has become increasingly difficult for companies to hold on to their skilled developers. The high demand for proficient software engineers and programmers highlights the need to understand the reasons behind developer turnover. This article explores the common factors that lead developers to leave...
#job
#career
#leave job
#thought
19 августа •
статьи
How to implement pagination in ASP.NET Core Web API? - Ultimate guide
https://sd.blackball.lv/articles/read/19662-how-to-implement-pagination-in-aspnet-core-web-api-ultimate-guide
In this guide, we will learn how to implement Advanced Pagination in ASP.NET Core WebApi with ease. Pagination is one of the most important concepts while building RESTful APIs. You would have seen several public APIs implementing this feature for better user experience and security. We will go in detail...
#netcore3
#aspnetcore
#webapi
#pagination
#guide
16 августа •
статьи
The cost of ghosting: Why tech recruiters can't afford to ignore candidates
https://sd.blackball.lv/articles/read/19785-the-cost-of-ghosting-why-tech-recruiters-cannot-afford-to-ignore-candidates
Everyone hates being ghosted, but in the tech world, when we're talking recruiters and candidates, some of whom maybe some of the best in the world at what they do, it's next-level frustrating. For them, they spend days crafting the perfect application, researching your company, planning their approach, getting excited about...
#job
#career
#recruiting
#ghosting
#guide
15 августа •
статьи
➤
PHP
How to build a simple REST API in PHP?
https://sd.blackball.lv/articles/read/19782-how-to-build-a-simple-rest-api-in-php
In this comprehensive tutorial, you’ll discover the step-by-step process to build a simple REST API using PHP and MySQL. In the modern-day web landscape, REST APIs are extensively utilized for accessing and manipulating data. By incorporating REST APIs into the web application, it will be easy for you to integrate with...
#php
#webapi
#restful
#tutorial
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Компиляция и запуск C# и Blazor внутри браузера
Доводим разработчика до выгорания: три простых шага
Вопросы с собеседований, которые означают не то, что вы думаете
9 главных трендов в разработке фронтенда в 2024 году
Проблема непонимания существующего кода, или Как руководству делать не надо
Что такое микросервисная архитектура и когда ее применять
Замыкания в JavaScript для начинающих
Performance review, ачивки и погоня за повышением грейда — что может причинить боль сотруднику IT-компании?
Остановись, мгновенье. Медленное программирование — тренд для уставших разработчиков
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Codebase
Amerikas Auto
Transport Certification Center