The #cslanet version 10 API documentation is now online!

https://cslanet.com/10.0.0/html/index.html

CSLA .NET: CSLA .NET

#cslanet version 10.0.0 is online.

This is a major release with a lot of enhancements, features, and bug fixes over CSLA 9. There is an upgrade document in the /docs folder, and the CSLA MCP server can help your AI with upgrades as well.

https://github.com/MarimerLLC/csla/releases/tag/v10.0.0

Release Version 10.0.0 release · MarimerLLC/csla

What's Changed Update version number and release notes to start work on v10 by @rockfordlhotka in #4580 Add NRT to Csla-Core library by @StefanOssendorf in #4528 faster string lookups by @SimonCro...

GitHub

#cslanet version 9.1.1 is online.

This is a bug-fix release over 9.1.0.

https://github.com/MarimerLLC/csla/discussions/4804

Version 9.1.1 release · MarimerLLC csla · Discussion #4804

What's Changed Backport #4761 to v9.X by @StefanOssendorf in #4771 #4779 Add Snapshot TransactionIsolationLevel by @xal1983 in #4782 Fix issue with editlevel and clone by @rockfordlhotka in #4796 V...

GitHub

#cslanet 10 beta 22 is online - we're almost done with CSLA version 10!

https://github.com/MarimerLLC/csla/discussions/4752#discussioncomment-15457927

CSLA 10.0.0 beta-0022 pre-release online · MarimerLLC csla · Discussion #4752

I have pushed a beta pre-release of CSLA 10 to NuGet. 🎉🎉🎉 I think we're largely done with updates at this point, so this is close to the final CSLA 10.0.0 release. 🎉🎉🎉 There is a Upgrading to CSLA ...

GitHub

New Year's celebratory pre-release of #cslanet - the latest beta release of 10.0.0 is in NuGet.

Hopefully the final (or close) pre-release of CSLA 10.

https://github.com/MarimerLLC/csla/discussions/4752

CSLA 10.0.0 beta-0022 pre-release online · MarimerLLC csla · Discussion #4752

I have pushed a beta pre-release of CSLA 10 to NuGet. 🎉🎉🎉 I think we're largely done with updates at this point, so this is close to the final CSLA 10.0.0 release. 🎉🎉🎉 There is a Upgrading to CSLA ...

GitHub

.NET Rocks! episode: CSLA 9 with Rocky Lhotka

Carl and Richard talk to Rocky Lhotka about his business objects framework that pre-dates .NET itself! Rocky discusses the surge in development that occurred for version 9 and a substantial modernization of the code base. The conversation also turns to AI and its role in development, as well as Rocky's experiments with making an MCP server for CSLA!

https://www.dotnetrocks.com/details/1973

#cslanet #dotnet #blazor #oss #opensource

.NET Rocks! The Open Source Maintenance Fee with Rob Mensching

Open Source Maintainers are burning out or going commercial - how do we solve this? Carl and Richard chat with Rob Mensching about his work to create the open source maintenance fee through GitHub. Rob talks about the common problem of single maintainers getting buried under issues and demands of consumers for a project. Recognizing that most people cannot contribute to the project, a maintenance fee helps support the maintainer in a low friction way for everyone involved. Check out the links to get started!

.NET Rocks!
A talk about #cslanet 9 and some glimpses into what's coming in version 10.

RE: https://bsky.app/profile/did:plc:yjy3arkwkmsq5a5xxuujvpmf/post/3m3un32qgjt2r

There is now a **#cslanet** **#mcp** server that you can host, enabling **#copilot** or other LLMs to be much better at helping you build business domain classes using modern code patterns and practices.

https://github.com/MarimerLLC/csla/discussions/4741

main branch now supports net10.0 · MarimerLLC csla · Discussion #4731

Thanks to a PR from Stefan, the main branch now builds for .NET 10. This does mean that if you want to build the main branch you'll need the .NET 10 sdk installed, and possibly also VS26 Insiders (...

GitHub
A Simple CSLA MCP Server

In a recent CSLA discussion thread, a user asked about setting up a simple CSLA Mobile Client Platform (MCP) server.

Rockford Lhotka