Web
Dynamics
Click on the tag item
XML
Performance Optimization
Windows Forms
Active Directory
UI/UX
YAGNI
SQL Server
RabbitMQ
PHP
C#
ADONET
HTML5
Redis
Confluence
TypeScript
JavaScript
NPM
REST
.NET Core
SignalR
MongoDB
Responsive Web Design
JSON
Blazor
IIS
.NET Framework
CI/CD
Automation Software
SQLite
WPF
Progressive Web Apps
PowerShell
CSS3
Dapper
TFS
MariaDB
Design Patterns
Web API
VB.NET
PostgreSQL
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:
400
|«
«
...
11
12
13
14
15
16
17
18
19
20
»
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
➤ Ads
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
Apr 16, 2022 •
articles
Enjoy using Mapster in .NET 6
https://sd.blackball.lv/en/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
Apr 16, 2022 •
articles
7 improvements you might have missed in .NET 6
https://sd.blackball.lv/en/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
Apr 15, 2022 •
articles
The Future of No Code Development
https://sd.blackball.lv/en/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
Feb 3, 2022 •
articles
Top 10 programming languages portfolio for 2022
https://sd.blackball.lv/en/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
Nov 25, 2021 •
articles
Upload and download multiple files using .NET 5.0 Web API
https://sd.blackball.lv/en/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
Nov 22, 2021 •
articles
How to use IDisposable in ASP.NET Core
https://sd.blackball.lv/en/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
Aug 26, 2021 •
articles
Migrate from .NET Framework to .NET 5
https://sd.blackball.lv/en/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
Aug 22, 2021 •
articles
➤
.NET
.NET Core HttpClient best practices
https://sd.blackball.lv/en/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
Aug 8, 2021 •
books
Microservice Patterns and Best Practices
https://sd.blackball.lv/en/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...
Year: 2018 • Author: Vinicius Feitosa Pacheco • Pages: 357 • Format: PDF • Size: 5,9 MB
#microservice
#cqrs
#bestpractices
|«
«
...
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
How to structure .NET project with Clean Architecture?
How to run ASP.NET Core & SQL Server from Docker
What is patch management? Lifecycle, benefits and best practices
Live-coding interviews: essential or discriminatory?
Onion Architecture In ASP.NET Core with CQRS – Detailed
GraphQL vs. REST
How to create image and file upload in PHP with jQuery AJAX
LINQ — How to avoid nested loops in C#
10 Git repository naming best practices
Dealing with Code Performance— Micro and Macro Optimizations
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