Cosairus Blog

Featured Article

28

Feb

Unit Testing with In-Memory Databases in Entity Framework Core

by Ira Endres

Unit tests provide the reassurance that the system behaves correctly no matter where the system is running. With the release of Entity Framework Core, in-memory unit test database doubles are even easier than ever to use.

 

28

Feb

Unit Testing with In-Memory Databases in Entity Framework Core

by Ira Endres

Unit tests provide the reassurance that the system behaves correctly no matter where the system is running. With the release of Entity Framework Core, in-memory unit test database doubles are even easier than ever to use.

15

Apr

View and Stored Procedure Mappings with the Entity Framework

by Ira Endres

In this article we cover database views and stored procedure mappings using the Entity Framework 6 for .NET Standard and the differences between direct table access and view and stored procedure mapping.

1

Sep

Tabular Data Validation Using FormCollection and ASP.NET MVC Forms

by Ira Endres

In this article, we look at a creative way to dynamically render a 2D structure with validation messaging using ASP.NET MVC Forms and FormCollection.

21

Aug

Overview of SQL Server Data Tools for Microsoft Visual Studio

by Ira Endres

The SQL Server Data Tools platform for Microsoft Visual Studio is hands-down one of the most powerful platforms for developing Microsoft SQL Server solutions. We will review some of the key features of the SQL Server Data Tools platform including schema comparison and database publishing features.

6

Aug

Leveraging Configuration Transformations in Microsoft Visual Studio

by Ira Endres

Microsoft Visual Studio provides developers two default build configurations, Debug and Release, which in this article we will demonstrate two common uses for the different configurations as well as show you how to create even more build configurations for your projects.

7

May

A Quick Look at GROWS Software Development Methodology

by Ira Endres

A quick look at Andy Hunt's new software development methodology and what it could mean for the software development industry.

10

Mar

Programmatic Connection Strings in Entity Framework 6

by Ira Endres

In this article, we will focus on the steps necessary to create an Entity Framework database context with a custom Connection String from it's parts in a database-sharding scenario.

10

Feb

Raspberry Pi 2 - The Most Powerful Pi Yet

by Ira Endres

With the release of the Raspberry Pi 2, and it's immediate sellout, many internet communities ranging from maker projects, embedded applications, and home automation gurus have been talking about the Raspberry Pi 2.

23

Oct

Cosairus Meet and Greet at University of West Georgia

by Ira Endres

Cosairus will be heading to the University of West Georgia in Carrollton on Wednesday, November 5th to meet with the students in the Computer Science department. We are certainly excited to meet with the industry's future developers and give them a peek into the day-to-day operations of a software consultant and development firm.

30

Sep

Enterprise MVC Design Patterns: Server-Side Pagination

by Ira Endres

Continuing with our series on enterprise MVC design patterns, in this article we will look at another common design pattern, paging through data where navigating to the next page requires a round trip to the server to fetch the data.

Older Posts