Lingsen.Infra.IdGenerater 1.0.0-preview20240319

This is a prerelease version of Lingsen.Infra.IdGenerater.
dotnet add package Lingsen.Infra.IdGenerater --version 1.0.0-preview20240319
NuGet\Install-Package Lingsen.Infra.IdGenerater -Version 1.0.0-preview20240319
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lingsen.Infra.IdGenerater" Version="1.0.0-preview20240319" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lingsen.Infra.IdGenerater --version 1.0.0-preview20240319
#r "nuget: Lingsen.Infra.IdGenerater, 1.0.0-preview20240319"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Lingsen.Infra.IdGenerater as a Cake Addin
#addin nuget:?package=Lingsen.Infra.IdGenerater&version=1.0.0-preview20240319&prerelease

// Install Lingsen.Infra.IdGenerater as a Cake Tool
#tool nuget:?package=Lingsen.Infra.IdGenerater&version=1.0.0-preview20240319&prerelease

便捷、高效的 .NET(和 .NET Core)微服务开发框架

Lingsen 是一个便捷、高效的 .NET(和 .NET Core)微服务开发框架,同时也适用于构建单体架构系统。支持经典的三层体系结构和领域驱动设计(DDD)开发模式,并整合了一系列主流、稳定的 技术栈。有着高度灵活的部署方式、丰富的文档、即开即用的特性,是容器化微服务的最佳实践之一。

此外,还提供代码 生成器VSIX 插件,你可以快速生成所需的应用,使应用构建过程更加便捷、高效和直观。

文档

无论你是初学者还是经验丰富的开发人员,我们的文档都将为你提供宝贵的见解和知识。请查看 技术文档

使用说明

在本部分中,你将找到有关安装、配置和详细指南。请按照以下章节浏览,并随时参考文档以获取更详细的信息。

生成器

使用生成器你可以更加便捷、高效和直观的方式创建属于自己的应用,请查看 如何使用生成器创建属于自己的应用

此外,你可以直接使用我们的 在线生成器 来简化应用创建的流程。

VSIX插件

你可以在 Visual Studio 中的扩展管理中获取插件,或者直接点击此处 下载插件 进行安装,以实现与 Visual Studio 开发环境的集成。

注意安装完成后,可能需要重新启动 Visual Studio 以使插件生效。

示例

  1. 单体服务

  2. 微服务:

    • 用户管理系统支撑服务,实现了用户管理、角色管理、权限管理、菜单管理、组织架构管理
    • 运维管理系统支撑服务,实现了登录日志、审计日志、异常日志、字典管理、配置参数管理
    • 消息管理系统支撑服务,实现了邮箱、企业微信、短信、消息发送管理
    • 开发管理:实现了代码生成、实体类生成、数据库反向工程、文档生成、漏洞纪要、知识库和学习资源
      体验在线微服务平台

了解项目的示例,它能更快地集成这些功能到你的项目中,请参考 示例拓展包列表 了解更多详细信息。

问题解答(FAQ)

我们鼓励你积极参与社区,为你解决疑惑提供支持。如果你遇到任何问题,欢迎随时通过 提交 Issue 的方式向我们求助。

版本历史

版本演进可能存在破坏性的更改,建议你查阅版本历史以获取详细信息,请参阅 版本历史

相关仓库

  • Entity Framework — 💌 微软提供的一套强大 ORM 框架,使 .NET 开发人员能够使用 .NET 对象处理数据库。
  • SqlSugar — 💌 开源 ORM 框架,生态圈丰富,目前在开源生态中仅次于微软的 EF Core。

未来计划

我们计划引入更多创新功能、性能优化和更丰富的文档。为未来的项目开发带来更多便利和可能性,期待与你共同见证!

维护者

@zoupengfei

如何贡献

非常欢迎你的加入!你可以随时 提交一个 Pull Request,我们衷心期待你的贡献。

贡献者

感谢以下参与项目的人: <a href="https://github.com/zoupengfei-lab/lingsen/graphs/contributors"><img src="https://contrib.rocks/image?repo=zoupengfei-lab/lingsen" /></a>

使用许可

MIT

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Lingsen.Infra.IdGenerater:

Package Downloads
Lingsen.SharedMicro.Application

这个库旨在为所有 Application 层提供公共实现,其它服务或模块可以依赖该库以使用其提供的服务。该库涵盖了 Application 层的常见功能和公共逻辑,旨在帮助开发人员快速搭建自己的应用。 主要特点: - 提供了 Application 层的公共实现,用于服务于多个模块或服务。 - 可能包含了常见功能和公共逻辑,降低了应用开发过程中的重复劳动。 - 允许其它服务或模块依赖该库,以轻松获取 Application 层的共享功能。 - 帮助开发人员快速搭建应用,减少了从头开始构建常见功能的工作量。 - 具有可扩展性,允许开发者根据实际需求对库进行定制和扩展。 - 提供清晰的文档和示例,以方便其它服务或模块正确使用这个共享库。 通过依赖这个库,开发者可以快速获取 Application 层的公共实现,降低了应用开发的时间和复杂度,同时促进了应用内功能的一致性和可维护性。 在线应用程序生成器,请访问地址:https://builder.lingsen.xyz

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-preview20240319 58 3/19/2024
1.0.0-preview20240315 48 3/15/2024
1.0.0-preview20240228 52 2/28/2024
1.0.0-preview20240227 60 2/27/2024
1.0.0-preview20240226 51 2/26/2024
1.0.0-preview20240223 54 2/23/2024
1.0.0-preview20240222 48 2/22/2024