SolrNet
azure-sdk-for-net
SolrNet | azure-sdk-for-net | |
---|---|---|
- | 23 | |
932 | 5,243 | |
0.0% | 1.0% | |
6.1 | 10.0 | |
about 2 months ago | 5 days ago | |
C# | C# | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SolrNet
We haven't tracked posts mentioning SolrNet yet.
Tracking mentions began in Dec 2020.
azure-sdk-for-net
- Azure SDK for .NET: Simplify Cloud Integration in Your .NET Projects
-
Best practices for integrating the Azure Storage SDK into your .NET applications
Microsoft.Extensions.Azure is an extension library that allows for uniform integration of the Azure SDK into your applications, while giving you the necessary flexibility to customize the behavior of the created Azure SDK clients. The use of named clients is particularly convenient for supporting multiple instances of the same Azure resource type. You also get free logging as the Azure SDK events are automatically forwarded to an ILogger instance.
-
Improving Azure AI Search results with semantic search
Semantic Search sample
-
Doing bulk azure table upserts with Azure.Data.Tables
You should be able to do something like these examples, as long as they have the same primary key.
-
Fellow Rust enthusiasts: What "sucks" about Rust?
So how do you download part of a blob from Azure? Well, in https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Storage.Blobs_12.12.0 there's a function that looks like this:
- Example of a well designed modern .Net SDK
-
User Delegated SAS
Now granted these tokens do have some limitations as pointed out in the docs. But based on this answer from an Azure dev on Github: https://github.com/Azure/azure-sdk-for-net/issues/18108
-
How to use Azurite for testing Azure Storage in dotnet?
The testing helpers have more to it than disabling SSL but are not present on NuGet. So naturally, I raised an issue to the SDK team if they have any plans in that direction. Unfortunately, at this point, they have no interest in releasing their internal test tooling. The techniques I mentioned thus far can be used standalone. I, however, felt this was an excellent opportunity to create my first NuGet Package. The package cannot assume how anybody runs Azurite, so I introduced two classes. You can use AzuriteAccountBuilder to configure how things are run, like the account or the ports being used. The AzuriteAccount class provides access to stuff like the connection string. For convenience the package also creates helper methods to create BlobServiceClient, TableServiceClient or QueueServiceClient form an AzuriteAccount.
-
Azure WebJobs, Service Bus and Managed Identity: Lesson learned
This seems either a bug in the Azure SDK or in the Service Bus itself, I'm not the only one that ran into this issue and here you can find additional information.
-
Obtain Azure access token from a local Docker container
Q: I can obtain tokens locally using Azure CLI and Azure.Identity library when I run on the host machine, but not when inside Docker container because it doesn't have Azure CLI installed! What do I do? A: This has already been asked about by many people here with various interesting solutions here and here.
What are some alternatives?
Apache Lucene - Apache Lucene.NET
steampipe - Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
Elasticsearch .NET - This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
ClrPro.AzureFX - The useful extensions that helps to work with Azure.
SolrExpress
aad-pod-identity - [DEPRECATED] Assign Azure Active Directory Identities to Kubernetes applications.
PlainElastic.Net - Plain .Net client for ElasticSearch
azure-sdk-for-java - This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
DawgSharp - DAWG String Dictionary in C#
azure-sdk-for-python - This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
microsoft-authentication-library-for-dotnet - Microsoft Authentication Library (MSAL) for .NET
iot-with-dapr-actors - Example of how you can build IoT solutions that have custom device gateways that are using Dapr Actors to represent devices in the field.