Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.89 KB

File metadata and controls

47 lines (37 loc) · 2.89 KB

Genesys Source Framework

Genesys Source Framework is a pre-setup full-stack .NET Solution to house your reusable business objects, such as CustomerInfo. Works with your existing SQL tables, and allows you to incrementally upgrade your custom software app...one page at a time.

Bringing reusability to your software stack without the cost and uncertainty.

Projects:

  • Genesys.Framework.DataAccess: Entity Framework 6.1.3, C#, .NET 4.6
  • Genesys.Framework.Interfaces: Portable Class Library (Windows, Xamarin iOS, Xamarin Android), C#, .NET 4.6, Profile 151
  • Genesys.Framework.Models: Portable Class Library (Windows, Xamarin iOS, Xamarin Android), C#, .NET 4.6, Profile 151

Database:

  • SQL Express database included: Genesys.Framework.Test\App_Data\GenesysFrameworkTest.mdf

Genesys Source Namespaces:

  • Genesys.Framework: Structure and functionality Framework to support your reusable entities. Classes such as CrudEntity, EntityReader and EntityWriter.
  • Genesys.Extensions: .NET Framework extension methods for null-safe, strongly-typed operations. Cross-platform, open-source common library for .NET.Standard and .NET Core (Universal, Portable).
  • Genesys.Extras: .NET Framework-level classes for common tasks such as Http request/response, serialization, string manipulation, error logging, etc. Cross-platform, open-source common library.

Reference Site and Documentation

Genesys Source Framework downloads and docs available at GenesysFramework.com: Genesys Source Framework...

Dev Environment and Compiling

Please use the latest Visual Studio and build using the IDE or MSBuild.exe. Our CICD processes default to the latest Visual Studio and MSBuild versions.

Database Environment and Publishing

Please use the latest SQL Server and/or SQL Expresss and publish using the SSDT project Framework.Database.

Hosting

  • Cloud: Azure Web Server, Database Server and/or Virtual Machines.
  • On-Prem: Latest Windows Server, IIS, .NET 4.5, SQL Server.

Build and Release

  • VisualStudio.com repos set to TFVC. On-prem TFS server and build agent for local infrastructure powershell deployments.
  • Local NuGet feed for development cycles.
  • Sprints pushed to GitHub on or about the 7th of each month.

Git Repo