Microsoft Bizspark Developer Camp - Windows/Windows Phone 8
Today, I went to the Microsoft Brisbane Office. This is for attending Microsoft Bizspark Developer Camp - Windows/Windows Phone 8.
The meeting was great! We learnt Windows Azure, PhoneGap and developing Windows Store Apps. A ton of useful content. The most impression content was about Windows Azure Mobile Service. That is all around cloud-based restful service. You can use the restful service to modify the cloud data. Moreover, it has access control and corn job. That is quite good. The most important feature is push notification, it supports their push notification service, ios and google too!
Besides the technologies, they have some opportunities to share our experiences on development of Windows 8 and Windows Phone Apps. There is a QUT student who developed a Windows Phone App. This app is listed as the Top 10 app. He got under spot lights. He is developing a paid version, he believe this app can earn some money. That is interesting. It sounds like there are some successful stories in Windows 8 / Windows Phone 8 apps world.
After this meeting, I will spend sometime to learn Windows 8 Apps Development. This area sounds matured and a good area to exploring.
Umbraco vs Orchard
There are a number of open source asp.net CMS around, such as n2 and mojoportal. Even our company build an opensource CMS, AdvGenCMS. That is still in beta status. We just started to rolling out for some customers to test. Thus, we are still using some opensource cms. There are two of them I like most, Umbraco and Orchard. I love Orchard a lot, it is using MVC, Fluent Hibernate and Autofac. Moreover, the admin interface has a lot of functions and you can drag and drop the widget. That is easy to use. The major problem used too many opensource libraries. I need the system to be simpler.
So, I come to the second choice, Umbraco. This is widely supported, a number of companies are using this.
Moreover, the admin interface is very simple, nice and clean, that is a out of box solution!
Team Foundation Server On Cloud
My company started to use Team Foundation Service, which is the Team Foundation Server On Cloud. That is free to use up to 5 Users for each project.
I found that is useful for us. That saves the administration effort to manage a Team Foundation Server in our Office and save the cost of hardware. All Server Load goes to Microsoft. In additional, we can always use the latest version of Team Foundation Server. We do not need to worry about upgrading the software and install the patches. Lastly, it has a nice interface for Agile Development. We can create the user stories and do the sprint planning. That is so great! I highly recommend this.
P.S. It support GIT. We started to use it for our PHP projects too.
WebGrid is great!
I used a lot of opensource grid control, such as PagedList.Mvc. They are great! But I found they are not working with Ajax very easily! But I found MVC3 has a default Grid control calls, WebGrid. It work perfectly with Ajax. You just need to say the gird name in "ajaxUpdateContainerId".
Code
var grid = new WebGrid(Model.result, defaultSort: "StudentId", rowsPerPage: 100, ajaxUpdateContainerId: "grid"); |
In the area you need to display the gird
Code
@grid.GetHtml() |
That is easy!!!
If you are using MVC3, you can save your time to look for third party control.
The installer is built in AdvGenCMS
Finally, we built an installation program for AdvGenCMS. Now, you only need to open the solution and publish the AdvCMS folder. Then you create the database and assign a user with db_owner role. Finally, please run the website and fill in the details.