Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Like you care » Code   (RSS)

The InfoPath less travelled

I've been meaning to learn InfoPath for a while, and the new(ish) Toolkit for Visual Studio .NET, plus Christmas downtime gave me a chance. See the babbling in the full post. You've been warned -- I know, hard to believe I'm supposed to write for a living.
Posted by ksharkey | 8 Comments
Filed under: , ,

Don't you just love it when code works?

Result of this afternoon was strangely satisfying: private void button2_Click(object sender, System.EventArgs e) { RssClient c = new RssClient(); c.LoadOpmlFile(http://weblogs.asp.net/opml.aspx); this.textBox1.Text = c.GetRss(); } That took a little while
Posted by ksharkey | 5 Comments
Filed under: , ,

RssView.ascx

OK, Duncan has overly promoted a chunk of junk piece of code I wrote. So, I feel obliged to share, and embarrass myself again. Before I start, the requirements: The code was intended to run on the upcoming Longhorn Developer Center The idea was to have
Posted by ksharkey | 3 Comments
Filed under: ,

A solution to the VB .NOT crowd

Step 1: http://www.apress.com/book/bookDisplay.html?bID=213 Build Your Own .NET Language and Compiler takes the mystery out of compiler and language development and makes it accessible to every programmer. Ruthlessly practical, this book teaches fundamental
Posted by ksharkey | 4 Comments
Filed under: ,

ASP.NET Developer Center has gone live!

After a 75 day gestation, and a moderately difficult labour, I'm pleased to tell everyone that the new ASP.NET Developer Center has now launched on MSDN at 3:00pm on June 12, 2003 -- http://msdn.microsoft.com/asp.net/ I'm hoping that people will find

duh

I just needed to document how stupid I can be at times (in case anyone, perhaps co-workers, needs something to mock me with) I just managed to waste 30 minutes of my life tracking down a bug in some sample code I was working on. The ctor was throwing
Posted by ksharkey | 4 Comments
 
Page view tracker