Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

March 2008 - Posts

The Developer Highway Code Free E Book
The Developer Highway Code , written by Paul Maher of DPE, is a concise handbook that captures and summarizes the key security engineering activities that should be an integral part of the software development process. This companion guide should be a Read More...
LINQ to XML : Adding Namespace quickly
I have written a post earlier on how to attach Namespaces . After reading my article someone complained about the redundancy of the code. I also realized the pain. I was reading the book C# 3.0 In a Nutshell. There I got a very elegant solution. Let me Read More...
LINQ to XML : Join Xml Data
Let’s say I have created two Xml files using LINQ to XML from Northwind database. I have taken two tables Category and Products and tried to join between two different files. Category XML <? xml version = " 1.0 " encoding = " utf-8 " ?> < categories Read More...
LINQ to XML : Working with Prefixes
Based on my previous post on LINQ to XML : Working with Namespaces , if you want to add prefixes to your Xml things becomes little crazy. The trick is that you have to use XAttribute() to attach prefixes. So the Xml as below need the following code, < Read More...
LINQ to XML : Working with Namespaces
If you are working with complex real world XML then you have to deal with namespaces to disambiguate. There are several ways to implement namespaces in LINQ to XML. One is you can use pure string to add your namespace with each element declaration, like Read More...
LINQ to SQL Overview Video
Luca, the Microsoft Lead Program Manager, he is one of my favorite presenters. The way he demonstrate uninteresting thing and make fun of himself is one everyone should learn. Please enjoy the through presentation of LINQ to SQL at http://blogs.msdn.com/lucabol/archive/2008/03/03/linq-to-sql-overview-video.aspx Read More...
Amazing BlueScreen Screen Saver
I am not a screen saver crazy person. But I do keep on adding screen saver as and when I get good one. My friend Amit found out such one which is the most feared one i.e., BlueScreen. It also simulates the startup screen. This was created by one of Microsoft’s Read More...
Parallel Extensions to the .NET Framework
Daniel Moth posted a nice blog on Parallel Extension. Enjoy http://www.vsj.co.uk/articles/display.asp?id=704 Namoskar!!! Read More...
MSDN Magazine March 2008 is now online
http://msdn2.microsoft.com/en-us/magazine/cc301916.aspx Namoskar!!! Read More...
C# 3.0 Query Expressions by Bruce Eckel and Jamie King
Bruce, a renowned author of the famous book “Thinking in Java” is now exploring C# 3.0. He wrote many other books on Ø The Hands-On Java Seminar CD ROM (available on the Web site) Ø Thinking in C++ (PH 1995; 2nd edition 2000, Volume 2 with Chuck Allison, Read More...
MIX8 is now online
http://sessions.visitmix.com/ Namoskar!!! Read More...
Page view tracker