Web
Dynamics
Click on the tag item
Entity Framework
DRY
LINQ
Dapper
MariaDB
Jira
WPF
Redis
PHP
Confluence
ASP.NET
Automation Software
Windows Server
TFS
SQLite
Bootstrap
XML
REST
TypeScript
YAGNI
Performance Optimization
Responsive Web Design
.NET Core
RabbitMQ
Angular
ADONET
NPM
Windows Forms
Grafana
SignalR
TeamCity
PowerShell
IIS
SOLID
React
C#
WCF
Progressive Web Apps
.NET Framework
GraphQL
Tags
Donate
Translate
Statistics
Ads
Books
Articles
Video
News
Repositories
Portfolio
Application
Messages
RU
EN
Site search
Exact match
articles
books
video
news
notes
title
text
description
author
year
tags
Search results
Found:
405
graphql
(29) •
api
(400)
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Oct 18 •
articles
Understanding architectures for multi-region data residency
https://sd.blackball.lv/en/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
Oct 14 •
articles
The best way to map objects in .NET in 2024
https://sd.blackball.lv/en/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
Oct 10 •
articles
The anatomy of .NET Aspire application
https://sd.blackball.lv/en/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
➤ Ads
Sep 30 •
articles
Integrating Azure Service Bus with .NET applications
https://sd.blackball.lv/en/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
Sep 26 •
articles
Using ASP.NET Core SignalR with Vue to implement web notifications
https://sd.blackball.lv/en/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
Sep 24 •
books
Fundamentals of Enterprise Architecture
https://sd.blackball.lv/en/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...
Year: 2024 • Author: Tanu McCabe • Pages: 504 • Format: PDF • Size: 5,83 MB
#enterprise architecture
Sep 17 •
books
Azure Adventures with C#
https://sd.blackball.lv/en/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...
Year: 2024 • Author: Michał Świtalik • Pages: 314 • Format: PDF • Size: 11,61 MB
#cloud
#azure
Sep 16 •
articles
Logging in .NET: A comparison of the Top 4 libraries
https://sd.blackball.lv/en/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
Sep 12 •
articles
Managing concurrent database updates
https://sd.blackball.lv/en/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
Sep 9 •
articles
Deep dive into .NET REST API security
https://sd.blackball.lv/en/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
Sep 5 •
articles
Optimizing data operations with OData in .NET 8
https://sd.blackball.lv/en/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
Sep 1 •
articles
➤
.NET
WPF vs WinForms – Making the right decision in 2024
https://sd.blackball.lv/en/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
Aug 27 •
articles
Minimal APIs in .NET 8: A simplified approach to build services
https://sd.blackball.lv/en/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
Aug 27 •
articles
➤
.NET
How to implement multitenancy in ASP.NET Core with EF Core
https://sd.blackball.lv/en/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
Aug 26 •
articles
➤
.NET
Scheduling tasks with Cronos in .NET
https://sd.blackball.lv/en/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
Aug 19 •
articles
Building real-time notifications in .NET Core 8 Minimal APIs using SignalR
https://sd.blackball.lv/en/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
Aug 19 •
articles
7 reasons why developers leave their jobs
https://sd.blackball.lv/en/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
Aug 19 •
articles
How to implement pagination in ASP.NET Core Web API? - Ultimate guide
https://sd.blackball.lv/en/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
Aug 16 •
articles
The cost of ghosting: Why tech recruiters can't afford to ignore candidates
https://sd.blackball.lv/en/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
Aug 15 •
articles
➤
PHP
How to build a simple REST API in PHP?
https://sd.blackball.lv/en/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
...
»
»|
Share page
If you liked this website and want to support me, you can
Reading now
HTTPClient in C# — Starters Guide
Goodbye Controllers: Building better Blazor web apps with Vertical Slices
Understanding Clean Architecture with ASP.NET
Scheduling background jobs with Quartz.NET
Running a Page Speed Test: Monitoring vs. Measuring
Web API Helper Page
.NET Framework developer roadmap in 2024 for beginners
Inheritance strategies in Entity Framework Core 7
6 common LINQ mistakes you might be doing
Coding with AI: Tips and best practices from developers
Categories
Design Patterns
Software Engineering Workshop
Donation
➤
Boosty
Donate
to support the project
➤
Donorbox
Donate
GitHub account
Projects
Blackball
Geolocation Assistant
Codebase
Amerikas Auto
Transport Certification Center