IC窗口
community.icburner.com

August 2009 - VS2010学习

  • Telerik Extensions for ASP.NET MVC – Upcoming ScriptRegistrar Preview

      In this post, I will give you a sneak preview of the ScriptRegistrar major enhancement. Those who have checked our ScriptRegistrar or followed my blog for last few weeks already know that it has out of box support for Grouping. Combining, Caching...
    Published 2009/8/31 11:10 by 革命
    Filed under: , ,
  • Convention over Configuration and Telerik Extensions for ASP.NET MVC

      Convention over Configuration is getting more and more popular in the .NET space, especially after the release of ASP.NET MVC. In our extensions , there are quite a few places where you will find this concept, lets consider the following snippet...
    Published 2009/8/28 15:00 by 革命
    Filed under:
  • 中国的电子商务

    电子商务 电子商务是利用电子手段进行各种商务活动。目前发达国家的电子商务已逐步涉及到各个领域,我国电子商务还处于起步阶段,电子商务模式B2C、B2B均在探讨。从趋势看,我国电子商务必须向纵深化、专业化、国际化、区域化发展。互联网以蓬勃的发展速度席卷全球,它的虚拟商业行为改变着我们的交易方式和 经济 活动, 网络 改变了竞争,也改变了 企业 的经营模式和管理理念。我国的企业在 中国 加入WTO。后面临新的市场竞争规则的挑战,要及时赶上潮流,必须运用电子商务这一竞争新利器来提升自己的竞争优势。电子商务是一门发展非常迅速的新学科...
    Published 2009/8/28 10:06 by 革命
    Filed under: ,
  • Master-Detail Data Binding in WPF with Entity Framework

      Today I thought I would talk about a really common scenario in data applications, creating a master-details (one-to-many) data entry form. I’ve written about WPF data binding and Entity Framework a lot in the past: Videos: How Do I: Get Started...
    Published 2009/8/27 14:11 by 革命
  • WPF databinding with the POCO Template

      The new support for POCO in Entity Framework seeks to enable better ways of coding application domain logic without polluting domain classes with persistence concerns. Persistence Ignorance can in fact improve maintainability, testability and evolvability...
    Published 2009/8/27 14:02 by 革命
  • LINQ to SQL to Entity Framework conversion template

        Many customers have asked us how to port a LINQ to SQL application to the Entity Framework. In order to make this process easier, we have developed a metadata conversion template. This template converts LINQ to SQL metadata (.dbml) to metadata...
    Published 2009/8/27 14:00 by 革命
  • Code Only Enhancements

      In the next release you will be able to specify: Navigation Property Inverses. Property Facets, like Nullability, MaxLength, Precision etc. Property to Column mappings Type to Table(s) mappings Inheritance strategy Encapsulate configuration The...
    Published 2009/8/27 13:59 by 革命
  • Scripting ASP.NET MVC Views Stored In The Database

    Say you’re building a web application and you want, against your better judgment perhaps, to allow end users to easily customize the look and feel – a common scenario within a blog engine or any hosted application. With ASP.NET, view code...
    Published 2009/8/25 17:39 by 革命
    Filed under:
  • Rest For ASP.NET MVC SDK and Sample

      When building a web application, it’s a common desire to want to expose a simple Web API along with the HTML user interface to enable various mash-up scenarios or to simply make accessing structured data easy from the same application. A...
    Published 2009/8/25 17:37 by 革命
    Filed under: ,
  • Siesta: Painless REST via ASP.NET MVC

    Zen uses quite a few open source libraries, and I feel a sense of responsibility to contribute back where I can. To that end, I’m releasing the basic infrastructure that powers the Zen API under the name Siesta . Siesta is a simple and flexible...
    Published 2009/8/25 17:33 by 革命
    Filed under: ,
  • The Onion Architecture (full)

      I've spoken several times about a specific type of architecture I call "Onion Architecture".  I've found that it leads to more maintainable applications since it emphasizes separation of concerns throughout the system. ...
    Published 2009/8/25 17:32 by 革命
  • The Onion Architecture

      I've spoken several times about a specific type of architecture I call "Onion Architecture".  I've found that it leads to more maintainable applications since it emphasizes separation of concerns throughout the system. ...
    Published 2009/8/25 17:21 by 革命
  • The ASP.NET MVC ActionController – The controllerless action, or actionless controller

      There has been quite  a bit of discussion about how controllers are really namespaces trying to get out once you use the concept on a nontrivial application.  Brian Donahue’s post on The anti-controller revolution prompted me to...
    Published 2009/8/25 17:18 by 革命
    Filed under:
  • RESTify – Extending ASP.NET MVC

      Recently there has been a talk of Actionless Controller in ASP.NET MVC space. Basically we are doing a lot of things in the controller and that is the reason we often finds our controllers with number of dependencies in the constructor. Jeffrey...
    Published 2009/8/25 13:15 by 革命
    Filed under:
  • Reflecting Code Is Not A Perfect Science

    If you are a .NET developer then you are probably familiar with Reflector. For most developers it is an indispensible tool in their programming toolbox because it can often shed light on problems that you may be experiencing in your code. One thing that...
    Published 2009/8/23 13:19 by 革命
1 2 Next >