zain

Stories submitted by zain

Visual Studio 2008 / .NET Framework 3.5 Certification(blogs.msdn.com)

submitted by zainzain(80) 4 years, 4 months ago

Join the Microsoft Certification team to find out what is new, and what you need to know, for your next step in developer certification. In this meeting, we will introduce our plans for Visual Studio 2008 training and certification, review the Visual Studio 2005 certifications, and have plenty of time to answer questions about your individual path or scenario. read more...

add a comment |category: |Views: 236

tags: another

Database Fundamentals IV: Datatypes(blogs.msdn.com)

submitted by zainzain(80) 4 years, 4 months ago

In this case, we are discussing datatypes. Yes they are not just for breakfast anymore. In this case I will discuss only the simpler types and, just to make things interesting, I will discuss types from Microsoft SQL Server 2005. I have had a great deal of experience with it so feel most comfortable there but the knowledge gained can be extrapolated and used in almost any database scenario. The names of the datatypes my change but the ideas remain the same. read more...

add a comment |category: |Views: 1

tags: another

Database Fundamentals III: Domain(blogs.msdn.com)

submitted by zainzain(80) 4 years, 5 months ago

In this lesson we will focus on one word: domain. This word is loaded with all kinds of confusion. The problem lies not in the word itself but its (over)usage in certain areas. Simply put a domain is a boundary that defines something (or contains it if that makes you feel better). So why should you care? Well, the ability to adequately KNOW what a domain is and actually KNOW how to apply its principles is fundamental to your success in the database world. read more...

add a comment |category: |Views: 1

tags: another

Visual Studio 2008 Resources(blogs.msdn.com)

submitted by zainzain(80) 4 years, 6 months ago

By now it is no secret that Visual Studio 2008 will RTM before the end of November. Soma mentioned this at TechEd Europe and I couldn't be more excited! Make sure you are getting ready with for the new version by checking out our webcasts and other training materials that are available. Here is a list of places to help you get prepared: read more...

add a comment |category: |Views: 0

tags: another

Visual Studio 2008 Resources Contest(blogs.msdn.com)

submitted by zainzain(80) 4 years, 6 months ago

In honor of the RTM for Visual Studio 2008 (the artist formerly known as "Orcas"), I am having a contest for the best learning resources. Check out my blog post entitled "The RTM of Visual Studio 2008 Is Coming" for more info. read more...

add a comment |category: |Views: 1

tags: another

Second Life .NET Users Group(blogs.msdn.com)

submitted by zainzain(80) 4 years, 6 months ago

Just got done giving the first 100% community run lecture in Second Life on Visual Studio Island. It totally rocked!!! I loved the participation and the interaction level of the audience! Many thanks to my homies Mike , Tori , and Kyle for all their help with the setup. A special thanks to all who attended the LINQ session today and looking forward to more great presentations coming up. Don't forget about our regular meeting on Nov 24th. My next LINQ session will be Dec 1st. Make sure to check the Second Life .NET Developers DNUG site for dates and times for all our great activities! read more...

add a comment |category: |Views: 0

tags: another

LINQ: How to do joins between a relational database and xml data(blogs.msdn.com)

submitted by zainzain(80) 4 years, 6 months ago

At my Houston MSDN Event (http://www.msdnevents.com) I had a student ask me if it was possible to do a Join between different data sources using LINQ. Specifically, he asked about joining XML data with SQL data. So I thought "What the hell, let's give it a shot." It turns out you CAN do joins between different data sources with no problems that I can see. Here is my example of how to join SQL and XML data using LINQ. read more...

add a comment |category: |Views: 11

tags: another