Ir al contenido principal

Entradas

Mostrando entradas de mayo, 2011

Online IDE, compilers

These are the new wave of online dev, I wonder which microsoft will buy for SharePoint online dev? coderun closure (google) ShiftEdit compilr Ref: http://www.codeproject.com/KB/ThirdParty/what-is-an-online-IDE.aspx

Entity Framework

EF 4.1 released ADO.NET EF Code First Development with Entity Framework Walkthrough: POCO Template for the Entity Framework Explicit connection string for EF Ref: 101 LINQ Samples Connection Strings for SQL 2008 Entity Framework: The version of SQL Server in use does not support datatype ‘datetime2′

meta:progid

The meta:progid attribute on the Page directive is necessary if the page will ever be opened in SharePoint Designer. You should include this as site pages are supposed to support customization and thus, be opened in SharePoint Designer. If you don't want to allow pages to be opened and customized in SharePoint Designer, then you should do that through permissions, not at the page level. Using ASP.NET 2.0 Code Behind Files in SharePoint v3 Sites SPFile.ProgID gets a string that identifies the application in which the file was created. That's all the meta:progid is about. It's a identifier for SharePoint and you probably should not use other attributes, they might cause run-time error. Ref: msdn forum thread explanation

MVC tutorials

Fundamentals Wikipedia Model-View-Controller MSDN Model-View-Controller MSDN: MVC 3 Microsoft MVC ASP.NET MVC: The Official Microsoft ASP.NET Site ASP.NET MVC Framework (Primera parte) MVC Code First Walkthrough ( Install EF 4.1 ) Working with the ASP.NET MVC 3 Razor view Engine ASP.NET MVC Application Using Entity Framework Code First Razor View Engine A first look at ASP.NET MVC 3 WebGrid MVC3 Webgrid Html Helper (sorting) ASP.NET WebGrid ( P1 , P2 ) WebGrid Class Get the Most out of WebGrid in ASP.NET MVC ASP.NET MVC 3 Razor; Version: 1.1.0 ASP.NET Web Pages with Razor Syntax Entity Framework Creating an Entity Framework Data Model for an ASP.NET MVC Application Agile Entity Framework 4 Repository: Part 1- Model and POCO Classes (6 parts) Internationalization ASP.NET MVC 3 Internationalization Routing Related Patterns Introduction to Domain Driven Design UML class diagram with Repository and Service class question Using Repository and U

fixing office 2010 icons gone

this post resolved my issue. quick how to