.NET Framework 3.5 SP1 and 4.0 Poster

Here is a list of what is new in .NET 3.5 SP1 and what is to come in .NET 4, also this is a nice example of deep zoom, just zoom in to what you would like to see.

PDC2008-NETFX4.pdf (3.22 mb)

App.Config Custom Configuration

I wrote this small POC, with a little help from samples around the Internet, to retrieve a custom configuration from the application config file (such as web.config)

It uses the Microsoft classes ConfigurationSectionConfigurationElementCollection,  and ConfigurationElement

CustomerConfiguration.zip (3.39 kb)

Is LINQ to SQL about to be killed off?

Are you developing using LINQ to SQL, and like all good technologies you just want to keep using them, well it looks like Microsoft will be pulling the plug on LINQ to SQL, over the fact the LINQ to Entities will continue forwards in future releases.

Update on LINQ to SQL and LINQ to Entities Roadmap

Microsoft Says LINQ to SQL Not Dead

LINQ Samples

I found this very good examples of LINQ samples, I can't remember where I got it from, so I have upload to my Blog for safe keeping. 

LINQ Samples.zip (4.27 mb)

I found another LINQ samples which include

 

 

  • LINQ to Objects
  • LINQ to SQL
  • LINQ to XML
  • LINQ to XML Part II
  • LINQ to DataSet
  • LINQ to Entities

 

 

I got it from Charlie Calvert's Community Blog, and I have placed them here on my Blog for safe keeping. 

MarchCtpSamples-v04.zip (3.78 mb)

Some more worth looking at:

C# 101 LINQ Samples 

VB.NET 101 LINQ Samples

New .Net Logo

After 8 years, Microsoft are rebranding .Net, and here is the new Logo

For more details click here 

DDD7 Registration Is Open

Registration is now open

http://www.developerday.co.uk/ddd/default.asp 

Don't forget it sold out within 24 hours last year

Newsletter Enhancements

After using the BlogEngine Newsletter, I noticed that it was not easy to unsubscribe from the newsletter, so I went to task and produced an enhanced Newsletter so you can unsubscribe from the newletter from the incoming email.

As a result I also increased what is being sent on the e-mail, to provide more information for the subscriber.

One other feature I added was that is a post is saved but in an unpublished state an e-mail is sent to the administrator informing them of a new unpublished post. 

Upzip this attached file and place the folder in the widgets directory of the application.  Be sure to over right or replace the existing Newsletter otherwise people will receive two emails for each post.

Newsletter.zip (4.23 kb)

ASP.NET MVC Beta Released

Microsoft have release for the Beta version of MVC (Model View Control), it has been around in the community preview release for some time and now it is in it's final stages before being fully released.

ASP.NET MVC 

Scott Gu's Release Notes

Free ASP.NET MVC “NerdDinner”

Scott Hanselmann on MVC

You need to make sure you are running Visual Studio 2008 before you even think about using MVC.

It's now time to take MVC as a serious method of development, as it won't be very long before the final offical release is shipped. 

Remote Desktop running slow on Vista

Okay, I've been pulling my hair out for the last three days as Remote Desktop is running very slow and timing out on my Vista machine, calls to the host provided and BT have not solved the issue.

Found out this morning that remote desktop works fine on my XP machine, so it must be something Vista is doing.  After a quick search on the net I found this article, and it worked, now running Remote Desktop at the right speed.

http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp 

In short

 

Here is what you need to do if you have the same issue:

 

- Run a command prompt (cmd.exe) as an Administrator

- Type: netsh interface tcp set global autotuninglevel=disabled

 

If you want to to re-enable it:

- Type: netsh interface tcp set global autotuninglevel=normal

 

In some cases you may need to use this command in addition to the above, but I didn't have to:

- Type: netsh interface tcp set global rss=disabled

 

Chrome Crashing

I know Chrome is only in Beta, and so far it has been very reliable, but for some reason today, for no reason it crashed on me, not doing anything special just surfing the web

About the author

You have probably figured out by now that my name is Bryan Avery (if not, please refer to your browser's address field).  Technology is more than a career to me - it is both a hobby and a passion.  I'm an ASP.NET/C# Developer at heart...

Month List