Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • A good list of How-To topics on SQLAzure

    Topic Description Guidelines for Connecting to SQL Azure Database Provides a list of general considerations when connecting to SQL Azure. How to: Connect to SQL Azure Using sqlcmd Demonstrates how to connect to SQL Azure by using the sqlcmd utility. How...
    Posted to SQLServer-QA.net - Knowledge Sharing Network (SSQA.net) by on Thu, Sep 30 2010
    Filed under: Filed under: , , , , , , , ,
  • Embedded sqlMap.config

    If you are like me you would like to embed sqlMap.config file for your ibatis project. Although its not provided out of the box but its very simple to implement. All you have to do is to write your own sqlMapper implementation.The core logic revolves around building DomSqlMapBuilder. protected static...
    Posted to Hammad : IDotNetWizard by hammad on Thu, Jul 24 2008
    Filed under: Filed under: , , , ,
  • Long Live VB!!! or not?

    Ok, first a disclaimer: I'm a Microsoft MVP with a competency in Visual Basic. Normally I would not give this much thought, I've always favored VB (I started using it back when it was in version 3) over all other languages and thought very little...
    Posted to Bashar Lulu by on Mon, May 5 2008
    Filed under: Filed under: , , ,
  • Visual Basic Power Packs 2.0

    Line and Shape controls, PrintForm component, and Printer Compatibility LibraryMicrosoft Visual Basic 2005 Power Packs 2.0 includes a new set of Line and Shape controls and updated versions of the two previously released Visual Basic 2005 Power Packs...
    Posted to Bashar Lulu by on Sat, Sep 22 2007
    Filed under: Filed under: , , ,
  • Partnership: Microsoft & Facebook

    Hey, all you Facebook fans out there, Microsoft and Facebook have launched a partnership and Microsoft has released a 'Facebook Developer Toolkit' which allows you to create applications for Facebook using Microsoft Popfly and Visual Studio Express...
    Posted to Bashar Lulu by on Sat, Sep 22 2007
    Filed under: Filed under: , , , , ,
  • Microsoft releases: VS2008 Beta 2, .Net Framework 3.5 Beta 2 and SilverLight 1.0 RC

    New releases from Microsoft for all you developers out there: Visual Studio 2008 Beta 2 .Net Framework 3.5 Beta 2, and SilverLight 1.0 Release Candidate Happy downloading! Links: http://msdn2.microsoft.com/en-us/vstudio/default.aspx http://www.microsoft...
    Posted to Bashar Lulu by on Sun, Jul 29 2007
    Filed under: Filed under: , , , , , ,
  • Quickie: MSDN Nuggets

    'Don't have the time to read a 10-page how-to article or watch a full length webcast? Try an MSDN Nugget, a webcast that takes you step-by-step to discovering new functionality or exploring a hot developer topic, all in 10-15 minutes. View them...
    Posted to Bashar Lulu by on Mon, Jun 25 2007
    Filed under: Filed under: , , , , ,
  • Live.com: Search Dot Net

    I just came back from Friday prayer, my kids are out with their Aunt (probably at McDonald's), my wife's in the kitchen prepping something up for lunch, so I have the study room all to myself. I went in, and instead of firing up my laptop, I logged...
    Posted to Bashar Lulu by on Fri, May 18 2007
    Filed under: Filed under: , , , , ,
  • Visual Basic Power Packs

    Ever since it introduced Visual Basic .Net some six years ago, Microsoft has been striving to have developers jump the VB6 wagon and onto the .Net one. Being a VB6er myself I can sympathize with all those who still find it difficult to do so. Migrating...
    Posted to Bashar Lulu by on Sun, May 6 2007
    Filed under: Filed under: , , , ,
  • My.Settings

    Back in the VB6 days, when creating applications that required specific settings unique to a particular machine (such as screen sizes, fonts or even connection strings), I used to use either an INI file or the registry for storing these settings. A few...
    Posted to Bashar Lulu by on Sun, Apr 1 2007
    Filed under: Filed under: , , , ,
  • Understanding: Interfaces

    When creating applications, there sometimes comes the need to use interfaces. An 'interface' is one of the types available in the VB .Net language (and for that matter almost all other OO languages). Interfaces are perhaps one of the most difficult types...
    Posted to Bashar Lulu by on Thu, Mar 1 2007
    Filed under: Filed under: , , ,
  • CLS Compliancy

    Over time, the number of .Net languages has increased drastically. In addition to the languages provided by Microsoft there is a very large number of new languages being added everyday. Don't believe me, check it out yourself; http://www.dotnetpowered...
    Posted to Bashar Lulu by on Mon, Feb 19 2007
    Filed under: Filed under: , ,
  • Building Custom Types

    When creating applications, I predominately use 'Classes' (sometimes, where appropriate, 'Structures') to model real life problems. However, to set things straight, it is important for everyone to realize that the .Net Framework offers 6 (5 in C#) types...
    Posted to Bashar Lulu by on Thu, Feb 8 2007
    Filed under: Filed under: , ,
Page 1 of 1 (13 items)