Archives
-
New Office Community Site: OfficeZealot - Home of the Office Enthusiast
Sometimes you find a really cool site on the internet by checking your referrers. Nice work Chris and Charles! From their site:
-
Microsoft XSD Inference Tool
Probably some old news, but today I stumbled over the Microsoft XSD Inference tool:
-
How-to: Customize the Generated Web Service Test Page
Did you ever wonder how you could replace the default generated test/help page of a web service by your own page? This could be useful in a number of situations: you could use your company lay-out, provide contact information or documentation, ... First of all: how is the default test page generated? There is a single ASPX file that takes care of this: DefaultWsdlHelpGenerator.aspx, which is located in the X:\<WindowsDir>\Microsoft.NET\Framework\v1.1.4322\CONFIG directory (for the .NET Framework V1.1). It's possible to alter this file, but be aware it will have an effect for all web services running on that machine!
-
Solving "The underlying connection was closed: An unexpected error occurred on a send." (Webservices)
UPDATE: For solution when using WSE, see here!
-
Intresting comments on Reporting, SOA & the Role of InfoPath
Ted Neward (Editor-in-Chief of TheServerSide.NET) posted a link on this site to my previous post about Reporting in a SOA World. There are some intresting comments and links posted over there discussing how InfoPath can be (ab)used as a reporting engine:
-
Dutch Microsoft Developer Days Live Webcast
For those of you who can't wait to go to the Belgian Developer & IT Pro Days 2004 on 10 & 11 February, can watch the live webcast of the Dutch version. Here's the schedule:
-
Reporting in a SOA World
Besides that SOA (Service Oriented Architecture) is a cool buzz-word nowadays, it's also an architecture that can bring you some interesting advantages.O'Reilly webservices.xml.com has an article that provides following definition:
-
ExtendedDataGrid Workspace Created
My (free) ExtendedDataGrid control gets quite some attention and every developer knows that the more people use your software the more bugs will be reported. To organize bug reporting, feedback, feature requests, ... I've created a GotDotNet Workspace: http://workspaces.gotdotnet.com/extendeddatagrid. So if you have something to say about this control; please use the workspace.
-
.Name domains: second level now open
-
Add any user control to a DataGrid: ExtendedDataGridControlColumn
The free ExtendedDataGrid provides a framework to easily add virtually any UserControl to a DataGrid cell! It comes down to creating a custom control by inheriting from the ExtendedDataGridControl and implementing the desired functionality. Then this custom control can be added to the ExtendedDataGridControlColumn so in each cell your control will be rendered. All of this can be done by using the default Visual Studio.NET designers.
-
ExtendedDataGrid: added ComboBoxColumn and MultiLineTextBoxColumn
Yesterday I added two new ColumnStyles to the ExtendedDataGrid: