Mike Borozdin's Blog

A blog about programming, web and IT in general

Search

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© 2012 Mike Borozdin

I’m Microsoft Student Partner

Well, I apologize for not posting anything for such a long time. Anyway, I’m happy to announce that I’ve become a Microsoft Student Partner. I took an active part in the Microsoft User Group in my university that was organized by other Student Partners. I decided to apply for this program and my application was accepted.

Now I’m responsible for organization of student IT events related to Microsoft products. It’s very challenging and interesting activity. And I’m happy with it now.

You can learn more about this program on this web site, you can also apply for it there.


Tags:
Posted on Wednesday, October 15, 2008
Comments (0)

Data Manipulations with Entity Framework

When learning a new ORM one of the most important and interesting thing is to get to know how you can manipulate data with that tool.Thus, this particular thing is explained in this tutorial.

There are two ways of accessing data with the Entity Framework:

  • Entity SQL
  • LINQ to SQL

We will be using the latter in this tutorial. More...


Posted on Wednesday, October 01, 2008
Comments (0)