Web
Dynamics
Нажми на тег
Design Patterns
Azure
DRY
YAGNI
WCF
SQL Server
Grafana
SOLID
NPM
MariaDB
Dapper
REST
GraphQL
Elasticsearch
PHP
HTML5
C#
.NET Core
Redis
Git
ADONET
SignalR
jQuery
MongoDB
TFS
Reverse Engineering
UI/UX
Blazor
Angular
Windows Forms
Responsive Web Design
Entity Framework
WPF
VB.NET
TeamCity
ORM
IIS
React
Web API
Performance Optimization
Избранное
История
Теги
Поддержка
Translate
Статистика
Реклама
RU
EN
Книги
Статьи
Видео
Новости
О разработчике
CMS
Репозитории
Портфолио
Заявка
Сообщения
Студия
Форум
Поиск по сайту
В поисках работы
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
442
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
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
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
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Забудьте про Go и Rust: MoonBit - новый король WebAssembly
Разбираемся с middleware в ASP.NET Core
Асинхронный JavaScript: изучаем Async/Await, Callbacks и Promises
Чек-лист по запуску нового сайта: что нужно учесть?
Стили именования переменных и функций. Используйте их все
Жесткие факты о софт скилах
Топ 20 ботов которые постоянно сканируют ваши сайты. Не все из них одинаково полезны
WAF и RASP: в чём разница и что лучше для безопасности веб-приложений
Почему сеньоры ненавидят собеседования с кодингом, и что компании должны использовать вместо них
Категории
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