Giter VIP home page Giter VIP logo

jobsearch's Introduction

Job Search Organizer

A simple library for organizing a job search (somewhat topical considering I wrote this between jobs). The intention was to create a simple but potentially useful application using the Microsoft Entity Framework for serialization, Code Contracts and an onion architecture. There is no UI but it may be added later.

The library consists of job openings (JobOpening); contacts like HR representatives, recruiters or hiring managers (Contact) and activities, like interviews, followups or applying for jobs (Activity). Integration with a calendar service like Google Calendar or iCloud is an obvious future enhancement.

The intention is for the user to instantiate a JobOpening, then add activites and contacts to it. The library offers helpers to add activities in groups with standardized fields. For example, creating a job interview using the extension method defind in JobOpeningInterviewExtensions not only adds the interview but a followup phone call.

The library also demonstrates the use of

  • "Onion" architecture. The JobSearch assembly is the "Core" and implements interfaces defined in JobSearch.Interfaces. Serialization is handled in the JobSearch.Serialization assembly.
  • Entity Framework 4.5 for ORM. It also contains a generic repository implementation in the EntityFrameworkRepository class in JobSearch.Serialization and ageneric repository test class in the TestEntityFrameworkRepositoryHelper in JobSearch.Serialization.Test.
  • Code contracts (in the JobSearch assembly).
  • NUnit for tests (JobSearch.Test and JobSearch.Serialization.Test assemblies).

License

See LICENSE.txt (MIT license).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.