skc.chy
- 13,001 total downloads
- last updated 5/12/2018
- Latest version: 1.0.6
This is Sql Database connector which can connect database and maintain connection pooling. It also support Disaster Recovery plan. It can connect to mirror database in case main database is down and connect back to main database, soon it up.
Click on Project Site link to get Step by Step...
More information
- 12,242 total downloads
- last updated 5/12/2018
- Latest version: 1.0.10
This component can be used to cache data to increase query performance.Specially in reports, where data come from multiple tables; Include costly joins. This component store Result set in cache to improve Performance.
Click on Project Site link to get Step by Step implementation guide.
- 9,270 total downloads
- last updated 5/12/2018
- Latest version: 1.0.6
This component is Wrapper on Dot Net Transaction scope. This component can handle transaction even with multiple database. Developers can easily implement transaction by define attribute on operations in interface. The component can be used for Dotnet assemblies and WCF services.
AF.AuditTrail
by:
skc.chy
- 9,176 total downloads
- last updated 5/12/2018
- Latest version: 1.0.7
This component can keep complete history of data starting from creation of the Record to Deletion. The component also provide insight of Data changes, i.e who modify, what modify.
Click on Project Site link to get Step by Step implementation guide.
AF.SmartAPI
by:
skc.chy
- 7,136 total downloads
- last updated 5/12/2018
- Latest version: 1.0.4
The SmartAPI can reduce development cost upto 40% for any Dot Net projects. Developers do not need to write any code for API. This API can handle all CRUD operations by simply decorating the DTO object.
Click on Project Site link to get Step by Step implementation guide.
- 6,069 total downloads
- last updated 5/12/2018
- Latest version: 1.0.3
This utility provide below services for Dot net projects.
1) Encryption/Decryption of string with/without salt key. (useful for password encryption)
2) Object mapper
3) Serialize/Deserialize object
- 4,137 total downloads
- last updated 5/12/2018
- Latest version: 1.0.1
This component provide attribute based static Data validation. The unique feature of this component is, it allow data validation per operation. i.e Add/Update.