PauloMorgado

Stories kicked by PauloMorgado

Replacing Loaded Assemblies - Paulo Morgado(weblogs.asp.net)

submitted by hexyhexy(325) 3 years, 10 months ago

Paulo shows us how to load, unload and replace assemblies at runtime. read more...

add a comment |category: |Views: 229

tags: another

Stretching Type Inference(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 1 month ago

The author goes through a few ramblings on he future of C# type inference. read more...

1 comment |category: |Views: 1

tags: another

ASP.NET Controls - Improving automatic ID generation : Concept(nunogomes.net)

submitted by nmgomesnmgomes(270) 4 years, 3 months ago

This is the concept behind my solution to improve automatic Id generation. read more...

add a comment |category: |Views: 19

tags: another

Naming Conventions For Localized Concepts In C#(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 4 months ago

The author exposes his naming convention for localized concepts in C#. read more...

add a comment |category: |Views: 12

tags: another

Mock Javascript or How to unit test Javascript outside the Browser(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 5 months ago

At work I do a lot of javascript. The .net framework we develop has a extensive javascript library for the web controls to use and abuse. What happens is that many times we end up building pages to test parts of our js framework. read more...

add a comment |category: |Views: 16

tags: another

http://msmvps.com/blogs/paulomorgado/archive/2007/05/25/my-naming-conv(naming conventions for localized concepts in c#)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 6 months ago

The author exposes his naming convention for localized concepts in C#. read more...

add a comment |category: |Views: 0

tags: another

C# Naming Conventions For Partial Class Files(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 6 months ago

The author exposes his naming conventions for partial class files. read more...

add a comment |category: |Views: 96

tags: another

Naming Conventions for C#(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 6 months ago

The author exposes his Naming Conventions for C#. read more...

add a comment |category: |Views: 34

tags: another

How To Close Browser Windows In Windows Internet Explorer 7(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 6 months ago

When a web page uses scripting to close a browser window that was opened by the user and not opened by some action on another page, Internet Explorer pops up a question to the user warning that "The webpage you are viewing is trying to close the tab." (in this case, Internet Explorer 7) and asking the user for permission to close the tab. read more...

add a comment |category: |Views: 75

tags: another

Improving The Page Flow Application Block: Current Definition And ...(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 6 months ago

There are a number of classes in the in the .NET Framework that expose a static (shared in Visual Basic) property with a reference to an instance valid in a particular scope (usually the current thread). In this article the author changes the Page Flow Application Block to add properties to the page flow directory in order to take advantage of the work done by the page flow provider. read more...

add a comment |category: |Views: 8

tags: another

Improving The Page Flow Application Block: Decoupling Page Flow Usage (msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 7 months ago

I don't like the fact that I need to know the type of a page flow definition. Or even the fact that a page flow definition has a type. In this article I'll change the Page Flow Application Block to be possible to get page flows by its definition name instead of its definition type. read more...

add a comment |category: |Views: 23

tags: another

Improving The Page Flow Application Block(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 7 months ago

In this series of articles the author shows how (in his opinion, obviously) the Page Flow Application Block of the Web Client Software Factory could be improved. read more...

add a comment |category: |Views: 7

tags: another

Improving The Page Flow Application Block: Removing Database Dependenc(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 7 months ago

Especially in development and demonstration scenarios, the dependency on a database can be a big hassle. In this article the author shows how to remove this dependency. read more...

add a comment |category: |Views: 6

tags: another

Page Flow Application Block With Page Modules(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 7 months ago

In this article I will demonstrate how a web application can benefit from the use of Page Modules using, for the demonstration, the Page Flow Store Quick Start and the Page Flow Application Block shipped with the Web Client Software Factory. read more...

1 comment |category: |Views: 96

tags: another

The Cost Of Client-Side Redirects In ASP.NET And Using Page Modules(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 7 months ago

In an ASP.NET application the instances of the HttpApplication class are responsible for handling the requests. These instances are created by the ASP.NET infrastructure and each one may serve many request in its lifetime, however, serving only one at a time. read more...

add a comment |category: |Views: 2

tags: another

Introducing ASP.NET Page Modules(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 4 years, 7 months ago

This article introduces the concept of Page Modules, which are similar to HTTP Modules but related to Page Life Cycle, and the need for them. read more...

add a comment |category: |Views: 2

tags: another