Search

You searched for the word(s): userid:811028

Matching Posts

  • Re: New to ASP.NET MVC

    Please see http://forums.asp.net/p/1476555/3434130.aspx where you will discover many useful and important links. I started with Stephen Walther's movie database tutorial: Creating a Movie Database Application with ASP.NET MVC (C#) http://www.asp.net/learn/mvc/tutorial-21-cs.aspx see notes about the Movie Database tutorial at http://forums.asp.net/t/1401522.aspx . c# and vb notes have much in common ... so even though these notes are for the c# version of the tutorial, they apply in many cases
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/26/2009
  • Re: membership and cdn

    @ polynaux I have not used the wizard you mention so I am guessing that it may be a WebForms control. Generally you do not want to use WebForms controls with the ASP.NET MVC paradigm. Let me quote Rob Conery's "I Spose I’ll Just Say It: You Should Learn MVC" at http://blog.wekeroad.com/blog/i-spose-ill-just-say-it-you-should-learn-mvc/ : The Great Lie WebForms is a lie. It’s abstraction wrapped in deception covered in lie sauce presented on a plate full of diversion and sleight of hand
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/26/2009
  • Re: How to find the Error

    what do you mean by the "default mvc DB" database? There is AFAIK no such such thing. If you mean the membership database ASPNETDB.mdf, you use the program aspnet_reqsql.exe. Reading through this long thread will give you some insight into aspnet_regsql.exe: http://forums.asp.net/t/1476515.aspx . Watch this related video: http://www.asp.net/learn/security-videos/video-388.aspx . Please clarify. Regards, Gerry (Lowry)
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/26/2009
  • Re: New to ASP.NET MVC

    @ anirudha gupta Reading the tutorials is not enough (at least for me). It's very important to actually do some if not all of the tutorials. One reason is that there are errors in some of the tutorials. Another reason is that doing will help developers understand the tutorial material better than just reading. Rather than doing all of the tutorials, a good approach is to do a tutorial such as the movie database first, then try to do a similar project using what you have learned. et cetera, et
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/26/2009
  • Re: model binders

    It is easier for community members to answer your questions it you post the relevant parts of your code and .aspx pages. You can simply copy and paste it into the post textarea. If you wish, you likely have a button above the testarea with an icon that looks like a page with {} . Click that icon and you can insert your code with formatting. You can also designate whether your code is HTML, c#, et cetera from a drop down that you will see after the Code Highlighting window opens. Regards, Gerry (Lowry
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/25/2009
  • Re: How to find the Error

    I am not an expert in that area. What I do depends on various factors. Most often, I use SQL Server Management Studio 2008 Express (free from Microsoft) to create SQL scripts on my development machine and then I run those scripts against the deployment server. The above mentioned technique is necessary if you created your .mdf in SQL 2008 but your deployment is 2005 AFAIK. It does not transfer your data over ... this is not usually a problem. Using SSMS 2008, small quantities of data can be copy
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/25/2009
  • Re: membership and cdn

    [quote user="polynaux"]So why does JQuery and AJAX come as .js files and not a .dll (has does AJAX for webforms) ?[/quote] Both are based on JavaScript. The "J" in Ajax is for JavaScript. JavaScript is a client side scripting language. As such, browsers simply run JavaScript code unless the end user (or the I.T. department, et cetera) has disabled JavaScript. A .dll is a library for a compiled program, as in dynamic link library . It would be a huge security risk to allow executables
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/25/2009
  • Re: forum for "wouldn't it be nice to have in V2010, .NET4" discussions

    @ guenavan Not necessarily ... it appears the forum software does not count the same viewer multiple times AFAIK. g.
    Posted to Feedback on this website (Forum) by gerrylowry on 11/25/2009
  • Re: Why did my post get deleted

    If I may be "the devil's advocate" here, I can suggest one situation where TheDiddy 's could be relevent in an ASP.NET context. I am now using ASP.NET MVC for "one size fits all" applications where appropriate ... in some cases my application will only be used on an Intranet ... in such a case I might want to "get the list of users on a network domain". For example, an application that would show who is at the office today, assuming everyone who goes home logs
    Posted to Feedback on this website (Forum) by gerrylowry on 11/25/2009
  • Re: membership and cdn

    Actually, I wrote that both are based on JavaScript ... From http://jquery.com/ : jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. http://en.wikipedia.org/wiki/Ajax_(programming ) For an introduction to Ajax, I like "Teach Yourself Ajax in 10 Minutes a day", Phil Ballard. (here's a reasonable review: http
    Posted to ASP.NET MVC (Forum) by gerrylowry on 11/25/2009
Page 1 of 204 (2040 items) 1 2 3 4 5 Next > ... Last »