{"id":28529525,"url":"https://github.com/hazelcast/hazelcast-csharp-client","last_synced_at":"2025-07-07T01:30:36.054Z","repository":{"id":38009048,"uuid":"44611390","full_name":"hazelcast/hazelcast-csharp-client","owner":"hazelcast","description":"Hazelcast .NET Client","archived":false,"fork":false,"pushed_at":"2025-06-24T13:34:11.000Z","size":45799,"stargazers_count":101,"open_issues_count":67,"forks_count":51,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-06-24T13:36:28.604Z","etag":null,"topics":["big-data","caching","clscompilant","clustering","csharp","datagrid","distributed","distributed-computing","dotnet","hazelcast","hazelcast-client","imdg","in-memory","netframework","scalability"],"latest_commit_sha":null,"homepage":"https://hazelcast.com/clients/dotnet/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hazelcast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-20T14:20:40.000Z","updated_at":"2025-06-13T10:21:07.000Z","dependencies_parsed_at":"2024-08-07T15:31:17.320Z","dependency_job_id":"25edbbc4-181d-4370-8851-5ac2e0d50ce0","html_url":"https://github.com/hazelcast/hazelcast-csharp-client","commit_stats":null,"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/hazelcast/hazelcast-csharp-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelcast%2Fhazelcast-csharp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelcast%2Fhazelcast-csharp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelcast%2Fhazelcast-csharp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelcast%2Fhazelcast-csharp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazelcast","download_url":"https://codeload.github.com/hazelcast/hazelcast-csharp-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazelcast%2Fhazelcast-csharp-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261688656,"owners_count":23194676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["big-data","caching","clscompilant","clustering","csharp","datagrid","distributed","distributed-computing","dotnet","hazelcast","hazelcast-client","imdg","in-memory","netframework","scalability"],"created_at":"2025-06-09T14:11:19.320Z","updated_at":"2025-07-07T01:30:36.041Z","avatar_url":"https://github.com/hazelcast.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./doc/images/hazelcast-black.png\" /\u003e\n    \u003ch2 align=\"center\"\u003e.NET Client\u003c/h2\u003e\n\u003c/p\u003e\n\nHazelcast .NET brings the full power of the [Hazelcast](https://hazelcast.com) high-performance, in-memory computing platform to the Microsoft .NET ecosystem. The \n[Hazelcast .NET Client](https://hazelcast.com/clients/dotnet/) allows you to elastically scale your .NET caches at high read speeds, to access all of Hazelcast data structures such as distributed maps, queues, topics and more. All, with enterprise level security through SSL and mutual authentication.\n\nDocumentation for the client is provided on the [documentation site](http://hazelcast.github.io/hazelcast-csharp-client/), with examples, guides and FAQs, and a complete reference documentation for the public API.\n\nThe .NET client itself is distributed via NuGet as a package named [Hazelcast.NET](https://www.nuget.org/packages/Hazelcast.Net/). It can be installed like any other NuGet package, either via the Visual Studio GUI, or via the package manager. Note that Hazelcast is composed of two parts: the server, and the client. Browse to [Hazelcast In-Memory Computing](https://hazelcast.com/products/in-memory-computing/) to find out how to obtain and run the server part.\n\nThe Hazelcast .NET solution is Open Source, released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), and welcomes contributions. The project lives here on [GitHub](https://github.com/hazelcast/hazelcast-csharp-client), where you can obtain the source code, report issues, and interract with the community. Contributions are welcome!\n\n## Versions\n\nBrowse to [this page](http://hazelcast.github.io/hazelcast-csharp-client/versions.html) for details about versions.\n\nSee [this branch](https://github.com/hazelcast/hazelcast-csharp-client/tree/3.12.z) for more information about version 3 of the client.\n\n## Code Samples\n\nCheck the [Hazelcast.Net.Examples](https://github.com/hazelcast/hazelcast-csharp-client/tree/master/src/Hazelcast.Net.Examples) project.\n\n## Contributing\n\nWe encourage any type of contribution in the form of issue reports or pull requests.\n\n### Issue Reports\n\nFor issue reports, please share the following information with us to quickly resolve the problems.\n\n* Hazelcast IMDG and the client version that you use\n* General information about the environment and the architecture you use like Node.js version, cluster size, number of clients, Java version, JVM parameters, operating system etc.\n* Logs and stack traces, if any.\n* Detailed description of the steps to reproduce the issue.\n\n### Pull Requests\n\nContributions are submitted, reviewed and accepted using the pull requests on GitHub. For an enhancement or larger\nfeature, create a GitHub issue first to discuss.\n\n## Development\n\nDevelopment for future versions takes place in the `master` branch (this branch). The [documentation site](http://hazelcast.github.io/hazelcast-csharp-client/) contains details about building, testing and running the code.\n\n## License\n\n[Apache 2.0 License](LICENSE).\n\n## Copyright\n\nCopyright (c) 2008-2025, Hazelcast, Inc. All Rights Reserved.\n\nVisit [www.hazelcast.com](http://www.hazelcast.com) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazelcast%2Fhazelcast-csharp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazelcast%2Fhazelcast-csharp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazelcast%2Fhazelcast-csharp-client/lists"}