Posts

Showing posts with the label Visual Studio

TechDays 2013

Yesterday in the Palais des Congrès of Paris started the Microsoft TechDays 2013 . Microsoft is well known to conduct useful events for the IT community and the TechDays 2013 is not an exception.  I was subscribed for the first day of the event, actually the most interesting for developers. My agenda contained basically the .NET related sessions and one BigData session. The day started with a keynote "Développeurs, c'est vous le chef !!" guided by  Jean Ferré , Director of DPE. It was presented in the very French way of a cooking session, where for each case you have an aperitif and than you are preparing entrée, plat and dessert. And each of that dishes is an app made tout de suite by the speakers. There were clear points in this keynote related to the strategy of today's Microsoft. It's not the company which blindly focuses on their own solutions anymore. Microsoft decided to go the way to diversify the use of the technology and finally acce...

Dev: NuGet + Jasmin + Chutzpah = JS unit testing

Image
There is an easy way to do the unit-testing of the JavaSctipt scripts in Visual Studio. All you need is a NuGet package manager to install the Jasmin Test Framework . It will create few folders and files in your project: Content, Controllers, Scripts and a View. Feel free to delete JasminController.cs, jasmine-samlpes and Jasmin view, just keep the core Jasmin JavaScript files. We don't really need them as we'll install the  Chutzpah . Install the version of the Chutzpah  Visual Studio extension depending on the version of the Visual Studio you have. It will add a menu items "Run JS Tests" and "Run JS Tests in browser", the first just outputs the results into the console the later to the browser. The important thing is to add the references of the JavaScript files under the tests into your tests files. /// <reference path="Player.js"> /// <reference path="Song.js"> /// <reference path="SpecHelper.js...

Visual Studio 2010: создание приложений будущего

Image
Посчастливелось побывать на мероприятии Microsoft «Visual Studio 2010: создание приложений будущего» . Общее впечатлене, самое положительное. Мероприятие проходило в замечательном месте, в здании Кукольного театра. Как ни странно, но внешне маленькое здание может вместить в себя очень много людей так, что бы всем там было комфортно. Браво архитекторам ! Таже понравился способ изложения материала. Я выбрал первый трек, который был представлен не ввиде банальной презентации, а как эпизод из "живого" процесса разработки. "Докладчиков" было 4 человека, которые представляли заказчика - scrum-мастера - архитектора - разработчика - тестера. Все было представленно очень наглядно и основные преимущества новых продуктов, а именно Visual Studio 2010 и TFS 2010 были четко выделенны. Основные моменты я для себя выделил такие: ориентация Microsoft на гибкие процессы (Scrum), упрощение задачи кодинга в среде VS 2010, отдельный инструментарий для QA, сильные инструменты репортинга...