Browse by Tags

MK .NET UG

MK .NET UG
Macedonian .NET User Group
Tagged Content List
  • Blog Post: Developing a SQL Azure Data Provider based on an Entity Framework DB model

    As a 2nd inevitable part of integrating a database located in the SQL Azure Cloud with yours on-premise solution, is developing an appropriate data provider that will connect the on-premise solution with the Cloud’s DB. This part of the task (which 1st part I described in my previous post Migrating...
  • Blog Post: Migrating a SQL DB to the SQL Azure Cloud …

    The week that just passed-by, I got a working task – to migrate a SQL database to the SQL Azure Cloud and develop a data provider that will provide the communication between the DB and it’s Entity Framework (ver. 4) model built-in the solution (which part was the DB). It showed up as a pretty...