Articles : Page 1 of 1

  • POP Forums v9.2 posted to CodePlex, with new languages, post voting and the scoring game

    POP Forums v9.2 posted to CodePlex, with new languages, post voting and the scoring game

    Jan 12
    24

    POP Forums v9.2.0 is the third release for the ASP.NET MVC3 version of POP Forums. It is feature complete, stable, and ready for feedback. For previous release notes, see previous releases. Check out the live preview: http://popforums.com/Forums Setup instructions are available in the documentation section. Upgrading? If you're upgrading from v9.0 or v9.1, simply replace the existing files. You'll also have to run the PopForums4.xto4.2.sql SQL script against your existing database. That ...


  • New ASP.NET website launched

    New ASP.NET website launched

    Dec 11
    02

    A few weeks ago we introduced a beta of a freshly designed http://asp.net website. Today we launched it. Jon, myself, and the team that manages the site took lots of your feedback (lots from the comments of the Beta Blog Post) and did our best to incorporate as much as we could. This is just the start, and we've got lots of plans for the future including responsive design, more text content, localization, more HTML 5, HD Video, closed captioning and lots more. It is a big site with a thousa...


  • Updated Release: Orchard 1.3

    Updated Release: Orchard 1.3

    Oct 11
    03

    Build: 1.3.1Published: 10/3/2010 How to Install Orchard To install Orchard using Web PI, follow these instructions: http://www.orchardproject.net/docs/Installing-Orchard.ashx. Web PI will detect your hardware environment and install the application.Alternatively, to install the release manually, download the Orchard.Web.1.3.1.zip file.http://orchardproject.net/docs/Manually-installing-Orchard-zip-file.ashxThe zip contents are pre-built and ready-to-run. Simply extract the contents of the Orcha...


  • Model Metadata and Validation Localization using Conventions

    Model Metadata and Validation Localization using Conventions

    Jul 11
    14

    By default, ASP.NET MVC leverages Data Annotations to provide validation. The approach is easy to get started with and allows the validation applied on the server to “float” to the client without any extra work. However, once you get localization involved, using Data Annotations can really clutter your models. For example, the following is a simple model class with two properties. public class Character { public string FirstName { get; set; } public string LastName { get; set; } } Noth...


  • ASP.NET MVC 3 Docs In Nine Languages

    ASP.NET MVC 3 Docs In Nine Languages

    Jun 11
    27

    In May, we released a tools update for ASP.NET MVC 3 in nine languages other than English. Today I got the good news that ASP.NET MVC 3 documentation is also now available in those nine languages, which arguably is even more helpful to those learning and using ASP.NET MVC. Japanese: http://msdn.microsoft.com/ja-jp/library/gg416514(VS.98).aspx Korean: http://msdn.microsoft.com/ko-kr/library/gg416514(VS.98).aspx Chinese (Simplified): http://msdn.microsoft.com/zh-cn/library/gg416514(VS.98)....


  • June 26th Links: ASP.NET, ASP.NET MVC, .NET and NuGet

    June 26th Links: ASP.NET, ASP.NET MVC, .NET and NuGet

    Jun 11
    27

    Here is the latest in my link-listing series. Also check out my Best of 2010 Summary for links to 100+ other posts I’ve done in the last year. [I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] ASP.NET Introducing new ASP.NET Universal Providers: Great post from Scott Hanselman on the new System.Web.Providers we are working on. This release delivers new ASP.NET Membership, Role Management, Session, Profile providers that work with SQL Ser...


  • Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC

    Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC

    May 11
    16

    We’ve recently published some great end-to-end ASP.NET video training courses on the http://asp.net web-site. Created by Pluralsight (a great .NET training company), these video courses are available free of charge and provide a great way to learn (or brush-up your knowledge of) ASP.NET Web Forms 4 and ASP.NET MVC 3. Each course is taught by a single trainer, and provides a nice end-to-end curriculum (from basic concepts to working with the new Entity Framework “code first” model to securit...


  • How we do Internationalization

    How we do Internationalization

    Feb 11
    04

    Reading Josh’s post on helpful Date/Time/TimeZone handling methods inspired me to write about how we deal with the complexities of internationalization and localization in our app. When we started, we set out some principles for our framework, application, and any related code: Data flowing into our system from external sources (human users, integrations, import, etc) will be normalized into a single unit to the maximum extent possible. External recipients receiving data from our system w...


  • Sprechen Sie ASP.NET MVC?

    Sprechen Sie ASP.NET MVC?

    Jan 11
    21

    Ni hao ma! Hot on the heels of the RTM release of ASP.NET MVC 3, we now have localized versions of ASP.NET MVC in 9 languages! The installation links within the Web Platform Installer was updated. If you want to download the installer yourself, you can go to the English download page and select your language or click on one of the nine languages below: Chinese (Simplified) Chinese (Traditional) French German Italian Japanese Korean Russian Spanish If you speak one of th...



  • 1