I have been messing around with NUnitASP a little, it is not exactly perfect.
I haven’t been able to find out if there is anything in TFS testing that can do what it does.
I have been messing around with NUnitASP a little, it is not exactly perfect.
I haven’t been able to find out if there is anything in TFS testing that can do what it does.
Expinion.net has some interesting controls.
Mainly the one I am interested in is the multi calendar control. I have no idea if these work with asp.net or not, I will need to check it out.
Google Rankings, is a pretty cool website.
You can enter a phrase and your site and it will tell you where you come up on the index. I know these are not 100% accurate in the sense that a search one day could be very different from a search the other day depending on which set of servers you hit, but it can give you some idea of where you stand.
One of my clients was having a problem where every now and then a print job would fail, and it would eventually cause the server to die.
I found some info here:
More decimal issues, but unrelated to the SQL stuff. The problem being that numbers like 1/10 can be easily displayed in base 10 as 0.1. But, in base 10 we have problems with numbers like 1/3, .3333333333. Well, in binary, they have problems with some of our decimal numbers that you wouldn’t expect. e.g. 0.4 – 0.1 = 0.30000000000000000000004
while 1.4-1.1 = 0.29999999999999999999998.
The problem here is with rounding. I wrote a quick JS function to round these numbers to a significant number of digits.
When my wife and I first moved into our house, the first thing we wanted to do was get rid of this ugly, and seemingly useless bar in our basement.
To be honest I have no idea what anyone would have done with this thing, but at some point someone spent a lot of time to install this thing.
The day finally came when I decided it was time to take action (mostly because I have to sell my house very quickly and this thing is ugly).
I wish I had some “before” pictures, but I didn’t think about that when I started.

Some of the junk that was removed, awaiting disposal.

The newly freed space. We are going to make this where we put our TV and stuff.

This was the most interesting part for me. I had to cut some pipes running to the sink in the bar and sweat on a cap. I had never done this before so it wasn’t that easy, and it was made even harder by the fact that I had about 18″ of space to work with in this area behind the bar. But, it’s finally done.
I just came across this post by Carlos J. Quintero, a .net MVP.
He explains basically what I have been encountering in dealing with versioning of assemblies.
He even points out the bug I found with auto incrementing the AssemblyFileVersion number.
Carlos J. Quintero [.NET MVP] Jun 23, 3:34 am
Newsgroups: microsoft.public.dotnet.framework
From: “Carlos J. Quintero [.NET MVP]” <carl…@NOSPAMsogecable.com> – Find messages by this author
Date: Thu, 23 Jun 2005 10:34:05 +0200
Local: Thurs, Jun 23 2005 3:34 am
Subject: Re: AssemblyVersion numbers and recompiling code
Reply to Author | Forward | Print | Individual Message | Show original | Report AbuseHi Joe,
There are 2 versions that you need to take care of:
1) The version of the file: this is the version of “classic” Win32
applications or DLLs, that is, the one shown using the Properties dialog of
Windows Explorer.It is set with the AssemblyFileVersion attribute in AssemblyInfo.vb file:
<Assembly: AssemblyFileVersion(“1.0.2.4”)>
Notice that this attribute is not written by default when the file is
created so you need to add it by hand.This is the version that should be autoincremented but, alas, using “1.0.*”
does not autoincrement it in each build. I would say this is a bug.2) The version of the assembly: this is the version of .NET assemblies,
which is different than the file version. That is, this is the version shown
in the Property dialog of the GAC in the first tab (the second tab shows the
file version). For example, in Net Framework 1.1, System.Windows.Forms has a
file version 1.1.4322.573 and an assembly version 1.0.5000.0It is set with the AssemblyVersion attribute in AssemblyInfo.vb file:
<Assembly: AssemblyVersion(“1.0.0.0”)>
Notice that this attribute is written by default when the file is created so
you don´t need to add it by hand.This is the version that can be autoincremented using “1.0.*” but generally
you don´t want to do this because you want to keep the same assembly version
in each build until you break the backwards compatibility. I would say that
this autoincrement feature is another bug.So:
– Change always the AssemblyFileVersion on each build.
– Change the AssemblyVersion only if you are breaking the backwards
compatibility. Do not change it for bug fixes or other minor INTERNAL
changes which won´t break clients.– Clients can be configured through a config file to run against an exact
dll a.b.c.d or with any a.b.* build number (provided that major and minor
digits don´t change). See the .NET Framework docs about this.—
Best regards,Carlos J. Quintero
The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.
I have already been rolling my own AJAX based controls (and they are sweet, I have to say I am very proud of how OO I was able to make them on the client side). Microsoft has a set of extensions that are supposed to let you do this stuff with asp.net called Atlas. They have a website set up to talk about some of the specifics.
I am still working through all the FSBO crap.
It seems that http://www.buyowner.com/ doesn’t put your site in any MLS, so it doesn’t show up on ChicagoTribune.com or Realtor.com.
http://www.listmefree.com looks like they DO put you in the MLS, but you have to pay a buyers commission.
This site, which I think is just an alias of nuwaymls.com seems to suggest that they get your house in the MLS and Realtor.com but you don’t work with realtors to do the selling… but you use a realtor to list it?