Matt Scilipoti's WebLog

.NET et al
Scalable web service provider, content management + more

Metaverse builds and delivers enterprise applications as scalable online services.

Configuration File Handler

Interesting ConfigurationFileHandler.  Operates like WebConfig.

Teams and .Net

Lot's of posts about MS Team Development Guide.  Let's follow one.

NAnt Info

NAnt Info

I'm just starting to learn this too.  The 'worth it' factor rises sharply with team development and moving from dev to test to prod.

 

Microsoft Windows XP Professional Lets Virtual Development Team Achieve Tangible Productivity and Profitability Gains

Microsoft Windows XP Professional Lets Virtual Development Team Achieve Tangible Productivity and Profitability Gains

Critical Domain LLC is a small, efficient group of independent technology professionals who work as an experienced team to provide customers with software development, project planning and management services. Teamwork, shared experience and combined technical and business solution savvy set Critical Domain apart from other independent technology consulting firms.

OO Tips

OOTips 

The purpose of ootips is to allow developers to keep up-to-date with object oriented technologies, without having to read through high volume, low signal-to-noise sources. I try to extract the most useful and interesting posts from other mailing lists, newsgroups and web forums, and post about one article every week or two.

Design Pattern site, Vince Huston
Design Patterns site.  Well organizd. Lots of information.
FITnesse: simple acceptance testing framework and WIKI. from Ward Cunningham.

What Is FitNesse



  • FitNesse is a stand alone Java application.
    • It requires no configuration or setup.
    • Just run it and then direct your browser to port 80 (the normal http port) on the machine where it is running.


  • FitNesse is a wiki.
    • You can easily create:
      • New Documents and pages.
      • Hyperlinks
      • Lists
      • Tables
Posted: Mar 01 2003, 12:05 AM by mmscili | with no comments
Filed under:
The Code Model

Here's some info about the .net code module.

Chapter 12: The Code Model

The idea is simple—define a single API that captures the essence of the most common programming constructs, and have each of the languages in Visual Studio .NET implement that API in its native tongue. The result is a single set of objects—the code model—that a programmer can use to read or write code in any of the languages in Visual Studio .NET.

Strange Error: in ASP.
Strange Error. Happened with Literal too. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The base class includes the field 'ConstructIDLabel', but its type (System.Web.UI.WebControls.Label) is not compatible with the type of control (System.Web.UI.WebControls.TextBox). Source Error:
Line 14: <table>
Line 15: 	<tr>
Line 16: 		<td><asp:TextBox id="ConstructIDLabel" runat="server"></asp:TextBox></td>
Line 17: 		<td><asp:TextBox id="ConstructIDTextBox" runat="server" Text='<%# DataBinder.Eval(DataView1, "[0].ConstructID") %>'></asp:TextBox></td>
Line 18: 	</tr>
More Posts Next page »