If you have an existing Subversion tree on disk somewhere and you wish to move it to another machine, here's a quick 'n dirty way to do it. I'm pretty sure I read this before somewhere but couldn't find it however I decided to try it anyway. Basically, you install the same version of Subversion onto the new server, create an identically named repository ("svnadmin create foo" - assuming "foo" is the name of the new repo), replace the contents of the "foo" directory from the original machine and voila....
Well, finally Silverlight 2.0 is released, all these months (years?) of waiting and the day has finally arrived. Emm... Where was I? Busy as usual, but more to the point Silverlight 2 Beta didn't live upto my expectations and there were changing things up and down, right and left that I had to give myself a break... in the mean time I also learned C# so most of my work now will be on C# and VB.NET. Expect regular blogs from now...
While the news that we released Silverlight 2 today, is kind of generating the energy and almost all top blogs talk about it, I wanted to share a few things that might be useful for you as a designer / developer in getting started with the bits. First off, let me share installation tips. Remove the SL 2 Beta 2 Version (not mandatory but nice to do) Remove Expression Blend 2.5 June 2008 Preview. (This is Required ! The Blend 2.5 June 2008 Preview stops you from installing the updated bits...
We need your help! So far we have one video for the PDC commercial we are producing and I don’t think that will deliver the whole message we want. In case you don’t know what I am talking about, review Jerod’s post or the 2 GWB newsletters that were sent out over the past few weeks. The main purpose is to show that we are a diverse group from all around the world. We want to see what your world looks like. Indoors and Outside. Your a geek and this is your life, show us. If you are planning...
Check out http://msdn.microsoft.com/en-us/arcjournal. The new edition of the free magazine in .NET architecture is out. Topic of this issue is 'Distributed Computing'
...
I was playing with idea of using Schematron for Biztalk. It turns out that it could be very powerful tool.
Schematron xslt like language wich allows to verify xml based on xpaths. And this is something xsd can't do.
Taking insipration from brilliant article from Sarvana; I decided to write a receive pipeline component that can validate incoming xmls based on xpaths. If the incoming xml fails the tests then I don't want that to enter the system rather than failing further down the line.My requirement...
Posted By:Vishal H
|
10/14/2008 3:44 AM
| 0 Comments |
|
|
Official press release:
http://www.microsoft.com/presspass/press/2008/oct08/10-13Silverlight2PR.mspx
More information, resources, and download:
http://silverlight.net/GetStarted/
UPDATE:
Scott Guthrie’s announcement with –as usual- many important resources and interesting highlights/insights:
http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx
Scott Hanselman has an interesting announcement as well:
http://www.hanselman.com/blog/Silverlight2IsOut.aspx
Technorati...
I've just completed the first release of MSSqlSchemaDoc on codeplex!
The application is used to extract the schema of a SQL database into XML files (one per object). I decided not to use SMO (Sql Management Objects) since they are quite slow when extracting this level of data (they issue multiple queries per object, instead of just the one or two that I do).
It all works by defining classes which represent database objects, like tables, views, etc. These classes are decorated with attributes...
I got back early this morning from a weekend away at the Minneapolis based Twin Cities Code Camp organized by Jason Bock of Magenic and featuring a slew of great presenters. I was down to do a “What is BizTalk” session while my buddy Juan Larios did a talk on Sharepoint. I like having alot of interaction in my sessions, including between attendees, and we definately had that. Some in attendance had experience with BizTalk and were able to give their real world experiences and answer questions that...
One of the engineers working with me was adding an SD driver to a platform today. After adding the driver to the BSP and testing it, he found that the driver wouldn’t load because one of the dlls that it was dependent on was missing from the OS. After using dumpbin to determine which dll was missing, we found that SDBUS.dll was the missing dll.
To be honest, we knew what we needed to add but wanted to make sure and see if anything else was needed. We started by right clicking on the Catalog to search...
One of my engineers was working on a new system today and was having a problem setting up a NAND flash disk. The problem was that while he had made a change to the registry to set up the start address and size of the disk, the changes just were not visible in when the OS ran. We both have a lot of experience developing and building Windows CE systems, so we checked the obvious things:
1. He save Platform.reg where he made the changes
2. He copied Platform.reg to the _FLATRELEASEDIR
3. ...
Last week I need to write an application for my Electrical Engineer to run at boot up to test some hardware changes. He needed to run this test every time the system booted, and needed to have the system reboot often. Of course I don’t expect an EE to be able to set up the test so that it automatically starts when the system boots, and I don’t want to do it for him so I decided to have the application set itself up to run again on the next boot.
I have discussed how to set up an application to run...
Hello! Welcome to my blog! My name is Blake and this is my first blog post ever! I have been wanting to start a blog for the last couple of years but... well... you know how things go... :) I plan this blog to be used for different purposes: family stuff, fun staff, rants, venting, and of course computer programing and methodologies!
So let me tell you a little bit more about myself: I'm a Missourian. I have lived in Kansas City, Missouri most my life. I went to University of Missouri-Rolla...
Biff Gaut is continuing his tradition of mixing humor with some good technical content as he attends the PDC. Over the past several PDC's, Biff has always been able to sprinkle his dry sense of humor into the mix of his daily reports on what he sees. Check it out here: http://www.biffspdcnewsletter.com/...
You may be surprised to find that classes are serialized by WCF without any [DataContract] attribute attached to them. I certainly was.
When WCF came out, there was much fanfare of the new, improved, superior WCF serializer (justified IMHO). The main policy sizzle was that unlike the [Serializable] marking a POCO object and then [NonSerialized] attribute marking specific fields (opt-out), WCF will now use "opt-in": Only properties specifically decorated will be serialized.
This serialization policy...
var bookQuery =
from book in bookXml.Descendants("Item")
let attributes = book.Element("ItemAttributes")
let price = Decimal.Parse((
book.Elements("OfferSummary").Any()
&& book.Element("OfferSummary").Elements("LowestNewPrice").Any()
? book.Element("OfferSummary")
.Element("LowestNewPrice")
.Element("Amount").Value
: (attributes.Elements("ListPrice").Any()
? attributes.Element("ListPrice").Element("Amount").Value
: "0"))) / 100
select new {Price...
In the following code: interface IBand { int ID {get;set;} string Name {get;set;} void GetStatus(); } public class Band : IBand { public int ID { get; set; } public string Name { get; set; } public Band() { GetStatus(); } public void GetStatus() { ID = 555; Name = "Ring"; Console.WriteLine("Base Class Called"); } } public class ABand : Band, IBand { public string Update { get; set; } public ABand() : base() {}...
With the aid of the Microsoft.BizTalk.ExplorerOM library found in "C:\Program Files\Microsoft BizTalk Server 2006\Developer Tools" you can write your own tool for administration of your Biztalk applications. With this API you can have a look at the installed applications, add applications and configure sendports and receivelocations and all other parts of the application. Start with declaring an object of type BtsCatalogExplorer and giving it the connectionstring to the Biztalk Management database....
So, I have been writing here for over a month, and I have never really introduced myself. I think it's about time that you guys get to know a bit about me. Well, I am Stephanie Grima and I come from a little island called Malta. It's right in the middle of the Mediterranean Sea, in Europe of course. I doubt that many of you are familiar with Malta but, it's a really sunny island especially in summer. Tourists go crazy over our beaches, good food, history and nightlife. Imagine, we have a whole town...
We already know that we can pass state into to Threads in 2 ways: 1. using ParameterizedThreadStart delegate 2.using global variables(reference or value types) accessible to the main thread as well the instantiated thread. This is also the way to share data amonst multiple threads. Infact the most common way to share data between threads is using static variables where application wide scope is desired. 3.using Thread.QueueUserWorkItem ... This differs from Parameterized ThreadStart delegate since...
Imagine if you could have taken part to the development of the first version of Adobe Flash, and helped to make it a better product. Imagine that for the Mosaic web browser. Or the development of HTML and the web... Imagine if you could have been part of an adventure that will change how people see and use the Internet This is how I feel today. Silverlight 2 will being released during the course of Tuesday, the 14th of October. Given the time difference, it's possible that we Europeans only get...
When testing, I find that it is important to be cognizant of what you’re testing. I’ve seen (and done) tests where I was using my IoC container to inject a dependency. You may think, “That’s the way it will work in the real world.” The problem is, it may have nothing to do with the System Under Test (SUT). So, you’re test might fail because something went wrong with your IoC container or configuration and have nothing to do with your SUT failing at all. The important thing to remember is test what...