Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

msdn.com » Feeds » Wriju's BLOG

Yearly Archives: 2007, 2008

Latest news from Wriju's BLOG

  1. ADO.NET Entity: Insert Update and Delete

    Aug 21, 2008

    For small blogs, it requires more references and explanation, which sometimes are redundant. So I thought of writing single blog which is combination of topics more or less related to one thing. I am exploring ADO.NET

    Tagged: net, c net, ado net, linq, c 3 0, visual studio 2008, ado net entity framework, linq to entity

  2. Microsoft Project Code Named “Velocity”

    Jul 16, 2008

    "Velocity" is a distributed in-memory application cache platform for developing scalable, high-performance applications. "Velocity" can be used to cache any CLR object and provides access through simple APIs. The

    Tagged: net, announcements, visual studio 2008

  3. Windows Forms – Enable Shortcut Key all over the Form

    Jul 16, 2008

    Windows Application and shortcut key are synonyms. People prefer to use shortcut keys for faster activity. Assume you are in a text box and you want to hit F5 to reload the form. You do not want to move your mouse

    Tagged: net, tips and tricks, c net, windows forms, visual studio 2008, net visual studio tips

  4. Programmatically invoking the Live.com search

    Jul 14, 2008

    Live.com you need to automate that in your Windows application. You will use the WebBrowser control. This is a very powerful control and allows us to control things through DOM. Here is a small code which insert values

    Tagged: tips and tricks, c net, windows forms, visual studio 2008, net visual studio tips

  5. LINQ to SQL vs. ADO.NET – A Comparison

    Jul 14, 2008

    ADO.NET is our contemporary data access component and now we have written many applications. Now there has been a lot of talk on LINQ to SQL. So we are little skeptical about this component and trying to find some

    Tagged: net, sql server, c net, ado net, linq, c 3 0, visual studio 2008, linq to sql