Web
Dynamics
Нажми на тег
jQuery
Entity Framework
MongoDB
CSS3
Web API
JavaScript
IIS
SQLite
PostgreSQL
.NET Core
WCF
XML
MariaDB
NPM
Angular
Azure
SQL Server
Git
Elasticsearch
REST
ADONET
GraphQL
DRY
ORM
JSON
TeamCity
Performance Optimization
PHP
Windows Server
Dapper
Automation Software
ASP.NET
TypeScript
C#
WPF
Bootstrap
HTML5
Agile
KISS
Scrum
Теги
Поддержка
Translate
Статистика
Реклама
Книги
Статьи
Видео
Новости
CMS
Репозитории
Портфолио
Заявка
Сообщения
RU
EN
Поиск по сайту
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
405
graphql
(29) •
api
(400)
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
1 сентября 2022 г. •
статьи
Рассуждение на тему, какую базу данных выбирать
https://sd.blackball.lv/articles/read/18909-rassuzhdenie-na-temu-kakuju-bazu-dannyh-vybiratj
Эта статья для вас, если вы: выбираете базу данных для нового проекта и изучаете информацию про разные варианты; считаете, что текущая база данных не устраивает вас по каким то параметрам и вы хотите ее сменить, но у вас нет хорошего специалиста; ...
#nosql
#mongodb
#redis
#couchdb
#pouchdb
#mysql
#postgresql
#субд
26 августа 2022 г. •
статьи
➤
.NET
RabbitMQ Message Queue using .NET Core 6 Web API
https://sd.blackball.lv/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
24 августа 2022 г. •
статьи
Implementation of Global Exception Handling using .NET Core 6 Web API
https://sd.blackball.lv/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
➤ Реклама
23 августа 2022 г. •
статьи
Building a custom Configuration Provider in .NET 6
https://sd.blackball.lv/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
1 июля 2022 г. •
статьи
Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает
https://sd.blackball.lv/articles/read/18902-kak-my-stolknulisj-s-versionirovaniem
Всем привет, я Алексей Некрасов - Lead направления Python в МТС и старший архитектор в MTS AI. Хочу поделиться своим опытом внедрения версионирования и рассказать, как сделать первый шаг в реализации стратегии blue/green или канареечного развертывания, что для этого нужно и какие есть инструменты. Если вы используете в docker-образах тег latest, или...
#версионирование
#api
#versioning
27 июня 2022 г. •
статьи
Implement gRPC global exception handler in ASP.NET
https://sd.blackball.lv/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
25 июня 2022 г. •
статьи
Run and manage periodic background tasks in ASP.NET Core 6 with C#
https://sd.blackball.lv/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
19 июня 2022 г. •
книги
Writing High-Performance .NET Code, 2nd Edition
https://sd.blackball.lv/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...
Год: 2018 • Автор: Ben Watson • Страниц: 422 • Формат: PDF • Размер: 11,67 MB
#netframework
#performance
19 июня 2022 г. •
книги
Writing High-Performance .NET Code
https://sd.blackball.lv/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...
Год: 2014 • Автор: Ben Watson • Страниц: 268 • Формат: PDF • Размер: 3,5 MB
#netframework
#performance
24 мая 2022 г. •
книги
Beginning gRPC with ASP.NET Core 6
https://sd.blackball.lv/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...
Год: 2022 • Автор: Anthony Giretti • Страниц: 489 • Формат: PDF • Размер: 20,61 MB
#netcore
#net6
#aspnet
#razorpages
#angular
#grpc
23 мая 2022 г. •
статьи
OpenTelemetry with Jaeger in .NET Core
https://sd.blackball.lv/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
20 мая 2022 г. •
книги
Dynamic SQL, Second Edition
https://sd.blackball.lv/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...
Год: 2019 • Автор: Edward Pollack • Страниц: 508 • Формат: PDF • Размер: 10,78 MB
#mssqlserver
#sql
#performance
#security
#server
28 апреля 2022 г. •
статьи
Top 6 performance tips for .Net Developers
https://sd.blackball.lv/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
28 апреля 2022 г. •
статьи
8 quick tips to improve your .NET API
https://sd.blackball.lv/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
24 апреля 2022 г. •
статьи
MediatR with .NET 6.0
https://sd.blackball.lv/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
24 апреля 2022 г. •
статьи
Applying SOLID principles with C#
https://sd.blackball.lv/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
24 апреля 2022 г. •
статьи
The 10 commandments .NET developers must apply for secure applications
https://sd.blackball.lv/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
24 апреля 2022 г. •
статьи
.NET 6 vs .NET 5: How .NET 6 has changed the game of Software Development?
https://sd.blackball.lv/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
24 апреля 2022 г. •
статьи
Caching in .NET 6
https://sd.blackball.lv/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
17 апреля 2022 г. •
книги
The Complete ASP.NET Core 3 API Tutorial
https://sd.blackball.lv/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...
Год: 2020 • Автор: Les Jackson • Страниц: 476 • Формат: PDF • Размер: 30,65 MB
#aspnetcore
#tutorial
#api
#azure
#docker
#devops
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Перестаньте называть себя программистом и другие карьерные советы
Стили именования переменных и функций. Используйте их все
Зарплата по результатам собеседования — лучший способ сократить отклики на вакансию, а тестовые задания — избыточны
«Великое увольнение» продолжается: теперь с работы уходят даже боссы
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Из интровертов в менторы: как мидлы становятся сеньорами
Микросервисы: как определить, подойдут ли они вашему проекту
Как устроиться в IT-компанию
Компиляция и запуск C# и Blazor внутри браузера
Доводим разработчика до выгорания: три простых шага
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Codebase
Amerikas Auto
Transport Certification Center