About
Profile picture Gokhan Demir,
a computer geek in Istanbul.

E-mail me Send mail


Photo Of The Day


  • Island at Twilight, South Africa, 2003

Calendar

<<  August 2008  >>
MoTuWeThFrSaSu
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

View posts in large calendar

Pages


    Recent posts


    Recent comments


    Archive


    Authors


    Tags


    Categories


    Blogroll


    Disclaimer

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

    © Copyright 2008

    Sign in

    Organizing Using Statements

    by Gokhan Demir 12/7/2007 10:59:00 AM

    Class files may become bloated and difficult to read because of unnecessary and unorganized using directives.Visual Studio 2008 comes with a solition for this. Just right click anywhere on the class file, and you will see the "Organize Usings" on context menu. Hope it helps ;)




    SQL Database Publishing Wizard Is Integreted Into VS2008

    by Gokhan Demir 11/21/2007 5:25:00 PM

    You can point to a database on your local machine, and then automatically create a sql script file. This sql script includes everything needed to create the database data and schema (tables, views, sprocs, triggers, full-text catalogs, roles, rules, etc) . It's a painkiller future that you find very useful when publishing applications to remote machines.

    Tags:

    .Net | Sql

    LINQ Beta2 to RTM Key Changes

    by Gokhan Demir 11/21/2007 12:11:00 AM

    I start to play with .Net framework 3.5 RTM. When i build my project which is developed with .net framework 3.5 beta 2 , i got some  weird linq errors. DataContext's add and remove methods causes these errors. These methods are renamed because they are confusing or misleading for many users. In linq model, until you call dataContext's SubmitChanges method nothing will removed or added even you previously mention it. Here is list of the changes :

    Previous Method
    (VS Beta1 and VS Beta2)

    Renamed Method
    (VS 2008 RTM)

    Add()

    InsertOnSubmit()

    AddAll()

    InsertAllOnSubmit()

    Remove()

    DeleteOnSubmit()

    RemoveAll()

    DeleteAllOnSubmit()


    For other changes, please read  Dinesh Kulkarni's post.

    Tags:

    .Net | C# | Linq

    Visual Studio 2008 Released

    by Gokhan Demir 11/20/2007 4:59:00 PM

    Visual Studio 2008 is now available to download for MSDN subscribers.For non-MSDN subscribers it's possible to download trail editions.

    Here is the download links of trails :

    Enjoy it ;)

     

    Tags:

    ASP.NET | .Net | C#

    .NET Framework 3.5 Namespaces Poster

    by Gokhan Demir 11/16/2007 11:19:00 AM

    Microsoft released a new poster  that provides a nice view of common types and namespaces in the .NET Framework 3.5. You can download a PDF version of the pster here.

    Tags:

    .Net

    Powered by BlogEngine.NET
    Designed by FYFI, Adapted by Gokhan Demir