How to create relationships between entities in the Entity Framework Code First Approach Dhananjay Kumar / Wed, Oct 21, 2015 The Entity Framework Code First approach allows us to create a model as a plain class and then the database gets created from the domain model or entity class. In the Code First approach, the database...
Creating an ASP.NET Web API using the Entity Framework Code First approach and the Repository pattern Dhananjay Kumar / Mon, Aug 10, 2015 In this article, we will learn how to create an ASP.NET Web API using the Repository pattern and the Entity Framework code first approach. Essentially you’ll learn how to: 1. Create a core project which...
Implementing Master-Detail Scenarios with Infragistics UltraGrid, UltraDataChart and Entity Framework [Infragistics] Mihail Mateev / Mon, Mar 30, 2015 Infragistics Windows Form controls offer opportunities to cover different scenarios, representing data in your desktop applications. It is one of the best, most extensible third party controls that I...
Doing CRUD Operations with Infragistics UltraGrid and Entity Framework [Infragistics] Mihail Mateev / Mon, Mar 2, 2015 The Infragistics Windows Form controls are some of the best, most extensible third party controls that I have ever used for UI development. The set of controls is quite comprehensive and the API is exhaustive...
Microsoft DevDay Kyiv–Event Recap [Infragistics] Mihail Mateev / Sat, Oct 4, 2014 The event was held on Tuesday, September 30th at Golf Center, m. Kyiv Avenue, Heroes of Stalingrad 10-D (Obolonska naberezhna, 20) . Microsoft DevDay Kyiv is one of the biggest Microsoft community events...
SQLSaturday #267 Lisbon Event Recap [Infragistics] Mihail Mateev / Fri, Apr 18, 2014 Infragistics Inc. was a sponsor of SQLSaturday #267 Portugal. Company provided licenses for the event raffle. Infragistics also was presented at SQLSaturday Portugal me by me as a speaker. The event...
SQLSaturday #278 Budapest Event Recap [Infragistics] Mihail Mateev / Sun, Mar 2, 2014 Infragistics was a sponsor of SQLSaturday #278 Budapest. Company provided licenses for the event raffle. Infragistics also was presented at SQLSaturday Budapest me by me as a speaker. The event...
SQLSaturday #259 Kharkov Event Recap [Infragistics] Mihail Mateev / Sun, Dec 8, 2013 Infragistics was a sponsor of SQLSaturday #259 Kharkov. Company provided licenses for the event raffle. Infragistics also was presented at SQLSaturday Kharkov by me by me as a speaker. The event was held...
Developing a RESTful CRUD grid with IgniteUI, WebAPI and Entity Framework Alexander Todorov / Thu, May 23, 2013 In a previous blog post of mine I have presented an application which tackles a create/read/update/delete scenario in the context of the IgniteUI grid. I have used frameworks such as MongoDB, Node.JS...