<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetQuarry &#187; Customers</title>
	<atom:link href="http://www.netquarry.com/index.php/category/customer-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netquarry.com</link>
	<description>The Enterprise Application Platform</description>
	<lastBuildDate>Wed, 21 Apr 2010 18:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>eLuxExchange.com</title>
		<link>http://www.netquarry.com/index.php/2009/07/eluxexchange-com-10353/</link>
		<comments>http://www.netquarry.com/index.php/2009/07/eluxexchange-com-10353/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 00:23:32 +0000</pubDate>
		<dc:creator>Ryan Reid</dc:creator>
				<category><![CDATA[Customers]]></category>

		<guid isPermaLink="false">http://www.netquarry.com/?p=353</guid>
		<description><![CDATA[ELUXEXCHANGE sells Luxury and Exotic Sports cars directly to members at prices much lower than traditional retail outlets. Vehicles listed on eLuxExchange are ONLY available on the site and only for a short amount of time. This is because all of the vehicles are currently in the process of an active trade-in.
http://www.eluxexchange.com
]]></description>
			<content:encoded><![CDATA[<p>ELUXEXCHANGE sells Luxury and Exotic Sports cars directly to members at prices much lower than traditional retail outlets. Vehicles listed on eLuxExchange are ONLY available on the site and only for a short amount of time. This is because all of the vehicles are currently in the process of an active trade-in.</p>
<p><a href="http://www.eluxexchange.com" target="_blank">http://www.eluxexchange.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netquarry.com/index.php/2009/07/eluxexchange-com-10353/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iLUXCARS</title>
		<link>http://www.netquarry.com/index.php/2009/02/iluxcars-10149/</link>
		<comments>http://www.netquarry.com/index.php/2009/02/iluxcars-10149/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 02:56:37 +0000</pubDate>
		<dc:creator>Ryan Reid</dc:creator>
				<category><![CDATA[Customers]]></category>

		<guid isPermaLink="false">http://www.netquarry.com/?p=149</guid>
		<description><![CDATA[iLUXCARS is online network for dealers trading luxury and exotic vehicles at wholesale. This includes Ferrari, Lamborghini, Rolls Royce, Bentley, Porsche, Maserati, Aston Martin, Mercedes-Benz, BMW, and more. 

<a href="http://www.iluxcars.com" target="_blank">http://www.iluxcars.com</a>]]></description>
			<content:encoded><![CDATA[<p>iLUXCARS is online network for dealers trading luxury and exotic vehicles at wholesale. This includes Ferrari, Lamborghini, Rolls Royce, Bentley, Porsche, Maserati, Aston Martin, Mercedes-Benz, BMW, and more. </p>
<p><a href="http://www.iluxcars.com" target="_blank">http://www.iluxcars.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netquarry.com/index.php/2009/02/iluxcars-10149/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OptionEase</title>
		<link>http://www.netquarry.com/index.php/2006/08/optionease-1032/</link>
		<comments>http://www.netquarry.com/index.php/2006/08/optionease-1032/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 02:17:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.netquarry.com/?p=32</guid>
		<description><![CDATA[NetQuarry has been used to develop OptionEase.com, a software-as-service application that manages stock option expense tracking for the new (as of Jan 1, 2006) FASB 123R accounting rules. The team that built the application (Version 1.0) was composed of 3-4 developers over about a 3 month period.
<a href="http://www.optionease.com" target="_blank">http://www.optionease.com</a>
]]></description>
			<content:encoded><![CDATA[<p>NetQuarry has been used to develop <a href="http://www.optionease.com" target="_blank">OptionEase.com</a>, a software-as-service application that manages stock option expense tracking for the new (as of Jan 1, 2006) FASB 123R accounting rules. The team that built the application (Version 1.0) was composed of 3-4 developers over about a 3 month period. They have generated a large amount of interest with CFOs in the last couple of months, even signing up their 2nd real customer. We think this proves the promise of NetQuarry well. From concept to customer, with a small team in a little over 6 months. A demo-able version of the application was running in the first 3 weeks.</p>
<p>A few interesting ideas came out of the building of this application. Perhaps the most significant is the addition of what we are calling &#8220;TypedMappers.&#8221; A TypedMapper is a helpful, extrememly lightweight type-safe wrapper class around a NetQuarry Mapper object.</p>
<p>You typically use a TypedMapper as a helper class in an extension. You can create a TypedMapper and attach it to the sender (IMapper) of the event or you can use the TypedMapper derivative to create a new mapper &#8211; either for the purpose of creating a new row or reading/updating an existing one. Connecting a TypedMapper via one of the constructors or TypedMapper.Attach is very inexpensive and generally a safer way to work with a mapper.</p>
<p>The TypedMapper is an abstract base class, which means that you have to use our generator to generate derived classes that wrap your mappers. The ONLY potential drawback to using a TypedMapper derivative vs. the Mapper as is is that you will need to update (re-generate) the classes as you make metadata changes. On the applications that we (NetQuarry) are personally managing we are putting the generation code after we save the metadata and check-in the class file. We are recomending that you keep the generated classes more or less stand-alone (e.g. in its own assembly) and without any dependencies on other code.</p>
<p>The help is updated (<a href="http://help.netquarry.com" target="_blank">NetQuarry Help</a>) if you want to see code samples&#8211;Search for TypedMapper.</p>
<h3>About NetQuarry</h3>
<p><span>NetQuarry develops and licenses the NetQuarry Enterprise Application Platform.  The NetQuarry platform helps professional software development teams develop significantly better enterprise and hosted applications.</span></p>
<p>NetQuarry is privately held.  For more information, call (714) 881-4574, email <a href="mailto:info@netquarry.com">info@netquarry.com</a>, or visit our website at <a href="http://www.netquarry.com/">www.netquarry.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netquarry.com/index.php/2006/08/optionease-1032/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DiForza</title>
		<link>http://www.netquarry.com/index.php/2006/05/diforza-1044/</link>
		<comments>http://www.netquarry.com/index.php/2006/05/diforza-1044/#comments</comments>
		<pubDate>Thu, 25 May 2006 02:56:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.netquarry.com/?p=44</guid>
		<description><![CDATA[NetQuarry is being used as the infrastructure for the new site Diforza.com. You can see it here: <a href="http://www.diforza.com" target="_blank">http://www.diforza.com</a>]]></description>
			<content:encoded><![CDATA[<p>NetQuarry is being used as the infrastructure for the new site Diforza.com. You can see it here: <a href="http://www.diforza.com" target="_blank">http://www.diforza.com</a></p>
<p>One of the more interesting aspects of this site is that unlike the default user interface this site is NOT using frames. What we did was add a feature to a page based on the Wizard Template that allows you to specify a header and footer &#8220;renderer&#8221; component.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netquarry.com/index.php/2006/05/diforza-1044/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mission Pharmacal Case Study</title>
		<link>http://www.netquarry.com/index.php/2005/12/mission-pharmacal-case-study-1055/</link>
		<comments>http://www.netquarry.com/index.php/2005/12/mission-pharmacal-case-study-1055/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 16:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Customers]]></category>

		<guid isPermaLink="false">http://www.netquarry.com/?p=55</guid>
		<description><![CDATA[This document outlines the use of the NetQuarry Enterprise Application Platform to rapidly build a web application to manage the medical meeting (“Trade Show”) process for Mission Pharmacal. Mission Pharmacal (http://www.missionpharmacal.com) is a privately held pharmaceutical manufacturer headquartered in San Antonio, Texas.
Mission Pharmacal has representatives that attend approximately 100 “medical meetings” a year on behalf [...]]]></description>
			<content:encoded><![CDATA[<p>This document outlines the use of the NetQuarry Enterprise Application Platform to rapidly build a web application to manage the medical meeting (“Trade Show”) process for Mission Pharmacal. Mission Pharmacal (<a href="http://www.missionpharmacal.com/">http://www.missionpharmacal.com</a>) is a privately held pharmaceutical manufacturer headquartered in San Antonio, Texas.</p>
<p>Mission Pharmacal has representatives that attend approximately 100 “medical meetings” a year on behalf of the company. A medical meeting is effectively a trade show where Mission displays, explains, and generates leads on their pharmaceutical products. During the course of a meeting, attendees of the meeting can register at the mission display (booth) to request more information. This data (attendee demographics), is sent to Mission post-meeting in a somewhat standardized format.</p>
<h2>Original Process</h2>
<p>The original process involved a manual import of the post-meeting data into a Microsoft Excel format. Next, a mail merge was used to generate mailing labels for each of the attendees. The labels were affixed to a thank you letter that included a response card that the attendee could send<br />
back to request samples or more information. When the response card was returned, a separate Mission employee would manually key the responses, including all demographic information, into a Microsoft Access Database. Periodically, the names and their responses from the<br />
response card were exported and printed in a tabular format. This final report was then sent to the customer service department for order fulfillment.</p>
<p>There were several problems with this process. First, it was extremely time consuming and error prone, requiring interaction with at least 3 different applications to manage a single meeting. Second, there was no way to track the fact that attendees can and do attend multiple meetings, which meant that Mission was unable to capitalize on this information. Finally, the process of matching an attendee to an assigned account required a looking into Mission’s SFA system, a step that was impossible due to access and license issues.</p>
<h2>Problems Solved</h2>
<p>The new software consolidates all of the original processes into a single web interface. From one application, one can enter information about the meeting, import attendees, export labels, manage response cards, and export fulfillment information for customer service. In addition,<br />
the attendees are matched against the Mission Sales Force Automation system and notification is sent to the correct sales representatives of the fact that one of their accounts (called “professionals”) has attended the meeting.</p>
<h2>How it was done</h2>
<p>Using the NetQuarry platform and one developer, a complete, enterprise-class application was delivered to Mission in a remarkably short amount of time.</p>
<p>The entire process from initial discussions and analysis to running implementation took place in two and one-half days. Of this time, approximately one day was spent on analysis of the problem and existing systems (the SFA system) and one-half day was spent dealing with deployment and testing on Mission’s server.</p>
<p>The application includes rich import and export facilities, manages more than a dozen functionally rich web-based forms, and provides Mission<br />
with a single application to manage all of their medical meetings. Again, all completed in less than three days.</p>
<p>The key to this success was the NetQuarry platform. Using the NetQuarry Studio, a single developer produced a complete application in less than three days.</p>
<h2>About NetQuarry</h2>
<p>NetQuarry is the Enterprise Application Platform for Microsoft .NET.</p>
<p>The platform is comprised of pre-built software, metadata and tools designed to help professional software teams develop significantly<br />
better enterprise and hosted business applications. Developers using NetQuarry will deliver everything faster (less time and manpower equals less cost):</p>
<ul>
<li>Rapid Prototypes (in as little as one day)</li>
<li>Functional applications that perform like highly mature ISV solutions</li>
<li>Continuous, quality improvements and iterations</li>
<li>Agile response to the reality of changing requirements</li>
</ul>
<p>The NetQuarry platform is not a code generator. Rather, it is a declarative framework that provides a foundation of deep functionality common to all enterprise and hosted applications, including data binding, database virtualization, OS-virtualization, searching, filtering, user interface, and role-based security.</p>
<p>Today’s dynamic business environments demand a great deal from developers and their managers. Rapid, agile, iterative development allows developers to incorporate frequent feedback from end users, realizing that successful applications are constantly refined, changing rapidly to meet the needs of the enterprise.</p>
<p>Making agile development successful requires advanced software infrastructure and disciplined methodologies. Infrastructure should be<br />
designed to facilitate iterative development, producing quality applications.</p>
<p>Our Value Proposition is simple: Higher quality business applications delivered in a fraction of the time.</p>
<p>For more information, visit <a href="http://www.netquarry.com/">http://www.netquarry.com</a> or contact us via email: <a href="mailto:info@netquarry.com">info@netquarry.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netquarry.com/index.php/2005/12/mission-pharmacal-case-study-1055/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
