Shaun
37 posts.
- Try RxJS in Node.jsReactive Extension (Rx), which is introduced by Microsoft, is a library for composing asynchronous and event-based programs, by using observable, observer…
- Implement iCal Subscription Service through in Node.jscontains three main modules: task, calendar and drive. In calendar module user can create events such as meeting, appointment with participants, location,…
- Pay Attention to Use ES6 Arrow Function with 'arguments'There is an enhancement in ECMAScript 6 named "Arrow Functions", which likes lambda expression in C#, allow us to define a function within less lines of…
- Understanding $q in Angular.jsWhen I'm working in my project, as well as development "" toolkit, I need to deal with asynchronous operation. For example, in "sx.wizard", template for…
- Horror: Migrating Angular-UI-Router to Angular New RouterLast week after watched videos of ngConf 2015, I decided to have a try on Angular 2.0. And I think the best start point would be its new router. The…
- 10 Awesome Gulp Plugins Working with AngularJS and BowerBelow are some gulp plugins I'm using in my Angular.JS website for build and deployment. Basically what I need are
- DocumentDB - Another Azure NoSQL Storage ServiceMicrosoft just released a bunch of new features for Azure on 22nd and one of them I was interested in most is DocumentDB, a document NoSQL database…
- Host AngularJS (Html5Mode) in ASP.NET vNextMicrosoft had announced ASP.NET vNext in BUILD and TechED recently and as a developer, I found that we can add features into one ASP.NET vNext application…
- Set Context User Principal for Customized Authentication in SignalRCurrently I'm working on a single page application project which is built on AngularJS and ASP.NET WebAPI. When I need to implement some features that…
- Redis Cache (Preview) in Microsoft AzureIn the TechED North America Microsoft announced another cache service in Azure which is the Redis Cache Service. This is the 4th cache service Microsoft…
- Point-in-time Restore in New Azure SQL DatabaseToday Microsoft announced the new service tiers in Azure SQL Database in the blog in preview phase. Currently SQL Database offers two type of service: web…
- Use Mono.Cecil to Reflect Assembly Metadata with Better PerformanceIn my project there is a platform component which takes the responsible for controlling and monitoring all other components and it need to lead all other…
- Windows Azure Website Staging Feature and GitHub IntegrationOn 16th Jan, the "Gu" announced several features in Windows Azure in his blog, one of them is "Website Staging Support ". With this feature we can deploy…
- Use Windows Azure Scheduler through .NET SDKOn Nov 5th, Microsoft announced a new service named Windows Azure Scheduler, which allows us to invoke actions (such as calling HTTP/S endpoints or…
- Remote Debug Windows Azure Cloud ServiceOn the 22nd of October Microsoft Announced the new Windows Azure SDK 2.2. It introduced a lot of cool features but one of it shocked most, which is the…
- (Semi-)Global Proxy Setting for Node.jsWorking behind a proxy server is a very common scenario in a cooperation environment. If we are using Windows and using some windows based application,…
- Upload File to Windows Azure Blob in Chunks through ASP.NET MVC, JavaScript and HTML5Many people are using Windows Azure Blob Storage to store their data in the cloud. Blob storage provides 99.9% availability with easy-to-use API…
- Consume Third-Party Services at Windows Azure StoreIt has been long time didn’t blog anything since last November. There are many exciting things happened during this period. I attend Microsoft TechED 2012…
- Node.js Adventure - Host Node.js on Windows Azure Worker RoleIn my previous post I demonstrated about how to develop and deploy a Node.js application on Windows Azure Web Site (a.k.a. WAWS). WAWS is a new feature in…
- Node.js Adventure - When Node.js Meets Windows AzureIn the first post of this series I introduced on how to run Node.js application on Windows. In the second one I demonstrated about how to use SQL Server…
- Node.js Adventure - Node.js with SQL ServerIn my previous post I demonstrated how to install, configure and run Node.js application on Windows. In this post I will cover a specific and short topic,…
- Node.js Adventure - Node.js on WindowsTwo weeks ago I had had a talk with Wang Tao, a C# MVP in China who is currently running his startup company and product named worktile. He asked me to…
- Windows Azure Evolution – Caching (Preview)Caching is a popular topic when we are building a high performance and high scalable system not only on top of the cloud platform but the on-premise…
- Windows Azure Evolution – TFS Integration (WAWS Part 2)So this is the fourth blog post about the new features of Windows Azure and the second part of Windows Azure Web Sites. But this is not just focus on the…
- Windows Azure Evolution - Web Sites (aka Antares) Part 1This is the 3rd post of my Windows Azure Evolution series, focus on the new features and enhancement which was alone with the Windows Azure Platform…
- SSDT – Makes SQL Azure Development EasyYesterday I attended an online meeting with Microsoft and got an overview about a new database tool, SQL Server Data Tool (SSDT), which was shipped alone…
- Redis on WindowsThis morning I received an email from the Microsoft said that, a meaningful company, Microsoft Open Technologies Inc., had just release their first…
- Working with Active Directory Certificate Service via C#As many of you may already know that, I'm working at a global gaming and entertainment company taking the responsible for design and implement the next…
- SQL Azure Federation – IntroductionThe SQL Azure Federation had been publically launched several weeks ago and this is one of the most existing features I’m looking forward. This might be…
- Now Available – Windows Azure SDK 1.6Microsoft has just announced the Windows Azure SDK 1.6 and the Windows Azure Tools for Visual Studio 1.6. Now people can download the latest product…
- New Release of SQL AzureOn the 9th Sep, the SQL Azure team announced that the new version of SQL Azure had just been release. In this version not only the SQL Azure engine had…
- SQL Azure Reporting Limited CTP ArrivedIt’s about 3 months later when I registered the SQL Azure Reporting CTP on the Microsoft Connect after TechED 2010 China. Today when I checked my mailbox…
- Remote Desktop to Your Azure Virtual MachineThe Windows Azure Team had just published their new development portal this week and the SDK 1.3. Within this new release there are a lot of cool feature…
- Azure SDK 1.3 and Fresh New Developer Portal AvailableWell now I’m busy with preparing my session about the Windows Azure AppFabric on TechED 2010 China, one of my colleagues Chen Pu told me that the new…
- Localization in ASP.NET MVC – 3 Days Investigation, 1 Day Job> An upgraded article and solution had been posted. I migrated the project to ASP.NET MVC 4 with some features added. > > \- Upgraded to ASP.NET MVC 4,…
- <%: %>, HtmlEncode, IHtmlString and MvcHtmlStringOne of my colleague and friend, Robin is playing and struggling with the ASP.NET MVC 2 on a project these days while I’m struggling with a annoying…
- First round playing with MemcachedTo be honest I have not been very interested in the caching before I’m going to a project which would be using the multi-site deployment and high…
