.NET Community Weekly Review – January, 31th 2011

Notable Tweets

http://twitter.com/#!/navin_l/status/29572917381570560 Debug & Trace, the FAQ

http://twitter.com/#!/siravington/status/29932102073982976 TODO with Resharper

http://twitter.com/#!/abhi2434/status/30913593008463872 Task Parallel Library DataFlow or TDF, a new lab from Microsoft

 

 

The Stackoverflow Question

http://stackoverflow.com/questions/4665045/how-to-get-the-word-under-the-cursor-in-windows Odd question about getting text under the mouse, interesting answer about automation.

Microsoft News

Microsoft reported their results for the latest quarter. The bread winners are still Windows 7 (300 millions licenses sold) and Office 2010 (+50% compared to the 2007 version) but Kinect (8 millions of units in 60 days) and Xbox 360 are coming strong. We don’t know the final numbers yet for Windows Phone 7 (2 millions “licenses” sold, but no device statistics released) but the software editor confirmed his commitment to the platform.

“Alt.NET” News

Dale Ragan founded recently SineSignal around some “alt.net inspired” products including Moncai. It’s a Mono-based Platform as a Service (PAAS) cloud solution. With a privileged link to GitHub and Mercurial, your deployment will be as simple as a push command. Moncai will handle the scaling of your application. More information with this podcast Herding Code 98.

On The Other Side

In this presentation at QCon San Francisco 2010 Ashish Kumar talks about the management of source code at Google : 5000 developers, 5000 developers and only one source code repository, 50% of the source code changes during the course of one month, systematic code review, aggressive caching of build artifacts and more importantly, lots of analysis to improve the build tools continuously.


Local announcement: February 16th, join us for a presentation on REST: Hypermedia Driven Rich Clients: Bringing the best parts of web architecture to the desktop – Darrel Miller (@darrel_miller).

Publié dans coding | Tagué , , , , , , | 1 Commentaire

Matin d’hiver

Il ne neige pas (du moins jusqu’à maintenant) beaucoup cet hiver. Le froid par contre a fait un passage remarqué la semaine dernière avec une descente à –30. Ce matin une petite tombée de neige avec un peu de vent rends le café encore plus agréable.

Matin d'hiver

La rue Saint-Denis ce matin.

Matin d'hiver

Café La Petite Cuillère

Publié dans photos | Tagué | Laisser un commentaire

.NET Community Weekly Review – January, 24th 2011

Notable Tweets

http://twitter.com/#!/inkxel/status/27424550325059585 a logo for HTML5

http://twitter.com/#!/antsprofiler/status/27409823066755072 we talked about Profilers last week, a new version for the ANTS one.

http://twitter.com/#!/pzfreo/status/27791114102644737 SPDY, the Google alternative to HTTP is vastly used between Chrome and Gmail servers.

The Stackoverflow Question

http://stackoverflow.com/questions/7551/best-practices-for-securing-a-rest-api-web-service REST and security, good answers with a different perspective.

Microsoft News

Microsoft published another iPhone application with OneNote Mobile for iPhone. The SP1 of Windows7 is RTM for OEM but doesn’t include any new exciting feature except maybe the dynamic memory adjustor for Hyper-V ….

“Alt.NET” News

JB Evain, developer of Mono.Cecil (a popular library to manipulate IL), describes in this article the new Linq API in .NET 4.0. In particular, he writes about the different types of node we can find in an Expression Tree and how to use them to build complex code.

On The Other Side

Amazon continues to add products to their cloud platform. The latest is AWS Elastic Beanstalk. This product is similar to GAE or Azure: you deploy your application and Amazon handles the auto-scaling, load balancing etc. Based on Tomcat, Amazon doesn’t close the door to other languages. The cost? Nothing more that the existing AWS resources you used (S3 and Ec2 mainly + RDS if you choose to use this database).


Local announcement: February 16th, join us for a presentation on REST: Hypermedia Driven Rich Clients: Bringing the best parts of web architecture to the desktop – Darrel Miller (@darrel_miller). Subscribe to our RSS feed to get more information.

Publié dans coding | Tagué , , , , , , , , | Laisser un commentaire

.NET Community Weekly Review – January, 17th 2011

Notable Tweets

http://twitter.com/#!/SzymonPobiega/status/26361688240422912 the world of CQRS in .NET is more and more active

http://twitter.com/#!/cruz_daniel/status/25717177239740416 a podcast about Powershell >>>

http://twitter.com/#!/emayeur/status/25873784917467136 Kinect with C#

The Stackoverflow Question

http://stackoverflow.com/questions/3927/what-are-some-good-net-profilers Quick but effective review of the different profilers for .NET

Microsoft News

It was all about the web for Microsoft this week, with the release of new tools and new versions of frameworks:

  • WebMatrix, the IDE for simple web development
  • ASP.NET MVC 3
  • Razor, a new view engine for MVC
  • Sql Server Compact Edition version 4
  • IIS Express, an lightweight version of the webserver
  • NuGet, a package manager
  • Orchard, a CMS in .NET
  • Web Deploy and Web Farm Framework 2.0

Ok now you can return to your daily job :) Rob Conery — who’s usually not shy about discussing the technology of his former employer — writes a positive review of Webmatrix: http://blog.wekeroad.com/microsoft/someone-hit-their-head

“Alt.NET” News

The ALT.NET world is not silenced in the web field. FubuMVC is already a MVC framework with some traction. OpenRasta too, even more since its author created OpenWrap, a package manager. Now, Jackson Harper from Mono has published Manos de Mono, a framework targeting high-performance web applications, inspired by Tornado and the likes (Node.js being the one with a lot of buzz lately).

On The Other Side

It wouldn’t be fair to talk about the fork of the week in the Java world. We mentioned the issues with Google App Engine and its datastore in a previous edition. Google released High Replication DataStore to prevent such problems. But since the availability has been improved, consistency is now taking a hit. Applications using it must take it into account.

To end on a funny note, if you have been asked to work free for a project, here’s a website to help decide wether you should accept: http://www.shouldiworkforfree.com/


Local announcement: February 16th, join us for a presentation on REST: Hypermedia Driven Rich Clients: Bringing the best parts of web architecture to the desktop – Darrel Miller (@darrel_miller). Subscribe to our RSS feed to get more information.

Publié dans coding | Tagué , , , , , , , | Laisser un commentaire

.NET Community Weekly Review – January, 10th 2011

Notable Tweets

http://twitter.com/#!/KirillOsenkov/status/22105323225489408 resolution as a shopping list.

http://twitter.com/#!/thealgabban/status/22075115793547264 but others have a very bad beginning.

http://twitter.com/#!/jonathan_oliver/status/22020496258240512 Podcasts, one more about distributed applications.

The  Stackoverflow Question

http://stackoverflow.com/questions/4544606/performance-benefits-of-appdomain-vs-process AppDomain versus Process.

Microsoft News

The 2011 CES has not been a good one for Microsoft. Nothing really new has been announced: Avatar and Kinect, update with copy/paste for Windows Phone7, Windows 8 will run on the ubiquitous ARM mobile platform.

“Alt.NET” News

NService-Bus 2.5 has been released, bringing mainly bug fixes (the new features are for the 3.0 version). But this new version comes with a new licence: the free version has support for only one server with a maximum of 4 CPU cores , the commercial one has several support levels and better scalability. Another service bus in the .NET world is MassTransit.

On The Other Side

In this post Raphael Pereira writes about JavaScript trough the questions about it on Stackoverflow and Quora.  Why does JavaScript experience momentum on the server-side? What’s the difference between jQuery (an helper library) and YUI (a framework)?


Local announcement: After the CQRS / Event Sourcing presentation, the workshop! Saturday, January 15th from 9:00 to 3:00PM come to code a DDD-CQRS-Event Sourcing application with others developers.

Publié dans coding | Tagué , , , , , | 1 Commentaire

Café Matin



Café Matin, originally uploaded by MatthieuGD.

Nous avons la chance d’être voisins de notre salle de gym qui est près de la station de métro. Entre le gym et le travail on prend souvent un café dans ce Café Dépôt somme toute très anonyme mais calme. Un parfait endroit pour commencer la journée.

Publié dans Uncategorized | Laisser un commentaire

Metro Calme



Metro Calme, originally uploaded by MatthieuGD.

Beaucoup de personnes ont décalé le jour férié du 1er janvier au lundi d’où un calme exceptionnel dans le métro.

Publié dans Uncategorized | Laisser un commentaire