Web
Dynamics
Click on the tag item
Windows Forms
Performance Optimization
SQLite
Scrum
YAGNI
Entity Framework
NPM
MongoDB
SQL Server
Web API
HTML5
React
REST
Jira
Grafana
PHP
Active Directory
Reverse Engineering
SOLID
XML
IIS
LINQ
Azure
TFS
Git
PostgreSQL
VB.NET
SignalR
CSS3
ASP.NET
Responsive Web Design
TeamCity
MariaDB
Automation Software
Design Patterns
MySQL
Elasticsearch
Blazor
UI/UX
Confluence
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)
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Sep 1, 2022 •
articles
Рассуждение на тему, какую базу данных выбирать
https://sd.blackball.lv/en/articles/read/18909-rassuzhdenie-na-temu-kakuju-bazu-dannyh-vybiratj
Эта статья для вас, если вы: выбираете базу данных для нового проекта и изучаете информацию про разные варианты; считаете, что текущая база данных не устраивает вас по каким то параметрам и вы хотите ее сменить, но у вас нет хорошего специалиста; ...
#nosql
#mongodb
#redis
#couchdb
#pouchdb
#mysql
#postgresql
#субд
Aug 26, 2022 •
articles
➤
.NET
RabbitMQ Message Queue using .NET Core 6 Web API
https://sd.blackball.lv/en/articles/read/18906
We are going to discuss the RabbitMQ Message Queue and its implementation using .NET Core 6 API as Message Producer and Console Application as a Message Consumer. Agenda Introduction of RabbitMQ Benefits of using RabbitMQ Implementation of RabbitMQ in .NET Core 6 Prerequisites ...
#netcore
#net6
#webapi
#rabbitmq
#messagequeue
#microservices
#docker
Aug 24, 2022 •
articles
Implementation of Global Exception Handling using .NET Core 6 Web API
https://sd.blackball.lv/en/articles/read/18905
In this article, we will learn about global exception handling implementation using .NET Core 6 Web API step-by-step. Agenda Introduction Implementation of Global Exception Handling Prerequisites Visual Studio 2022 .NET Core 6 SDK Understanding of C# Programming ...
#netcore
#net6
#webapi
#exceptionhandling
#softwaredevelopment
➤ Ads
Aug 23, 2022 •
articles
Building a custom Configuration Provider in .NET 6
https://sd.blackball.lv/en/articles/read/18904
Suppose we are building a web api that contains a route to send notification messages to other systems. For security matters, before sending any notification message, we need to provide some credentials to these systems to they accept our messages. However, these credentials are stored in an external data source, and not...
#netcore
#net6
#aspnet
#webapi
#customconfiguration
Jul 1, 2022 •
articles
Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает
https://sd.blackball.lv/en/articles/read/18902-kak-my-stolknulisj-s-versionirovaniem
Всем привет, я Алексей Некрасов - Lead направления Python в МТС и старший архитектор в MTS AI. Хочу поделиться своим опытом внедрения версионирования и рассказать, как сделать первый шаг в реализации стратегии blue/green или канареечного развертывания, что для этого нужно и какие есть инструменты. Если вы используете в docker-образах тег latest, или...
#версионирование
#api
#versioning
Jun 27, 2022 •
articles
Implement gRPC global exception handler in ASP.NET
https://sd.blackball.lv/en/articles/read/18880
This example shows you the gRpc global exception handler in the unary server handle in gRpc. In microservice, we have two ways to integrate with other internal services. The first way is the Request-Response pattern, which is the most famous. The Request-Response pattern advantage is that the client could immediately get the response...
#netcore
#aspnet
#webapi
#microservice
#grpc
Jun 25, 2022 •
articles
Run and manage periodic background tasks in ASP.NET Core 6 with C#
https://sd.blackball.lv/en/articles/read/18897
Sometimes your web app needs to do work in the background periodically e.g. to sync data. This article provides a walkthrough how to implement such a background task and how to enabled/disable a background task during runtime using a RESTful API and hosted services. Here’s the intro from the Microsoft Docs,...
#netcore
#aspnet
#backgroundtask
Jun 19, 2022 •
books
Writing High-Performance .NET Code, 2nd Edition
https://sd.blackball.lv/en/books/18886
Take performance to the next level! This book does not just teach you how the CLR works - it teaches you exactly what you need to do now to obtain the best performance today. It will expertly guide you through the nuts and bolts of extreme performance optimization in .NET, complete...
Year: 2018 • Author: Ben Watson • Pages: 422 • Format: PDF • Size: 11,67 MB
#netframework
#performance
Jun 19, 2022 •
books
Writing High-Performance .NET Code
https://sd.blackball.lv/en/books/writing-high-performance-net-code-2014
Do you want your .NET code to have the absolute best performance it can? This book demystifies the CLR, teaching you how and why to write code with optimum performance. Learn critical lessons from a person who helped design and build one of the largest high-performance .NET systems in the...
Year: 2014 • Author: Ben Watson • Pages: 268 • Format: PDF • Size: 3,5 MB
#netframework
#performance
May 24, 2022 •
books
Beginning gRPC with ASP.NET Core 6
https://sd.blackball.lv/en/books/beginning-grpc-with-aspnet-core-6-2022
Covers the gRPC specification and ASP.NET Core development, including Razor Pages and SPAs such as Angular 12. Hands-on coding via sample projects using the latest tools, libraries, access data. Supports WCF developers in their migration to gRPC with ASP.NET Core 6. About the book Broaden your developer experience by learning how to...
Year: 2022 • Author: Anthony Giretti • Pages: 489 • Format: PDF • Size: 20,61 MB
#netcore
#net6
#aspnet
#razorpages
#angular
#grpc
May 23, 2022 •
articles
OpenTelemetry with Jaeger in .NET Core
https://sd.blackball.lv/en/articles/read/18874
A step by step guide to integrate OpenTelemetry with ASP.Net core and visualize in Jaeger. OpenTelemetry is a collection of tools, APIs, and SDKs. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior. In this tutorial, we will...
#netcore
#aspnet
#tracing
#monitoring
#opentelemetry
#jaeger
May 20, 2022 •
books
Dynamic SQL, Second Edition
https://sd.blackball.lv/en/books/dynamic-sql-2nd-edition-2019
This book is an introduction and deep-dive into the many uses of dynamic SQL in Microsoft SQL Server. Dynamic SQL is key to large-scale searching based upon user-entered criteria. It’s also useful in generating value-lists, in dynamic pivoting of data for business intelligence reporting, and for customizing database objects and...
Year: 2019 • Author: Edward Pollack • Pages: 508 • Format: PDF • Size: 10,78 MB
#mssqlserver
#sql
#performance
#security
#server
Apr 28, 2022 •
articles
Top 6 performance tips for .Net Developers
https://sd.blackball.lv/en/articles/read/18864
Table Of Content - Introduction - Top 6 Tips to optimize the performance of your .Net application - 1. Avoid throwing exceptions - 2. Minify your files - 3. Avoid blocking calls - 4. Cache your pages - 5. Optimize custom code - 6. Minimize large object allocation - Bonus: Performance Optimization Tips - Client-side improvement - Wrapping Up Introduction You can find...
#softwaredevelopment
#performance
#bestpractices
Apr 28, 2022 •
articles
8 quick tips to improve your .NET API
https://sd.blackball.lv/en/articles/read/18862
Day-to-day tips I use to develop APIs. Every day we need to develop new APIs, whether at work or for study purposes, and some features can help us with the use of good practices in a simple way. And through this post, I want to show you some features that I...
#netcore
#api
#goodpractices
Apr 24, 2022 •
articles
MediatR with .NET 6.0
https://sd.blackball.lv/en/articles/read/18860
What is MediatR? Why do we need it? And How to use it? Mediator Pattern - The mediator pattern ensures that objects do not interact directly instead of through a mediator. It reduces coupling between objects which makes it easy to maintain the code. Mediator pattern unified the service interfaces around...
#net6
#csharp
#mediatorpattern
#mediatr
#webapi
Apr 24, 2022 •
articles
Applying SOLID principles with C#
https://sd.blackball.lv/en/articles/read/18859
A practice approach to creating stable software. Don’t make your software unstable like a house of cards, solidify it. There are five principles to follow when we write code with object-oriented programming to make it more readable and maintainable if we don’t want that our program becomes a clock bomb in our...
#csharp
#solidprinciples
Apr 24, 2022 •
articles
The 10 commandments .NET developers must apply for secure applications
https://sd.blackball.lv/en/articles/read/18858
The security of .NET applications is necessary and knowing how to protect it is not always an easy task. As developers, we must be clear that an insecure application can be a serious problem: from modifying the operation of the application or stealing the source code, to exposing a company...
#netcore
#softwaredevelopment
#security
Apr 24, 2022 •
articles
.NET 6 vs .NET 5: How .NET 6 has changed the game of Software Development?
https://sd.blackball.lv/en/articles/read/18857-net6-vs-net5-how-net6-has-changed-the-game-of-software-development
Let’s find out which one is better .Net 6 or .Net 5 and how .Net has changed the game of software development. In the past, I have briefly talked about the Dot Net 6 framework that was released last year in Nov by Microsoft during the .Net Conf 2021. As mentioned, the...
#net5
#net6
#softwaredevelopment
#analytics
#comparison
Apr 24, 2022 •
articles
Caching in .NET 6
https://sd.blackball.lv/en/articles/read/18856
What Is Caching? Caching is a performance optimization strategy and design consideration. Caching can significantly improve app performance by making infrequently changing (or expensive to retrieve) data more readily available. Why Caching? To eliminate the need to send requests towards the API in many cases and also to send full responses in other...
#net6
#csharp
#caching
Apr 17, 2022 •
books
The Complete ASP.NET Core 3 API Tutorial
https://sd.blackball.lv/en/books/18851
Use this ASP.NET Core API tutorial and straightforward step-by-step guide to build, test, and deploy an ASP.NET Core API to Azure. It will help you code confidently and efficiently, and provides just what you need for context. The book starts with detailing how to set up your development environment, and then...
Year: 2020 • Author: Les Jackson • Pages: 476 • Format: PDF • Size: 30,65 MB
#aspnetcore
#tutorial
#api
#azure
#docker
#devops
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Share page
If you liked this website and want to support me, you can
Reading now
Inheritance strategies in Entity Framework Core 7
Building a dynamic logical expression builder in C#
Optimizing data operations with OData in .NET 8
8 practical ways to optimize background batch processing in .NET
Result Pattern in C#
How getting Lazy in C#
Fetch vs Axios. Which one to choose?
Exploring microservices Saga and Compensation patterns with C# example
How to structure .NET project with Clean Architecture?
Optimizing LINQ queries for performance and readability in C#
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