Author: SSWUG Research

Community

Model View Presenter with ASP.NET

(Billy McCafferty) After years of maintaining thousands of lines of ASP spaghetti code, Microsoft finally gave us a first class web development platform: ASP.NET. ASP.NET instantly brought a basic separation of concerns between presentation and business logic by introducing the code-behind page.

Community

Regular Expressions

(Paul) Regular expressions is one of ways of search substrings in strings. It is carried out by means of viewing a string in searches of some pattern. A well-known example can be symbols “*” and “?”, used in command line DOS. First of them replaces a zero or more any symbols, the second – one any sy