PauloMorgado

Stories submitted by PauloMorgado

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

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

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

What is the real story behind the name of C#?(msmvps.com)

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

The real story behind the name of C#. read more...

3 comments |category: |Views: 2

tags: another

UPDATE: Extension methods(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 5 years ago

Extension methods are declared by specifying the keyword this as a modifier on the first parameter of the methods. Extension methods can only be declared in non-generic, non-nested static classes. read more...

add a comment |category: |Views: 4

tags: another

The search engine every .NET developer was looking for(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 5 years ago

While watching this DotNetRocks show, I came across the SearchDotNet engine. read more...

1 comment |category: |Views: 2

tags: another