Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Code » Assorted   (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: , ,

Hunting grounds

In my ongoing attempt to fix my “work/life” balance [1], I decided to start playing City of Heroes [2]. Like many MMORPGs (non-RPG geeks: stay tuned, there will be a code reference later) there are 'hunting grounds' in CoH. Hunting grounds
Posted by ksharkey | 4 Comments
Filed under: ,

Forget Babelfish, now there's BabelCode!

Neat link from the good folk @ Borland -- an experimental C# to Delphi Convertor , done as a Web Service (and ASP.NET page ). Had to try it, so I grabbed a little C# from the C# FAQ (I'm not on my dev box right now). End result: type Test = class strict
Posted by ksharkey | 3 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: , ,

C1PayPal control

I was playing with ComponentOne 's Paypal ASP.NET control this night, and it's quite cool! It lets you easily add AddtoCart and Checkout functionality to a website. BTW - the control is part of the *free* [sorry, had to] Visual Basic Resource Kit , and
Posted by ksharkey | 1 Comments
Filed under: , ,

Gee with the VeeBee

I was looking at some of the fine ASP.NET Hands-on Labs that will be waiting for people at some conference upcoming (and hopefully shortly thereafter on a dev center I've heard about). As I went through, this caught my eye: public class BusinessObject
Posted by ksharkey | 2 Comments
Filed under: , ,

ASP to ASP.NET

Not on MSDN yet (it's on the [great] other place ), but there is now an Alpha of an ASP to ASP.NET Migration Assistant: The ASP to ASP.NET Migration Assistant is designed to help you convert ASP pages and applications to ASP.NET. It does not make the
Posted by ksharkey | (Comments Off)
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

What's Kent listening to, and a question

Kent spends the better part of a day building yet another RSS feed, and asks for help.
Posted by ksharkey | 6 Comments
Filed under: ,
 
Page view tracker