JuergenGutsch / blog

Personal blog about web development based on .NET and .NET Core
https://asp.net-hacker.rocks/
Other
31 stars 17 forks source link

Finally - My first book got published #162

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Finally - My first book got published

https://asp.net-hacker.rocks/2021/02/01/my-book.html

mlcshankar commented 3 years ago

Enjoyed your Blogs on Dotnet 6, Would Appreciate a few Chapters on UI aka Razor, e.g custom generic components.

JuergenGutsch commented 3 years ago

HI @mlcshankar That's a great idea :-) Thank you The next edition is already planned, but maybe I can get this topic in.

mlcshankar commented 3 years ago

Few Topics of interest would be hosting multiple SPAs (independent without linking under a solution) under an umbrella of a sign-in , microservices , pubsub under asp.net core, Especially so after Dan Roth has mentioned integrating Sqlite with wasm , which open doors for a better session state mgmt. (No need of Fluxor/Redux pattern) and Json on Rocks with Sqlite3, possibly waiting for Ef core 6 Json providers with Sqlite3. Need to make life easy. Another topic would be Excel Import of Data into Models under Asp.net core based on a Json Schema very common reqt, since world lives of excel.