Tips! ASP.NET MVC – JavaScriptSerializer – 3 Questions and 3 Answers

Thanks to Darin Dimitrov (MVP)  for answering questions in very details! Test Project Download ~ git clone: git@github.com:michaelsync/Michael-Sync-s-blog-sample.git AjaxJsonTest Scenario I have the following model, view and controller. Model View Controller Questions 1) Why can’t we use the public field instead…

Building ASP.NET MVC, Web API, and Web Pages source code

Update #1: Brad Wilson replied me as below ~ Paul Betts has diagnosed this as having some auto-generated files which are currently UTF16, which Git does not support. I’m working to figure out exactly how widespread the problem is. Seems like…

Windows Phone 7/7.5 + Phonegap = ????

When I saw Microsoft’s cool HTML 5 demo, I was pretty excited because it has all effects/animation that we need for Windows Phone. Pivot control and live title are already parts of that demo. (Of course, it’s not a re-usable…

Date Issue in Excel Export

This is just a tip on solving date issue in exporting the excel file from ASP.NET. Introduction One of my guys was using this following code to export the excel file from ASP.NET application. The code is very simple. He…

Cheetah, next running app’s prototype

I managed to create this prototype when I was in long holiday. I know that there are a lot of few running apps for windows phone 7 but I couldn’t find the one that I used to use so I…

Designer’s power

I was working on small windows phone app that implements well-known time management technique called pomodoro. I tried to come up with metro style but I wasn’t so happy with what I created so I outsourced this design to a…