|
|
|
|
.NET
.NET
|
|
|
Update: Steve and Omri have the official voices :)In addition what Scott has in its extensive article on SP1, lemme show you some more data on what is new and supported for WCF in SP1 of .NET 3.5 and Visual Studio 2008 - this list is not authoritative, Read More
|
|
|
|
Geballtes Know-How - für Sie!thinktecture und DevelopMentor kündigen im Rahmen einer Partnerschaft das erste in Deutschland stattfindende "Enterprise .NET"-Event an. Es wird in der Woche vom 26. Mai 2008 in München stattfinden und im berühmt-berüchtigten Read More
|
|
|
|
I had several people asking me for some details about what exactly is fixed in 3.0 SP1 - so here is some more information.Download .NET 3.0 SP 1 (2.4 MB download size)Problems that are fixed in the .NET Framework 3.0 Service Pack 1:The .NET Framework Read More
|
|
|
|
Just to make this point very clear:ADO.NET Data Services (aka 'Astoria') is not tied to a database, not tied to relational data and surely not tied to the ADO.NET Entity Framework. *Data* in 'Data Service' doesn’t mean 'Database', but it literally just Read More
|
|
|
|
Usually, I do not post just "+1"... but this time - and I have been fighting with myself not to rant too much about Volta - I am 100% with Rich.I just think there is too much "Oh, that is easy: just one attribute and a switch and I'm done"-mantra in there...Well, Read More
|
|
|
|
Quick note:Astoria services are PerCall by default. A data service derives from WebDataService<T> which looks like this:[ServiceBehavior(InstanceContextMode=InstanceContextMode.PerCall)][AspNetCompatibilityRequirements(RequirementsMode=AspNetCompatibilityRequirementsMode.Allowed)]public Read More
|
|
|
|
You can access the SSDL (ADO.NET Entity Framework's store schema definition language, and *not* this one here) of your Astoria Data Service by appending $metadata to the base URL, like this:http://localhost:7777/Services/Data/NW/$metadata
This Read More
|
|
|
|
The latest Astoria / ADO.NET Data Services CTP also includes a client-side library with support for creating LINQ queries against a REST API - very interesting.Details can be found here. Read More
|
|
|
|
The official ADO.NET Data Services (hm, am I the only who thinks that this - again - is not a perfect name...?) documentation doesn't alk about and doesn't show how to self-host your Astoria services - the samples and quickstarts always use ASP.NET/IIS Read More
|
|
|
|
Rich, Jörg and myself had a lot fun building this baby: being able to have an activity to graphically map source and destination objects and properties and not having to resort to a CodeActivity. A little bit like the Biztalk Server mapping editor in Read More
|
|
|
|
For whom this ever may be useful - I fighted a long time against this... (and got support from the WCF team, BTW)We have this very vast .NET 3.x end-to-end sample application which covers nearly all of the (senseful :)) features in the .NET Framework. Read More
|
|
|
|
Now with VS2008 being released obviously a lot of people also want to run WSCF in it.I have an updated WSCF.addin file which you need to replace the original one with (the location of the .addin file depends on your install option).Please note that this Read More
|
|
|
|
Some heads up wrt to WSCF - this is what I just posted over at the thinktecture forums (which have been quiet from our side for a loooong time, sorry).Hello everybody, first of all I really need to apologize the long silence in these forums here - sorry! Read More
|
|
|
|
Alright, next round in this mini-series.WCF in .NET 3.5 contains a new serializer for handling with JSON-based data. With the so called DataContractJsonSerializer we can serialize and deserialize JSON packets based on DataContract descriptions. The new Read More
|
|
|
|
OK, here is the next one in the list of new features in WCF "v2".There are two new out-of-the-box bindings covering updated/new WS-*
specs:
WS2007HttpBinding WS2007FederationHttpBinding
and the respective binding elements:
WS2007HttpBindingElement Read More
|
|
|
|
Now, this is an easy blog post for me!My friend and thinktecture's security consultant Dominick Baier has asked me whether he can blog about this important security-related WCF topic: yep, of course :)Go and read his entry as he was one of the first to Read More
|
|
|
|
Read this - not very technical, but obviously shows the whole idea and vision of Oslo. Finally Microsoft wakes up in this whole area.What always helps, at least for me, is a roadmap of what we might see when. Here we go (from the PDF to download here): Read More
|
|
|
|
The big shop based in Redmond announced a new and upcoming platform for SO(A) at its SOA and Business Process Conference. And its codename is Oslo.The project code-named Oslo will deliver updated messaging and workflow
technologies in the next version Read More
|
|
|
|
Finally, this is made public - about time guys! The Managed Services Engine from Microsoft.The Managed Services Engine (MSE) is one approach to facilitating Enterprise SOA through service virtualization. Built upon the Windows Communication Foundation Read More
|
|
|
|
OK, this is first short blog entry on some new features (and fixes) for WCF in .NET 3.5 and/or 3.0 SP1.I know that a number of people have been complaining bitterly about not being able to get the information of the calling remote host in WCF v1, i.e. Read More
|
|
|
|
With .NET 3.5 and Visual Studio 2008 being quite close to RTM
these days, I thought it would be time to write a bit about what is new for WCF in .NET 3.5 and .NET 3.0 SP1. This entry just lays the ground for a couple of
follow-ups which will go a bit Read More
|
|
|
|
Am 17.Dezember findet in Hamburg die erste Veranstaltung der brandneuen .net@movies Serie des ProDev Colleges statt.
Bei diesem ersten Event geht es um ein Thema, das vielen am Herzen liegen sollte, aber leider doch oft vernachlässigt wird: Web Security.Meine Read More
|
|
|
|
There you have it - very insightful article by Arun. Read More
|
|
|
|
Looks like svcutil.exe in Orcas Beta 2 is not signed. To use it anway eitherrun sn.exe -Vr svcutil.exe orcopy an 'older' version from previous builds and use itHTH. Read More
|
|
|
|
WCF is surely a big step forward for
having a unified communication runtime, API and hosting model. And with all
these
super-exciting specifications and standards supported WCF must be a killer
when it comes to interoperability with other Read More
|
|
|
|
... and you had a previous version installed? Try this (courtesy David Wortendyke):Uninstall the current SDK by running BizTalk Services SDK Setup.exe.Go to <WindowsDir>\Microsoft.NET\Framework\v2.0.50727\CONFIG and open machine.config. Go to the Read More
|
|
|
|
I am not at this conference, but anyway...What I was wondering is how Silverlight does support these super-cool dynamic languages 'on-the-fly'. After some fiddling, this is what I think how it works:'Non-real' CLR languages like IronPython or IronRuby Read More
|
|
|
|
In WCF, the powerful OperationContext.Current static property lives in thread-local storage. It gets pinned to the current thread before WCF dispatches to the user code. If code for a service operation - for whatever reasons - is spawning new threads Read More
|
|
|
|
NATs (Network
Address Translation) prevents the private IP address of your home and/or
work PC to be exposed to the big wild and bad Internet. The only thing nodes
outside of the NAT-shielded network can see is the IP address of the NAT-capable Read More
|
|
|
|
Vielen Dank für die Teilnahme an meinemVortrag
Software-Factory-gestützte Realisierung Service-orientierter Anwendungen unter
.NET auf der OOP 2007. Wie angekündigt, erhalten Sie auf dieser Seite die Unterlagen.Ich würde mich über Ihre
Kommentare, Read More
|
|
|
|
It is here.The Web Service
Software Factory (also known as the Service Factory) is an integrated collection
of tools, patterns, source code and prescriptive guidance that helps our
customers quickly and consistently construct Web services that adhere Read More
|
|
|
|
... noch drei Wochen ....NET 3.0 kompakt, Ralf Westphal und Christian WeyerISBN: 978-3-8274-1458-8.NET hat sich als Plattform etabliert. Dennoch ist Orientierungshilfe für .NET nötig, denn die Plattform wächst kontinuierlich. .NET 3.0 kompakt arbeitet Read More
|
|
|
|
OK, there is one library I wrote a long time ago which has a lot of fans: DynWsLib.This library is for invoking your Web Services
dynamically without having to generate a client-side proxy class
at design/compile time with WSCF,
Read More
|
|
|
|
Did you ever struggle to configure WCF HTTP endpoints correctly when running as a non-admin?thinktecture's latest expert addition, Dominick Baier, has build HttpSysCfg.HttpSysCfg is a tool that simplifies setting/removing/modifying ACLs on URLs Read More
|
|
|
|
WSCF 0.7 was just released. Enjoy!New Features in v0.7Generate data transfer object/data contract code from schema descriptions in XSD or WSDL files - via the VS 2005 add-in and the command line tool.This build also includes several important fixes, e.g.:SOAP Read More
|
|
|
|
My friend Mike Taulty has recently posted a cool post about his attempt to create a WCF extension to leverage the duplex programming model over MSMQ. This is a really interesting area (and of course has a huge potential) and at thinktecture labs I and Read More
|
|
|
|
"... Data Types""... Data Contracts""... Data Transfer Objects"Please help us in finding the optimal way of naming the major new feature in WSCF 0.7. Go and vote by leaving a comment for this post. Thanks!Note: we do not support WCF with WSCF 0.7, but Read More
|
|
|
|
OK, you may have realized that WSCF is a side-project these days - mostly due to the fact that we are deeply involved in very interesting projects in the service-orientation and workflow space.But now we found some free time to integrate the most wanted Read More
|
|
|
|
Not much buzz around it, but this is what at least I wanted to see.Microsoft is making a personal promise to every individual and organization in the world that they can use any patented technology Microsoft has that is necessary to implement the Web Read More
|
|
|
|
Great information over at the IIS7 web site. If you want to know which IIS7 feature will be supported in which Vista version, they have an overview. If you want to know how to exactly and step-by-step install and configure IIS7 on Vista, they show you. Read More
|
|
|
|
OK, this does not happen too often, but I am copying here part of a thread and especially my answer from the MSDN WCF forums. Without further ado, let's go... ------- Hello All, I'm looking for some design guidance about WCF. I want to build an application Read More
|
|
|
|
Sorry, we have strange problems when people want to comment on our posts. If you have submitted a comment in the last few weeks and it did not show up here, feel free to contact me.Sorry again. Read More
|
|
|
|
Kein Problem.thinktecture und newtelligence bieten das TornadoCamp WinFX an. Was soll ich sagen? Das Who-Is-Who in den prominenten Bereichen von .NET Framework 3.0 im deutschsprachigen Raum steht Ihnen eine ganze Woche lang zur Verfügung. 16.-20.10.2006: Read More
|
|
|
|
When doing duplex communication in WCF - e.g. using the wsDualHttpBinding - the WCF runtime automatically sets up a callback address for the calling application to listen on based on a value provided in a binding configuration. This is a unique address, Read More
|
|
|
|
If you are interested in the slides from my MSDN US webcast on Contract-First Web Services, go ahead and grab them. Please feel free to get in touch with me if you have any questions. See you in the next webcast. Read More
|
|
|
|
First of all, I want to thank everybody attending my MSDN US webcast on designing and dimplementing transactions in distributed solutions with WCF. It was a lot of fun and according to the scores it also semmed to be successful ;) I have uploaded both Read More
|
|
|
|
As some of you may already have figured out, there have been a few breaking chnages in WCF's RC1 OM which is currently being distributed with the June CTP of .NET Fx 3.0. One point of confusion: Metadata publishing is no longer enabled by default Read More
|
|
|
|
Finally, starting from RC1 (currently being distributed with the June CTP of .NET Fx 3.0 )we can finally specify base addresses in config for our WCF services. Small sample config to achieve this: <configuration> <system.serviceModel> Read More
|
|
|
|
Today a customer talked to me about the various options of hosting WCF services. He actually knew quite a bit already, that it is possible to use literally any kind of managed process: a console app, a WinForms app, an NT Service, and of course also the Read More
|
|
|
|
The other day we came across this small thing while writing some sample code for our docs. We can control the way our CLR arrays are serialized in a well-known way by using XmlSerializer and the XmlArrayAttribute and XmlArrayItemAttribute attributes.For Read More
|
|
|
|
Für alle, die gestern in meinem Vortrag bei der Usergroup Frankfurt/Main in Bad Homburg dabei waren: wer an dem vorgestellten (und teilweise live codierten) Sample interessiert ist, möge sich doch bitte bei mir per Kontaktformular melden. Danke! Read More
|
|
|
|
Seems like Clemens likes the dotnetpro.tv video episode that Ralf and myself shooted the other day about Windows Communication Foundation. Only available in German, though... Read More
|
|
|
|
Come on and join the heating up discussions. Daniel seems to feel happy these days... :) Read More
|
|
|
|
Yesterday a customer got in touch with me regarding some custom serialization/deserialization issues in his ASMX-based Web Services. When using IXmlSerializable there are essentially three 'rules' to follow: In WriteXmlDon't ever write the root element, Read More
|
|
|
|
Go and grab it! And it is indeed more than 'just another Office release', especially for developers - check it out. Read More
|
|
|
|
I think the title says it all (really? :)) - stay tuned for more to come in the next few days, as my friend Jason already hinted at. And it may be related to this and this and this and even Read More
|
| |