关于.net core 拜谢大佬们指点迷津

NulLargS 2019-08-16 09:06:53
初学编程2月不到,目前用c#写了几个小程序(有cs架构的轻量级小企业软件也有unity3d的小游戏)也在不断优化算法,稍微学了一下java和android开发会写一点点比较简单的app.
本来是想继续写cs架构的软件,但是网上都说bs是主流也是未来趋势,我相对java语言来说更喜欢c#的严谨性,所以我想在学习c#的过程中想学一些关于.net core的知识,在b站听了一些入门课相当的云里雾里。所以来求教各位前辈我应该在学习core之前应该学习哪些方面的知识或是说core学习必须掌握那些知识为前置。我30多岁学编程纯属爱好,本人非it行业也非it人士,谢谢大佬们指一条明路
...全文
157 8 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
NulLargS 2019-08-16
  • 打赏
  • 举报
回复
引用 4 楼 wanghui0380 的回复:
无需管什么core不core的,net strander才是基础。一个站在net strander基础上写代码的人,无论你们改成什么都行 相反一堆人埋怨wpf死了,wcf挂了,mvc没戏了,是因为他们从来不学习net strande
谢谢大佬,请教如何学习standrad 我搜了一下 网上只有说standrad和core的区别 但是我不知道如何下手学习 还望指点
NulLargS 2019-08-16
  • 打赏
  • 举报
回复
引用 2 楼 iAm_Ike 的回复:
楼主既然是自己写着玩也不需要什么特别系统的学习吧,自己想学哪些方面就学哪些方面。 如果你希望写一个网页,挂在服务器上供别人访问的话,可以直接学习.net core的asp net core了,既然你已经开发出了几个小软件了,没有什么需要特别前置的知识,这个方面入门非常简单。 不太了解u3d,好像u3d仅仅是把C#当成脚本来使用?
谢谢大佬回复,我确实也想写网页和拥有自己的网站,也想慢慢学会怎么做webapp,正在自学数据结构和算法,但是现在学的有点蒙,只能在本职工作之余看书,晚上会写点小游戏给孩子玩
NulLargS 2019-08-16
  • 打赏
  • 举报
回复
引用 3 楼 exception92 的回复:
有。net基础知识入门不难,倾向B/S就学asp.net core mvc/webapi,买本书练练手先。
有推荐的书吗 大佬 感谢回复
wanghui0380 2019-08-16
  • 打赏
  • 举报
回复
无需管什么core不core的,net strander才是基础。一个站在net strander基础上写代码的人,无论你们改成什么都行 相反一堆人埋怨wpf死了,wcf挂了,mvc没戏了,是因为他们从来不学习net strande
  • 打赏
  • 举报
回复
有。net基础知识入门不难,倾向B/S就学asp.net core mvc/webapi,买本书练练手先。
iAm_Ike 2019-08-16
  • 打赏
  • 举报
回复
楼主既然是自己写着玩也不需要什么特别系统的学习吧,自己想学哪些方面就学哪些方面。 如果你希望写一个网页,挂在服务器上供别人访问的话,可以直接学习.net core的asp net core了,既然你已经开发出了几个小软件了,没有什么需要特别前置的知识,这个方面入门非常简单。 不太了解u3d,好像u3d仅仅是把C#当成脚本来使用?
¿?¿? 2019-08-16
  • 打赏
  • 举报
回复
看看Linux,因为core是跨平台的
江湖评谈 2019-08-16
  • 打赏
  • 举报
回复
.Net Core 是 .Net standard 实现,简单来说 Standard 是一套微软的 .Net API 标准

这个标准有自己实现的主体方法,虚方法,重载方法以及预留的接口,接口是全部开放,其它部分开放以及通过实现框架来调用。

预留的接口方面, 之前是 .Net Framework 实现,后面是.Net Core实现

实际上这个API 是很少改动的,.Net 发展了十几年,Standard 也就是一两个版本。


实际上你不如直接学 CoreCLR .Net 的公共语言运行库,这个东西可以直接越过Standard和FX以及API调用Main函数
甚至你可以自定义改写 Standard。


那时候你就走上了人生巅峰,有漂亮女人,住洋房不成问题
Paperback: 1625 pages Publisher: Apress; 7th ed. 2015 edition (January 1, 2016) Language: English ISBN-10: 1484213335 ISBN-13: 978-1484213339 This new 7th edition of Pro C# 6.0 and the .NET 4.6 Platform has been completely revised and rewritten to reflect the latest changes to the C# language specification and new advances in the .NET Framework. You'll find new chapters covering all the important new features that make .NET 4.6 the most comprehensive release yet, including: A Refined ADO.NET Entity Framework Programming Model Numerous IDE and MVVM Enhancements for WPF Desktop Development Numerous updates to the ASP.NET Web APIs This comes on top of award winning coverage of core C# features, both old and new, that have made the previous editions of this book so popular. Readers will gain a solid foundation of object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). The mission of this book is to provide you with a comprehensive foundation in the C# programming language and the core aspects of the .NET platform plus overviews of technologies built on top of C# and .NET (ADO.NET and Entity Framework, Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), ASP.NET (WebForms, MVC, WebAPI).). Once you digest the information presented in these chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms. What you’ll learn Be the first to understand the .NET 4.6 platform and C# 6. Discover the ins and outs of the leading .NET technology. Learn from an award-winning author who has been teaching the .NET world since version 1.0. Find complete coverage of XAML, .NET 4.6 and Visual Studio 2015 together with discussion of the new Windows Runtime. Who this book is for This book is perfect for anyone who is interested in the new .NET Framework 4.6 and the C# language. Whether you are moving to .NET for the first time or are already writing applications using previous .NET versions, this book will provide you with a comprehensive grounding in the new technology and serve as a complete reference throughout your coding career.

7,774

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧