Metaverse builds and delivers enterprise
applications as scalable online services.
Interesting ConfigurationFileHandler.
Operates like WebConfig.
Lot's of posts about MS Team Development Guide.
Let's follow one.
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.
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.
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 Patterns site. Well organizd. Lots of information.
What Is FitNesse
- FitNesse is a collaborative testing and documentation tool.
- It provides a very simple way for teams to:
- 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
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. 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 »