This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Data; | |
using System.Linq; | |
using System.Linq.Expressions; | |
using System.Reflection; | |
namespace Reporting | |
{ | |
public static class ReflectionExtensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace ISIS | |
{ | |
public class CourseList : IEntity | |
{ | |
[Id] | |
public Guid CourseId { get; set; } | |
public string Rubric { get; set; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -85,10 +85,11 @@ namespace Ncqrs.Eventing.ServiceModel.Bus | |
Log.DebugFormat("Call finished."); | |
} | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
OlderNewer