By this time next year I want to get my Microsoft Certified Technology Specialist (MCTS) from Microsoft.
My target technologies are:
•MCTS: .NET Framework 3.5, Windows Communication Foundation Applications
•MCTS: .NET Framework 3.5, Windows Forms Applications
•MCTS: .NET Framework 3.5, ADO.NET Applications
•MCTS: .NET Framework 3.5, ASP.NET Applications Maybe
Each exam track requires 2 exams but they all share 1 common [...]
January 29th, 2008
Comments Off, C#, by jay.
Just in case you can find SqlHelper.cs which comes in Data Access Application Block for .NET v2.
Data Access Application Block for .NET v2
Most articles and posts about the “C# vs VB.NET” argument conclude that the two languages are equal and only differ slightly. Although I agree with this I think the real difference is not the syntax of these languages but the way they are implemented. After 9 months of using VB.NET (on someone eles’s [...]
In this HOWTO I will explain how to generate XPath expressions using a simple XML Document, a custom object collection and a few foreach loops. The end result is a list of XPath expressions that map to each node of the specified XML Document. This can be very useful for XML that is large [...]
This HOWTO was a specific requirement of my job so I can’t go into to great detail nor-can I give you all of the source code. What I am going to cover is building an XSS filter to use in your ASP.NET app.
One of the biggest problems facing every single person that uses the internet [...]
Over the past few months I have been toying with Ajax and .NET via the Ajax.NET Professional Library and my first few attempts left me feeling that Ajax was not very useful. Then I recently had a specific task to complete and it seemed to be a perfect candidate for Ajax. The task was very [...]