编程技术新闻12年2月24 VS11和DotNet4.5beta


近日最大新闻就是VisualStudio11和DotNet4.5 Beta版本在本月29号发布。微软几个知名的技术博客纷纷发文介绍。

http://herbsutter.com/2012/02/23/vc11-beta-on-feb-29/ Herb主要介绍了VC++11的变化,可以看到对C++11的支持是重头戏。

http://blogs.msdn.com/b/visualstudio/archive/2012/02/23/introducing-the-new-developer-experience.aspx VisualStudio官方博客介绍了新版本的界面变化,配色淡雅,整体感觉更舒服易用了(我试用过VS11的预览版)。

http://blogs.msdn.com/b/jasonz/archive/2012/02/23/sneak-preview-of-visual-studio-11-and-net-framework-4-5-beta.aspx “可以用于生产环境“,微软对自己这个产品的质量还是很有信心的。

http://www.microsoft.com/visualstudio/en-us/visual-studio-11 VS11的官网在这里

其它新闻及技术文章 ~~~~~~~~~~~~~~~~~~~~~~~~~

另一个大新闻是Apache2.4发布,号称要赶上Nginx的性能,可惜国内技术圈子对此毫无反响,廉颇老矣,能饭否?

如果要编写Nginx模块或者阅读Nginx代码,下面的连接或许有些帮助:

http://yaoweibin.cn/ 有Emiller的Nginx模块开发指南

http://blog.csdn.net/kenbinzhang/ 啃饼的Nginx源码分析,另外在浪湾博客/淘宝技术博客上都有源码分析的文章,不多说了。另外想开发http server的可以参考这个 http://www.codinglabs.org/html/http-server-docs.html

Lua部分项目或者文章链接:

http://stackoverflow.com/questions/89523/lua-patterns-tips-and-tricks Lua常用编程手筋

http://luvit.io/ 以前有人提native版本c++11的nodejs,其实Lua早就有了很多类似项目,比如这个luvit。

http://blog.datamules.com/blog/2012/01/30/why-lua/ 为什么用Lua?好玩算不算一个理由?

https://github.com/laeciofreitas/design-patterns-lua Lua设计模式,由于JS更火爆,所以Javascript设计模式这篇介绍更全面 http://addyosmani.com/resources/essentialjsdesignpatterns/book/

建议大家在github上关注leafo这个程序员,好玩的东西很多 http://leafo.net/moonlisp/ Lisp转Lua代码 http://leafo.net/posts/getting_started_with_moonscript.html MoonScript语言,类似CoffeeScript https://github.com/leafo/moonscript-javascript moonScript转到JS,使用了Emscripten,可以直接看演示http://moonscript.org/compiler

其它方面的技术:

WPF技术,这位大牛的文章值得推荐 http://www.codeproject.com/Articles/16342/WPF-JoshSmith

上次提到的R语言,这里有个商业运作版本的介绍 http://www.r-bloggers.com/introduction-to-r-and-revolution-r-enterprise-slides/ r-bloggers是R语言的博客聚合,关注R语言的朋友可以订阅。

highscalability上最近两篇关于网站架构的文章,都是知名网站youporn和Pinterest http://highscalability.com/blog/2012/2/16/a-super-short-on-the-youporn-stack-300k-qps-and-100-million.html http://highscalability.com/blog/2012/2/16/a-short-on-the-pinterest-stack-for-handling-3-million-users.html

http://samsaffron.com/archive/2012/02/22/miniprofiler-2-0-almost-out-of-the-gate 有人不知道优化前需要profiling么?还真有。stackoverflow的开源项目,微软系的朋友可以关注。

http://www.newsy.com/ 这个视频新闻的特点是:都有字幕!!

http://lostechies.com/derekgreer/2012/02/17/javascript-closures-explained/ javascript的闭包是什么?

http://nullege.com/ Python代码的搜索引擎

http://people.csail.mit.edu/pgbovine/python/ 在线Python教程,很好玩,代码开放。

http://www.linuxforu.com/2011/03/when-python-weds-c/ C编写Python模块。


发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注