This article will be updated constantly. Please pay attention to it regularly.
KudysharpIs a C # class library, which includes many common functions in Application Development (mainly Web applications, the following briefly introduces the main content (more application articles based on this classification will be available in the future ):
Download kudysharp
Namespace:Kudysharp. caching
It mainly includes encapsulation of. Net-based Cache classes and memcached client class libraries.
Namespace:Kudysharp. config
It is mainly related to kudysharp's configuration management. You can use the kudysharpconfigsectionhandler class to obtain the configuration or register the configuration change event.
Namespace:Kudysharp. Data
There are various database operation assistants. Currently, there is only one sqlserverhelper, and other databases will be added later. The helper class supports the paging function.
Namespace:Kudysharp. Frameworks
There are mainly various lightweight frameworks. Currently, only moduleframework has been put into use, and more application frameworks will be added in the future.
[WCF module framework] Detailed description of the service framework of the WCF module + the MSH of the Service hosting program of the WCF module [Opening]
Namespace:Kudysharp. Logging
It mainly refers to the log function class library. Currently, there is only one internal log class and there is no time for development.
Namespace:Kudysharp. Utility
This section mainly describes common public function libraries. (Small and practical)
Namespace:Kudysharp. Web
It mainly involves web-related class libraries, with the focus on the presentation layer framework and address rewriting function of the MTV (Mode-theme-view) webpage.
Share a general and powerful master data management system (including System Architecture Design and download of all source code)
Search sequence of kudysharp configuration files:
1. Web. config or app.exe. config
2. (app-root-DIR)/kudysharp. config
3. (app-root-DIR)/(Web. kudysharp. config or app. kudysharp. config)
4. (dir of kudysharp. dll)/kudysharp. dll. config
If you select 1st methods, most of them are shown in the system configuration file:
<configuration>
<configSections>
<section name="kudySharp" type="KudySharp.Config.KudySharpConfigSectionHandler, KudySharp"/>
</configSections>
<kudySharp autoReload="true">
</kudySharp>
</configuration>
Disclaimer:
1. This software and the attached documents are provided in the form of no clear or implied compensation or guarantee.
2. If you use the software voluntarily, you must understand the risks of using the software. We are not liable for any problems arising from the use of the software.