Home
Products
FAQ
WordPress
Contact Us
Home
Products
FAQ
WordPress
Contact Us
menu
Search
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Keyword
extensions
Total: 50 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 3 of 3
41.
Can I use MvvmCross with other DI containers like Microsoft Dependency Injection
(Knowledge base/Global)
... instance, you might register MvvmCross services in the Microsoft container like this: ```csharp using Microsoft.
Extensions
.DependencyInjection; using MvvmCross; public class Startup { public ...
42.
How does MvvmCross handle reflection during object construction
(Knowledge base/Global)
... https://github.com/media-tools/sqlite-net-
extensions
[7] https://www.mvvmcross.com/documentation/getting-started/mvvmcross-overview [8] https://www.mvvmcross.com/documentation/fundamentals/viewmodel-lifecycle [9] ...
43.
How do I implement custom logging providers in MvvmCross
(Knowledge base/Global)
... how to implement custom logging providers, focusing on using Microsoft.
Extensions
.Logging and creating a custom provider. ## Overview of MvvmCross Logging MvvmCross 8 uses Microsoft.
Extensions
.Logging, ...
44.
Are there any performance differences between using NLog and log4net with MvvmCross
(Knowledge base/Global)
... of
extensions
unless explicitly required[9][10]. - log4net, while reliable, tends to be slower, particularly in scenarios involving a high volume of log messages. It lacks built-in asynchronous logging ...
45.
How do I integrate NLog with MvvmCross using Microsoft.Extensions.Logging
(Knowledge base/Global)
Integrating NLog with MvvmCross using Microsoft.
Extensions
.Logging involves several steps. MvvmCross, starting from version 8, uses Microsoft.
Extensions
.Logging for its logging infrastructure, which allows ...
46.
How do I configure NLog with Microsoft.Extensions.Logging in MvvmCross
(Knowledge base/Global)
Configuring NLog with Microsoft.
Extensions
.Logging in MvvmCross involves several steps. Here's a detailed guide on how to set it up: ### Step 1: Install Required NuGet Packages First, you need to ...
47.
Can I use third-party logging frameworks like NLog or log4net with Microsoft.Extensions.Logging in MvvmCross
(Knowledge base/Global)
Yes, you can use third-party logging frameworks like NLog or log4net with Microsoft.
Extensions
.Logging in MvvmCross. Here's how you can integrate them: ## Overview of Microsoft.
Extensions
.Logging Microsoft.
Extensions
.Logging ...
48.
What changes are required in the MvxSetup class to support Microsoft.Extensions.Logging
(Knowledge base/Global)
To support Microsoft.
Extensions
.Logging in the MvxSetup class, several changes are required. Here's a detailed guide on how to implement these changes: ### 1. Add Necessary NuGet Packages** First, ...
49.
How do I configure Serilog for logging in MvvmCross 8
(Knowledge base/Global)
Configuring Serilog for logging in MvvmCross 8 involves several steps, leveraging the Microsoft.
Extensions
.Logging framework that MvvmCross now uses. Here's a detailed guide on how to set it up: ### ...
50.
How do I implement Microsoft.Extensions.Logging in MvvmCross 8
(Knowledge base/Global)
Implementing Microsoft.
Extensions
.Logging in MvvmCross 8 involves several steps. This logging framework provides a stable API with support for multiple third-party logging providers, allowing you to easily ...
<<
Start
<
Prev
1
2
3
Next
>
End
>>