1-10 of 49 < Previous Next >
1 vote

Refactoring in ASP.Net: Generating the Contract

We could create an ASP.Net plugin for refactoring. Something like a wizard for creating the contract file, so when the person right-clicks the name of the page, then Refactoring, then Generate MVP ...

id# 7162 | Planned Release: None | Last Updated: Aug 16 2007 at 6:35 AM by cecepig
1 vote
closed

All PresenterBase properties that reference HostPresenter should validate for null

All PresenterBase properties that reference HostPresenter should validate for null.

id# 8478 | Planned Release: 0.3.1 Production | Last Updated: Feb 25 2007 at 3:28 AM by Heynemann
1 vote

Conventions over Configurations

Given the succes of Rails, and its principle of Conventions over configurations, and given that conventions means less xml configuration to write, less code to maintain, i am thinking about the ide...

id# 6531 | Planned Release: None | Last Updated: Feb 25 2007 at 2:13 AM by Heynemann
1 vote
closed

If presenter is created without using a Host Init and Load throw

If presenter is created without using a Host Init and Load throw exceptions. The problem is in this line: if (HostPresenter.ConfigurationContext.PresentersMustOverrideInit) { and: if (HostPresent...

id# 8477 | Planned Release: 0.3.1 Production | Last Updated: Feb 25 2007 at 2:11 AM by Heynemann
1 vote
closed

Working Around UserControl's Faulty IsPostBack

Microsoft's UserControl's IsPostBack property uses the Page.IsPostBack property. This means that dynamically loaded controls will always have IsPostBack = true. Thus, a control's presenter has no w...

id# 8430 | Planned Release: 0.3.1 Production | Last Updated: Feb 22 2007 at 11:14 PM by Heynemann
1 vote

Put Load and Init Events On Views

This is a feature request. I have been tinkering around with NMVP and my own custome presenter triads for a month or so now, and I only recently am starting to realize its true beauty. However one ...

id# 8356 | Planned Release: None | Last Updated: Feb 22 2007 at 9:35 PM by Heynemann
1 vote

Create a WebResolver that allows user control creation

Create a WebResolver that allows user control creation. This WebResolver would then get in its constructor a placeholder control on which to create the dynamically created user controls. The path t...

id# 8418 | Planned Release: None | Last Updated: Feb 22 2007 at 3:23 AM by Heynemann
1 vote

Create a PersistenceProvider hook in the Presenter´s Save method

Create a PersistenceProvider hook in the Presenter´s Save method.

id# 8023 | Planned Release: 0.4.0 Production | Last Updated: Feb 15 2007 at 9:14 PM by Heynemann
1 vote
closed

MockFactory does not add properties assemblies as references

MockFactory does not add properties assemblies as references. Steps to reproduce: 1) Create a contract with a property of a type that isn´t in the assembly of the contract. 2) Try to use the MockF...

id# 8288 | Planned Release: 0.3.1 Production | Last Updated: Feb 15 2007 at 7:59 PM by Heynemann
1 vote
closed

Presenter Cancels But Does Not Raise Event

I had a strange issue where I was validating a save via the OnBeforeSave method and manually setting e.Cancel to false. This, as I expected, cancelled the SaveCore() method, but it did not raise th...

id# 8027 | Planned Release: 0.3.1 Production | Last Updated: Feb 15 2007 at 7:40 PM by Heynemann
1-10 of 49 < Previous 1 2 3 4 5 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | CodePlex Blog | Version 2008.12.9.14291