<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><item><title>Comment on Comparing the MVC and MVVM patterns along with their respective ViewModels. by John</title><link>/comparing-the-mvc-and-mvvm-patterns-along-with-their-respective-viewmodels#comment-810</link><description>This is another  article discussing &lt;a href="http://www.sharpgoals.com/dot-net-training-blog/post/2012/05/06/Using-MVVM-in-ASPNET-MVC.aspx"&gt;MVVM and ASP.NET MVC &lt;/a&gt;</description><pubDate>2012-05-06T17:18:50</pubDate><guid isPermaLink="false">urn:comment:810</guid></item><item><title>Comment on Get Started Building Data Driven Apps with Windows Azure and SQL Azure by Rachel</title><link>/get-started-building-data-driven-apps-with-windows-azure-and-sql-azure#comment-808</link><description>Chris,

You can add this link into any RSS aggregator to get all the content from this blog:

http://feeds.feedburner.com/RachelAppel</description><pubDate>2012-05-02T16:19:09</pubDate><guid isPermaLink="false">urn:comment:808</guid></item><item><title>Comment on Get Started Building Data Driven Apps with Windows Azure and SQL Azure by Chris</title><link>/get-started-building-data-driven-apps-with-windows-azure-and-sql-azure#comment-807</link><description>Please make this blog more RSS/Atom friendly. I want to read in an aggregator, not have to visit in a browser.</description><pubDate>2012-05-01T15:56:05</pubDate><guid isPermaLink="false">urn:comment:807</guid></item><item><title>Comment on How to Connect to SQL Azure through SQL Server Management Studio 2008 (SSMS 2008) by Rachel Appel</title><link>/how-to-connect-to-sql-azure-using-sql-server-management-studio-2008-ssms-2008#comment-806</link><description>NOTE: You need SQL Management Studio 2008 R2
R2!
R2!

It must be R2</description><pubDate>2012-04-27T19:10:15</pubDate><guid isPermaLink="false">urn:comment:806</guid></item><item><title>Comment on How to Connect to SQL Azure through SQL Server Management Studio 2008 (SSMS 2008) by Rachel</title><link>/how-to-connect-to-sql-azure-using-sql-server-management-studio-2008-ssms-2008#comment-805</link><description>Well it is obvious that your definition of 'proper' is way off. :-p

On a serious note, I don't know why - because the load balanced-ness of Azure is great for thwarting data loss (removing one need for backup), but you still need backup in case of data corruption (this is an unmet need). There are workarounds, but meh, not the best IMO. </description><pubDate>2012-04-27T16:55:57</pubDate><guid isPermaLink="false">urn:comment:805</guid></item><item><title>Comment on How to Connect to SQL Azure through SQL Server Management Studio 2008 (SSMS 2008) by Bertrand Le Roy</title><link>/how-to-connect-to-sql-azure-using-sql-server-management-studio-2008-ssms-2008#comment-804</link><description>That is super useful, as the online tool is not very good, but why why why do we still have no proper backup solution out of the box?</description><pubDate>2012-04-27T15:13:39</pubDate><guid isPermaLink="false">urn:comment:804</guid></item><item><title>Comment on Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills by Rachel</title><link>/migrate-to-asp.net-mvc-3-by-leveraging-your-asp.net-web-forms-skills#comment-800</link><description>Thanks! Swatantra. Good site!

</description><pubDate>2012-04-24T20:56:10</pubDate><guid isPermaLink="false">urn:comment:800</guid></item><item><title>Comment on Add HTML5 Geolocation plus Bing Maps into ASP.NET MVC views by Rachel</title><link>/add-html5-geolocation-plus-bing-maps-into-asp.net-mvc-views#comment-799</link><description>John,

Sorry - I really don't have anything good on GeoCoding, but hopefully another reader can chip in with some links.</description><pubDate>2012-04-24T20:54:44</pubDate><guid isPermaLink="false">urn:comment:799</guid></item><item><title>Comment on Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills by Swatantra</title><link>/migrate-to-asp.net-mvc-3-by-leveraging-your-asp.net-web-forms-skills#comment-798</link><description>This article provides a good high level summary. I built my own web site (http://www.swatantrayadav.com) using MVC3 &amp; JQuery. </description><pubDate>2012-04-24T03:26:41</pubDate><guid isPermaLink="false">urn:comment:798</guid></item><item><title>Comment on Add HTML5 Geolocation plus Bing Maps into ASP.NET MVC views by John Marvin</title><link>/add-html5-geolocation-plus-bing-maps-into-asp.net-mvc-views#comment-797</link><description>Do you have a pointer to a good writeup on GeoCoding? Or if you're looking for a new topic to write on... :)

I want to go from an address to a lat long to use in a Bing map, but the online docs example Javascript A: Confuse me and B: don't work when I paste them into a sample MVC project.</description><pubDate>2012-04-23T02:13:49</pubDate><guid isPermaLink="false">urn:comment:797</guid></item><item><title>Comment on Create user friendly date fields with ASP.NET MVC EditorTemplates &amp;amp; jQueryUI by Rachel</title><link>/create-user-friendly-date-fields-with-asp.net-mvc-editortemplates-amp-jqueryui#comment-796</link><description>The specific location is at the: 
Model.Value.ToShortDateString()

From the Value property you can call other methods such as ToString("yourformat"), where yourformat is the date pattern you want to use (dd.MM.yyyy). </description><pubDate>2012-04-21T14:24:35</pubDate><guid isPermaLink="false">urn:comment:796</guid></item><item><title>Comment on Create user friendly date fields with ASP.NET MVC EditorTemplates &amp;amp; jQueryUI by Misi</title><link>/create-user-friendly-date-fields-with-asp.net-mvc-editortemplates-amp-jqueryui#comment-795</link><description>Compiler Error Message: CS1061: 'System.DateTime' does not contain a definition for 'HasValue' and no extension method 'HasValue' accepting a first argument of type 'System.DateTime' could be found.
Where do you specify the date format(from MM/dd/yyyy to dd.MM.yyyy) ?
</description><pubDate>2012-04-21T11:50:47</pubDate><guid isPermaLink="false">urn:comment:795</guid></item><item><title>Comment on Create user friendly date fields with ASP.NET MVC EditorTemplates &amp;amp; jQueryUI by Rachel</title><link>/create-user-friendly-date-fields-with-asp.net-mvc-editortemplates-amp-jqueryui#comment-794</link><description>Thanks, Misi,

Yes, Bogdan asked about formatting for his locale, so that post (http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/) does a good job with that. Regular formatting, without dealing with localization will look something like this:

@Html.TextBox("", (Model.HasValue ? Model.Value.ToShortDateString() : string.Empty), new { @class = "datePicker" }) 

This also does null checking.
Rach</description><pubDate>2012-04-18T20:51:26</pubDate><guid isPermaLink="false">urn:comment:794</guid></item><item><title>Comment on Comparing the MVC and MVVM patterns along with their respective ViewModels. by Rachel</title><link>/comparing-the-mvc-and-mvvm-patterns-along-with-their-respective-viewmodels#comment-793</link><description>Giovanny,

I'm talking about views specifically in ASP.NET MVC here, so that is the reasoning behind that statement. It is true that views in ASPNET MVC are there to only perform those duties. GWT has nothing to do with this example. Also, to be specific, JavaScript is not an ASPNET MVC view, it is the script inside the view.</description><pubDate>2012-04-18T19:32:22</pubDate><guid isPermaLink="false">urn:comment:793</guid></item><item><title>Comment on Comparing the MVC and MVVM patterns along with their respective ViewModels. by Giovanny</title><link>/comparing-the-mvc-and-mvvm-patterns-along-with-their-respective-viewmodels#comment-792</link><description>Hi Rachel, I  dissent the next afirmation, "Views in MVC only display data and perform basic client side UI duties usually with JavaScript... On the other hand, View in MVVM have a rich databinding and validation framework,... , lead to a very rich User Experience"

I don't know if you has tested with GWT for example, wich offers a very rich user interfaces, databinding, valitations, and so on, so, also there are so much javascript apis to build rich UI in web environment, We live in the world wile web 2.0, so I think the time of the deskop apps has finished.</description><pubDate>2012-04-18T14:53:04</pubDate><guid isPermaLink="false">urn:comment:792</guid></item><item><title>Comment on A device emulator guide for cross platform development on ASP.NET and jQuery Mobile development by Max</title><link>/a-device-emulator-guide-for-cross-platform-development-on-asp.net-and-jquery-mobile-development#comment-791</link><description>Thanks! Good article.</description><pubDate>2012-04-17T19:18:10</pubDate><guid isPermaLink="false">urn:comment:791</guid></item><item><title>Comment on Introducing MVC Development w/the Razor View Engine for Visual Studio Developers by Balaji</title><link>/razor/introducing-mvc-development-w-the-razor-view-engine-for-visual-studio-developers/#comment-790</link><description>Really cool example.

Excellent presentation and easy to understand.

Thank you.
Balaji
</description><pubDate>2012-04-17T15:46:45</pubDate><guid isPermaLink="false">urn:comment:790</guid></item><item><title>Comment on Create user friendly date fields with ASP.NET MVC EditorTemplates &amp;amp; jQueryUI by Misi Moisei</title><link>/create-user-friendly-date-fields-with-asp.net-mvc-editortemplates-amp-jqueryui#comment-789</link><description>Hello Rachel,
I have the same question like Bogdan. How to change the date format from MM/dd/yyyy to dd.MM.yyyy ?
What is the connection between formating a date and the link you suggested (ASP.NET MVC 2 Model Validation With Localization) ? Formating your date by your culture ?

BTW : Great example.</description><pubDate>2012-04-17T12:31:06</pubDate><guid isPermaLink="false">urn:comment:789</guid></item><item><title>Comment on ASP.NET MVC ActionResults explained by Jiten</title><link>/asp.net-mvc-actionresults-explained#comment-787</link><description>It is a very good stuff.Please give a continution article of using different ActionResult classes and how to use them in Views pages</description><pubDate>2012-04-16T09:11:14</pubDate><guid isPermaLink="false">urn:comment:787</guid></item><item><title>Comment on A device emulator guide for cross platform development on ASP.NET and jQuery Mobile development by Rachel</title><link>/a-device-emulator-guide-for-cross-platform-development-on-asp.net-and-jquery-mobile-development#comment-786</link><description>Chris &amp; Daniel thanks for the comments! Great stuff!</description><pubDate>2012-04-13T17:30:57</pubDate><guid isPermaLink="false">urn:comment:786</guid></item></channel></rss>
