Skip to content

Instantly share code, notes, and snippets.

View jasondentler's full-sized avatar

Jason Dentler jasondentler

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using ConfOrm;
using ConfOrm.NH;
using ConfOrm.Patterns;
using NHibernate.Cfg.MappingSchema;
namespace Eg.ConfORMMapping.Mappings
{
<?xml version="1.0" encoding="utf-8"?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"
assembly="ACC.Testing.Core" namespace="ACC.Testing">
<typedef name="Test" class="ACC.Testing.Data.TestType, ACC.Testing.Data" />
<typedef class="NHibernate.Type.EnumStringType`1[[ACC.Testing.RegistrationStates, ACC.Testing.Core]], NHibernate"
name="registrationStates" />
<sql-query name="OpenTestOfferingsOnOrAfter">
<return alias="t" class="TestOffering" />
<query-param name="@Start" type="DateTime" />
<query-param name="@Test" type="Test"/>
The Financial Aid Department currently has several PDF documents on the college website. Potential students typically print the form, write in their answers, and mail or fax it back to the Financial Aid office, leading to processing delays and data entry errors.
You should design and code a simple web application to put the attached form on the web and collect information from potential students in a database. The user experience is important. You may redesign the form in any way you like, as long as all the information is collected.
It should meet the following technical requirements:
1. Client-side code written in HTML, CSS, and JavaScript designed for Internet Explorer 7+, Firefox, Chrome, and Safari.
2. Server-side code written with .NET Framework 2.0 or better, C# or VB.NET, ASP.NET MVC or WebForms
3. Record data in a Microsoft SQL Server 2005 or 2008 database.
4. You may use any open source libraries or frameworks. Your final solution should not contain any commercial products except those listed ab
using System;
namespace ISIS
{
public class CourseList : IEntity
{
[Id]
public Guid CourseId { get; set; }
public string Rubric { get; set; }
@@ -85,10 +85,11 @@ namespace Ncqrs.Eventing.ServiceModel.Bus
Log.DebugFormat("Call finished.");
}
}
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/myNcqrsBuilder/ncqrs-ncqrs-f3eb879/MAIN.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: build
build:
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/myNcqrsBuilder/ncqrs-ncqrs-f3eb879/MAIN.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: build
build:
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/myNcqrsBuilder/ncqrs-ncqrs-f3eb879/MAIN.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: build
build:
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/myNcqrsBuilder/ncqrs-ncqrs-f3eb879/MAIN.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: build
build:
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/myNcqrsBuilder/ncqrs-ncqrs-f3eb879/MAIN.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: build
build: