

The History of .NET Web Development 3rd Edition
source link: https://www.irisclasson.com/2024/03/29/the-history-of-.net-web-development-3rd-edition/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.


I finally got around to finishing the third edition of this book and I apologize for the delay. A lot was happening around November. I was invited as a speaker at a book fair; we got Covid again; we sold our house and bought a new, and my husband’s band had an album to work on.
Excuses, excuses. I know. We like to stay busy in this house, but usually my planning is better.
I’ve already started working on the 4th edition, which should align with the release of two other books that I’m publishing with Apress (Springer Nature). This book is a valuable resource for NET web developers and can be downloaded for free as an eBook from Leanpub (or my store). I hope you have a great time with it and please don’t hesitate to let me know if anything is missing or if there are any errors.
Comments
Leave a comment below, or by email.Last modified on 2024-03-29
Next
No newer posts.
Previous
Being a Better Programmer: Reading Repos (Such as MAUI)
Recommend
-
16
Item 85 : Prefer alternatives to Java serialization 优先选择java序列化的备用方法 尽管Java提供了序列化功能,但是却存在潜在的风险和性能问题。 Java的序列化是通过执行 readObject 方法来执行反序列化,这个方法...
-
14
Item 69 : Use exceptions only for exceptional conditions 只在异常情况下使用异常 // Horrible abuse of exceptions. Don't ever do this! int i = 0; while(true)
-
16
Item 57 : Minimize the scope of local variables 最小化局部变量的作用域 在使用的地方声明局部变量,过早的声明会导致代码块过早开始过晚结束; 让方法保持精简,集中于某一些逻辑,如果方法太大分成两个方...
-
10
Item 49 : Check parameters for validity 检查参数合法性 在方法或者是构造器的开始部分作必要的参数合法性检查,可以使用Objects.requireNonNull 或者是断言,断言的一个好处是如果没有开启断言的话对代码是没有任何侵入的...
-
12
Item 42 : Prefer lambdas to anonymous classes 使用lambda表达式来代替匿名类 Collections.sort(words, new Comparator<String>() { public int compare(String s1, String s2) {
-
15
Item 34 : Use enums instead of int constants 使用枚举来代替整型常量 枚举类型添加以前使用常量的方式来满足使用需要,但是这种方式有很多缺点: 无法保证类型安全,并且没有没有表现力(不够优雅)。 常量是...
-
6
.NET News Roundup - Week of May 3rd, 2021 May 10, 2021 1...
-
16
Partytown, Offloading 3RD Party Scripts to Web Workers Jul 27, 2022 1...
-
11
What you need to knowThe third generation of Google's Tensor chip is rumored to be in early development by Samsung.The new chip is under the dev board "Ripcurrent."It's being speculated...
-
8
About The Book “Wow. Chapter...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK