Web
Dynamics
Нажми на тег
XML
RabbitMQ
Scrum
MySQL
PowerShell
KISS
Redis
Kanban
Agile
PHP
DRY
TypeScript
REST
SOLID
.NET Core
Active Directory
CSS3
MongoDB
ORM
Progressive Web Apps
SignalR
Bootstrap
WCF
Azure
Web API
C#
Reverse Engineering
Entity Framework
LINQ
Performance Optimization
Blazor
Elasticsearch
Confluence
TFS
jQuery
CI/CD
WPF
Windows Server
PostgreSQL
YAGNI
Теги
Поддержка
Translate
Статистика
Реклама
Книги
Статьи
Видео
Новости
CMS
Репозитории
Портфолио
Заявка
Сообщения
RU
EN
Поиск по сайту
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
400
|«
«
...
11
12
13
14
15
16
17
18
19
20
»
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
16 апреля 2022 г. •
статьи
Enjoy using Mapster in .NET 6
https://sd.blackball.lv/articles/read/18850-enjoy-using-mapster-in-net-6
Today, developers are paying more attention to mapping libraries than ever before, because modern architecture forces them to map object to object across layers. For example, in the past I prepared a repository for clean architecture in github. So it’s a template for visual studio, you can see it and...
#net6
#csharp
#objectsmapping
#mapster
16 апреля 2022 г. •
статьи
7 improvements you might have missed in .NET 6
https://sd.blackball.lv/articles/read/18849-7-improvements-you-might-have-missed-in-net-6
Sometimes it’s the little things that count. When .NET 6 dropped this November, a few top-line items grabbed all the attention. I’m talking about C# 10, hot reload, Blazor’s AOT compilation, and some serious inner loop performance improvements. All of them are worthy enhancements. But if you look beyond the marquee...
#net6
#csharp
#improvements
15 апреля 2022 г. •
статьи
The Future of No Code Development
https://sd.blackball.lv/articles/read/18848
No code development is the future of software development. With no coding, you can build custom applications with little to no code. No code platforms are secure and easy to use, making them an excellent option for employee-only applications. These tools are ideal for tasks, time tracking, and internal communications. Especially...
#itforecast
#softwaredevelopment
3 февраля 2022 г. •
статьи
Top 10 programming languages portfolio for 2022
https://sd.blackball.lv/articles/read/18842-top-10-programming-languages-portfolio-for-2022
What if programming languages were stocks? And you had to make a portfolio to fetch good returns in 2022? You probably have seen various surveys and analyses listing the most popular programming languages. Those cover the universe of programming languages, like the S&P 500 does for the stock market. What would...
#python
#javascript
#typescript
#java
#csharp
#swift
#kotlin
#go
#scala
#rust
#dart
25 ноября 2021 г. •
статьи
Upload and download multiple files using .NET 5.0 Web API
https://sd.blackball.lv/articles/read/18840-upload-and-download-multiple-files-using-net-5-web-api
Today, we are going to cover uploading and downloading multiple files using ASP.Net Core 5.0 Web API by a simple process. Note: This same technique works in .Net Core 3.1 and .Net Core 2.1 as well. Begin with creating an empty web API project in visual studio and for target, framework choose...
#aspnet
#netcore
#webdevelopment
#webapi
22 ноября 2021 г. •
статьи
How to use IDisposable in ASP.NET Core
https://sd.blackball.lv/articles/read/18838
Dispose and Finalize are two methods you often use to release resources occupied by your .NET and .NET Core applications running in the context of the CLR. Most importantly, if you have unmanaged resources in your application, you should release the resources occupied by such resources explicitly. Due to the non-deterministic...
#aspnet
#net6
#webdevelopment
26 августа 2021 г. •
статьи
Migrate from .NET Framework to .NET 5
https://sd.blackball.lv/articles/read/18833
What is .Net 5 .Net 5 is one of the major and latest releases of Microsoft’s .NET family. It comes with many exciting features compared to the previous released .Net core. The primary goal with the release of .Net 5 is to merge all future .Net development onto one unified platform....
#netframework
#net5
#migration
22 августа 2021 г. •
статьи
➤
.NET
.NET Core HttpClient best practices
https://sd.blackball.lv/articles/read/18832-net-core-httpclient-best-practices
The following are a set of best practices for using the HttpClient object in .NET Core when communicating with web APIs. Note that probably not all practices would be recommended in all situations. There can always be good reasons to break from a certain practice. This list is not supposed to...
#netframework
#csharp
#httpclient
#bestpractices
#api
8 августа 2021 г. •
книги
Microservice Patterns and Best Practices
https://sd.blackball.lv/books/18818-microservice-patterns-and-best-practices-2018
Key Features Get to grips with the microservice architecture and build enterprise-ready microservice applications Learn design patterns and the best practices while building a microservice application Obtain hands-on techniques and tools to create high-performing microservices resilient to possible fails Book Description Microservices are...
Год: 2018 • Автор: Vinicius Feitosa Pacheco • Страниц: 357 • Формат: PDF • Размер: 5,9 MB
#microservice
#cqrs
#bestpractices
|«
«
...
11
12
13
14
15
16
17
18
19
20
»
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
14 вопросов об индексах в SQL Server, которые вы стеснялись задать
Экстремальное программирование: новые возможности
Нужен ли вам Agile? Новая модель применимости всё объясняет
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Разработка игр на Unity: с нуля до профессионала
Плохо девелопмент
Дюжина логических задач с собеседований
Жестокая правда будней программиста: 8 наблюдений
10 не самых очевидных причин, чтобы уволиться
Тонкости собеседований при найме на удаленку
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Codebase
Amerikas Auto
Transport Certification Center