Tag: asp.net

MVC vs Web Forms in EPiServer 7

You have a choice which one to use when you are building an EPiServer 7 website. IMHO this option is only to give developers familiar with Web Forms, some time to jump to MVC. Like there was Visual Basic .NET together with C#, and… Continue Reading „MVC vs Web Forms in EPiServer 7”

ReflectionHelper

Podczas pracy z ComboBox (WinForms) lub DropDownList (ASP.NET) zdarza mi się korzystać z tzw. bindowania. Mam proste DTO Employee i metodę wypełniającą controlkę. Co gdy zmienimy nazwę, jakiejkolwiek właściwości Employee? Kod już nie będzie robił tego co programista miał na myśli („Key” oraz „Name”… Continue Reading „ReflectionHelper”