Web
Dynamics
Нажми на тег
PHP
KISS
ASP.NET
Azure
JavaScript
Confluence
UI/UX
Grafana
Automation Software
Angular
SOLID
Bootstrap
NPM
Progressive Web Apps
LINQ
WPF
SQL Server
Reverse Engineering
ADONET
Design Patterns
Agile
Redis
VB.NET
PostgreSQL
IIS
PowerShell
.NET Core
Entity Framework
jQuery
Active Directory
Kanban
Scrum
TeamCity
React
ORM
JSON
RabbitMQ
WCF
XML
Git
Избранное
История
Теги
Поддержка
Translate
Статистика
Реклама
RU
EN
Книги
Статьи
Видео
Новости
О разработчике
CMS
Репозитории
Портфолио
Заявка
Сообщения
Студия
Форум
Поиск по сайту
В поисках работы
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
436
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
6 мая 2024 г. •
статьи
.NET performance analysis: Newtonsoft.Json vs System.Text.Json in .NET 8
https://sd.blackball.lv/articles/read/19529-net-performance-analysis-newtonsoftjson-vs-systemtextjson-in-net-8
Introduction As a passionate .NET developer, I find myself continuously seeking opportunities to expand my understanding of the .NET ecosystem. In this, my first article ever, I embark on a journey to explore the intricacies of .NET performance, with a specific focus on two prominent JSON frameworks: Newtonsoft.Json and Microsoft’s System.Text.Json....
#net8
#json
#performance
#comparison
2 мая 2024 г. •
статьи
.NET 8 Web API CRUD (3)
https://sd.blackball.lv/articles/19653-net-8-web-api-crud
...
2 мая 2024 г. •
статьи
➤
.NET
Implementing advanced long polling in .NET 6
https://sd.blackball.lv/articles/read/19534-implementing-advanced-long-polling-in-net-6
Long polling is a server-push technique used in web applications to efficiently update clients with new information. Unlike traditional polling, long polling keeps the request open until the server has new data to send. This method is beneficial when you want to reduce the latency for data updates without overloading...
#net6
#longpolling
➤ Реклама
25 апреля 2024 г. •
статьи
How to implement feature flag in ASP.NET Core Blazor
https://sd.blackball.lv/articles/read/19538-how-to-implement-feature-flag-in-aspnet-core-blazor
Follow me on Twitter, happy to take your suggestions on topics or improvements. Introduction Many third-party feature flagging services are available, or your internal team could develop its own feature flag service. For those who prefer standardization, following the OpenFeature guidelines is also an option. However, none of these solutions may perfectly...
#net8
#aspnetcore
#blazor
#featureflag
15 апреля 2024 г. •
статьи
Using Coravel as a scheduler in ASP.NET Core
https://sd.blackball.lv/articles/read/19532-using-coravel-as-a-scheduler-in-aspnet-core
Scheduling one or more background tasks is almost inevitable when building robust, self-sustaining APIs with .NET. A few packages have been around for years, such as Hangfire and Quartz.NET. ASP.NET Core allows background tasks to be implemented as hosted services. However, you might need something more customizable and lightweight with a...
#aspnetcore
#taskscheduling
#backgroundservice
#scheduling
#coravel
11 апреля 2024 г. •
статьи
Coravel - Easy task scheduling for your .NET web apps
https://sd.blackball.lv/articles/read/19530-coravel-easy-task-scheduling-for-your-net-web-apps
Sometimes you need to run scheduled tasks for your .NET web app. Automated report creation, status checks, routine admin tasks, that sort of thing. I spent the last few weeks migrating Practical ASP.NET to .NET 8 (static SSR). One requirement involved sending data to an external service. For this I decided to keep things...
#aspnetcore
#taskscheduling
#backgroundservice
#coravel
10 апреля 2024 г. •
статьи
Vite.js: что это и зачем нужно веб-разработчику
https://sd.blackball.lv/articles/read/19550-vitejs-chto-eto-i-zachem-nuzhno-web-razrabotchiku
Vite.js - это один из инструментов для настройки сред разработки. Чаще всего используется в связке с фреймворками React и Vue. Однако функционал не ограничен только их поддержкой - инструмент способен работать даже с ванильным JavaScript, следовательно, и различными библиотеками, написанным на нем. Подходит для более сложных проектов, где требуется взаимодействие...
#программирование
#фронтенд
#npm
#vitejs
8 апреля 2024 г. •
статьи
Async void methods in C# — the dangers that you need to know
https://sd.blackball.lv/articles/read/19643-async-void-methods-in-csharp-the-dangers-that-you-need-to-know
async void methods in C# are a source of a lot of problems for many developers getting into writing async await code. The pattern that we’re suggested to use is of course async Task, but there are cases — like with Event Handlers in C# — where the method signatures...
#csharp
#async
5 апреля 2024 г. •
статьи
Works in progress: The long journey to doing good better
https://sd.blackball.lv/articles/read/19555-works-in-progress-the-long-journey-to-doing-good-better
The more I learn, the more I realize how much I don’t know. — Albert Einstein When we were starting off in philanthropy, my wife Cari did a listening tour to try to shape our strategy. We were trying to learn some basic principles about choosing cause areas and tactics —...
#philosophy
#thought
3 апреля 2024 г. •
статьи
GraphQL решает кучу проблем — рассказываем, за что мы его любим
https://sd.blackball.lv/articles/read/19542-graphql-reshaet-kuchu-problem-rasskazyvaem-za-chto-my-ego-ljubim
Зачем нужен GraphQL Чтобы ответить на этот вопрос, нужно сказать пару слов об архитектуре REST API. Сегодня этот инструмент повсеместно используется для связи фронтенда и бэкенда. Когда пользователь сайта нажимает на кнопку на сайте, скажем, переходит на страницу в интернет-магазине, за передачу данных с сервера вероятнее всего отвечает именно REST (по...
#api
#graphql
2 апреля 2024 г. •
книги
Full Stack GraphQL Applications
https://sd.blackball.lv/books/19487-full-stack-graphql-applications-2022
Build hyper-fast and hyper-efficient web applications with GraphQL! This practical, comprehensive guide introduces the powerful GRANDStack for developing full stack web applications based in graph data structures. In «Full Stack GraphQL Applications» you will learn how to: Build backend functionalities for GraphQL applications Model a...
Год: 2022 • Автор: William Lyon • Страниц: 265 • Формат: PDF • Размер: 20,08 MB
#api
#graphql
#react
#nodejs
#neo4j
1 апреля 2024 г. •
статьи
➤
.NET
Fluent Validation in .NET Core
https://sd.blackball.lv/articles/read/19482-fluent-validation-in-net-core
Fluent validation is a third party library for validating your models in .NET. It is totally free. Why fluent validation? If you already have used data annotation for validation, then you must be aware of validation in .NET. So you might be thinking why do we need fluent validation. Fluent validation helps you...
#netcore
#validation
#fluentvalidation
29 марта 2024 г. •
статьи
Coding with AI: Tips and best practices from developers
https://sd.blackball.lv/articles/read/19471-coding-with-ai-tips-and-best-practices-from-developers
Generative AI has seized the popular imagination and started a new tech gold rush. While much attention has been focused on AI tools that produce natural language prose and visual art, in tech circles AI is gaining increased interest for its coding capabilities. You can describe a program you want...
#programming
#ai
#coding
#tips
#bestpractices
29 марта 2024 г. •
статьи
➤
Interview Questions
Top asked .NET Core interview questions & answers
https://sd.blackball.lv/articles/read/19627-top-asked-net-core-interview-questions-and-answers
These interview questions range from basic to advanced .Net Core, and will assist you in preparing for interviews, revising quickly, and strengthening your technical skills. According to the Stackoverflow Survey 2020,.NET and.NET Core are the second and third most popular frameworks and libraries, respectively. It is frequently the first programming language...
#netcore
#job
#interview
28 марта 2024 г. •
статьи
➤
Asynchronous programming with async and await in C#
Asynchronous programming with async and await in C# — Part 4
https://sd.blackball.lv/articles/read/19624-asynchronous-programming-with-async-and-await-in-csharp-part-4
Introduction In Part 1 of the “Asynchronous programming with async and await in C#” series, we examined some of the theory behind async / await. In Part 2, we discussed about how async / await pattern looks under the hood and we demystified the concepts behind it. In Part 3, we...
28 марта 2024 г. •
статьи
➤
Asynchronous programming with async and await in C#
Asynchronous programming with async and await in C# — Part 1
https://sd.blackball.lv/articles/read/19621-asynchronous-programming-with-async-and-await-in-csharp-part-1
Introduction Welcome to the world of asynchronous programming with C#. In this enlightening series, we’ll explore the intricacies of async and await keywords, unraveling the magic behind writing clean and efficient code for asynchronous operations in C#. This first part delves into the theory behind async programming, dissecting the essential components...
28 марта 2024 г. •
статьи
Unlocking the power of Tasks: Your practical guide in C#
https://sd.blackball.lv/articles/read/19619-unlocking-the-power-of-tasks-your-practical-guide-in-csharp
In today’s story we are going to talk about what Tasks are and have a brief introduction on the Task Parallel Library (TPL). We will also give a small preview of the Async & Task-Based Asynchronous Patterns. Tasks To begin talking about what tasks actually are, let’s take a step back and...
#csharp
#concurrency
#asynchronous
#tasks
#guide
28 марта 2024 г. •
статьи
Create a gRPC server in .NET Core
https://sd.blackball.lv/articles/read/19480-create-a-grpc-server-in-net-core
gRPC is a powerful framework for working with Remote Procedure Calls. RPCs allow you to write code as though it will be run on a local computer, even though it may be executed on another computer. One of the key advantages of gRPC is its use of HTTP/2, which enables efficient...
#netcore
#aspnetcore
#webapi
#grpc
#postman
#tutorial
25 марта 2024 г. •
статьи
Pagination in a .NET Web API with EF Core
https://sd.blackball.lv/articles/read/19478-pagination-in-a-netcore-web-api-with-ef-core
Pagination allows you to retrieve a large number of records split into pages, instead of returning all the results at once. This is especially useful in scenarios where you need to retrieve a large number of records. In this article, I present how to implement OffSet and Keyset pagination in...
#net8
#csharp
#sql
#entity framework core
#webapi
#pagination
#json
24 марта 2024 г. •
статьи
Angular без CLI (руководство)
https://sd.blackball.lv/articles/read/19611
Фреймворк Angular используется при создании SPA и предлагает большое количество инструментов как для создания, непосредственно, элементов интерфейса, так и CLI для создания и управления структурой файлов, относящихся к приложению. Для создания проекта с использованием библиотеки Angular, официальный сайт предлагает нам установить пакет angular-cli и далее из консоли запустить определенные команды, которые...
#frontend
#javascript
#angular
#typescript
#webpack
#tutorial
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Стили именования переменных и функций. Используйте их все
Почему хорошие разработчики пишут плохие юнит-тесты
Типичные взаимные блокировки в MS SQL и способы борьбы с ними
Выйди и зайди правильно
Протокол MQTT: концептуальное погружение
Разработка игр на Unity: с нуля до профессионала
Почему программисты ошибаются в оценке сроков?
Using a сustom PagedList class for Generic Pagination in .NET Core
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
5 правил работы с суммами
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Mail Daemon
Codebase
Amerikas Auto
Transport Certification Center