Category: .Net

where does the system.servicemodel section go? 0

where does the system.servicemodel section go?

Within the Configuration section: xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?> <configuration>   <system.serviceModel>   </system.serviceModel> </configuration>

Pluralization Services 0

Pluralization Services

Recently as part of my work with the Entity Framework (EF) I came across a very interesting feature that could be leveraged in many other areas beyond the EF: The Pluralization Services. As you...