Installing ASP.net MVC 4 took over a day on my box. This post says you can just put the needed dlls in your bin folder and nobody else will need to do anything.
My name is James Bigler. I am a software developer. This blog is mostly a collection of links related to software programming and technology.
Search This Blog
Tuesday, February 21, 2012
Alternative to having to install ASP.net MVC 4 on every developer box and server
link -> Running an ASP.NET MVC 3 app on a web server that doesn’t have ASP.NET MVC 3 installed - ScottGu's Blog:
Friday, February 17, 2012
12 part series on how to use NHibernate's new mapping by code feature
link -> NOtherDev: NHibernate's mapping-by-code - the summary:
Wow this seems like a really good way on how to learn the new mapping by code feature in NHibernate. Even shows the Fluent equivalent.
Wednesday, February 15, 2012
Models and Forms still separate in ExtJS 4
link -> [B3] MVC RestProxy and Form validation:
We built store bound data controls because Ext doesn't let you do a two way data bind between a control and a Record. Even in ExtJS4 they still haven't fixed this. You have to manually call updateRecord on your form to update your Model with whatever the user has entered. Even worse if you are trying to use the RestProxy then there is no way to bind the errors you get back automatically to your form. The guy in this article figured out a way to do it manually.
Edit:
Some guy figured out how fix this by overriding the Ext core code.
https://github.com/devilry/devilry-django/issues/112
Edit:
Some guy figured out how fix this by overriding the Ext core code.
https://github.com/devilry/devilry-django/issues/112
Monday, February 13, 2012
Possible Phone Solution For My Extreme Cheapness
link -> T-Mobile Prepaid and an Unlocked iPhone 3GS:
I can keep my pay as you go plan. Plus you can sign up for a day pass for data connection on the fly if I really need it. I guess I need to setup a watch on ebay to find a cheap 3GS.
Wednesday, February 1, 2012
Tuesday, January 31, 2012
Monday, January 30, 2012
Article on Sencha Website about using PhoneGap to make web app look native
link -> A Sencha Touch MVC application with PhoneGap | Learn | Sencha:
PhoneGap allows you to host a web app in a native app and get access to some of the phone's native features like its contact book
Thursday, January 26, 2012
How you know if you are doing REST right
JWTUMOIM: Act 3:
Here is page that is the opposite of you are doing it wrong. It explains the different levels of how you know if you are doing REST right and why each step is important.
Wednesday, January 25, 2012
Derrick Bailey's thoughts on struggling to learn how to do REST right
-> Rant: That’s Not Rest. | ThoughtStream.new :derick_bailey:
Your doing it wrong attitude seems very similar to agile religion debates.
Tuesday, January 24, 2012
Designing a Secure REST (Web) API without OAuth
link -> Designing a Secure REST (Web) API without OAuth:
This article makes the very complicated process of securing your REST web services very easy to understand.
Subscribe to:
Posts (Atom)