Archive for the ‘.NET’ Category

Post #2: Use the .NET TweetSharp Library to Integrate with Twitter via OAuth

Nov

23

by Mike Fleming at 8:42 am .NET, Twitter

Today’s post is the second in a series explaining how to integrate TweetSharp into your .NET application using OAuth.  In our first post we covered the basics of registering a… (read the rest)

New Series: Use the .NET TweetSharp Library to Integrate with Twitter via OAuth

Nov

20

by Mike Fleming at 8:52 am .NET, Twitter

This is the first post on a new series I will be posting on integrating TweetSharp into your .NET applications.  It will also show you how to use OAuth, as… (read the rest)

What Language Would You Recommend To a Beginner?

Nov

18

by Mike Fleming at 8:23 am (6) .NET, General

Someone asked me an interesting question earlier this week that got me thinking quite a bit.  Someone had a son that was interested in building web based applications and wanted… (read the rest)

Visual Studio 2010 and .NET 4.0 Beta 2 Available

Oct

20

by Mike Fleming at 6:51 am .NET

If you are a MSDN subscriber I just wanted to pass along a quick note that Beta 2 of Visual Studio 2010 and .NET 4.0 are available for download.  I… (read the rest)

Clean web.config Files in .NET 4.0

Aug

26

by Mike Fleming at 7:12 am .NET

If you have experience in programming in ASP.NET over the last few years, I am sure you have noticed how bloated the web.config file has become.  Most of it is… (read the rest)

Installing Visual Studio SP1 on Windows 7

Aug

16

by Mike Fleming at 5:29 pm (2) .NET, Windows

Since installing Windows 7 RTM I have been slowly reinstalling all of my development programs.  The only one that has given me a fit has been SP1 for Visual Studio… (read the rest)

.NET: Need To Drop The Span Tag From the Label Control? Use the Literal Control Instead

Jul

27

by Mike Fleming at 8:15 am .NET | ,

Have you ever had the need to use a label control, but you don’t need the span tag that the control automatically wraps around the text? Switch your control over… (read the rest)

.NET: Converting a String to a GUID

Jun

24

by Mike Fleming at 7:12 am .NET

This is just a quick little tip I came across yesterday. I was reading a Guid value out of a database and then passing it to .NET service along with… (read the rest)

.NET – Use VB Functions in C#

Jun

16

by Mike Fleming at 7:04 am .NET | , ,

Yesterday I was working on a .NET website that has a couple of cost calculators in them. The user inputs 10 or so data points and the application will calculate… (read the rest)

ColdFusion & .NET: Comparing List Functions

Jun

15

by Mike Fleming at 7:31 am .NET, ColdFusion

It’s been awhile since I have added a new post to the series that compares code in ColdFusion & .NET. Today’s post covers something I use quite a bit throughout… (read the rest)