mikedopp

Geekswithblogs (edition)

  Home  |   Contact  |   Syndication    |   Login
  76 Posts | 0 Stories | 99 Comments | 0 Trackbacks

News

Twitter












Tag Cloud


Archives

My Blogs

XML

There are 6 entries for the tag XML
This has been pooled together from a number of resources: What is ASP.NET? Microsoft ASP.NET is a server side technology that enables programmers to build dynamic Web sites, web applications, and XML Web services. It is a part of the .NET based environment and is built on the Common Language Runtime (CLR) . So programmers can write ASP.NET code using any .NET compatible language. What are the differences between ASP.NET 1.1 and ASP.NET 2.0? A comparison chart containing the differences between ASP.NET...

I believe it was Joe Levi who was running into vista vs. Visual Studio 2005 memory issues while compiling our latest build of www.lifetime.com . We both run Vista as our development environment (We watched all the sessions at mix07 and vista looked like it worked fine with Visual Studio 2005 + 2 hours of patches). We did some MSDN surfing and found a way to clear the memory within Windows Vista ( basically it kills all idle running applications). Here is how: Create a shortcut: Add Location of Shortcut:...

Microsoft Data Platform Rich data services from SQL Server Using of course SOAP REST and APP within SQL Server SSDS. Live contacts has ADO.NET Connections... SYNC Framework synchronize contacts between endpoints. pulling or GET from url into xml or web service. Metadata file with Vcard info. No invoke needed within browser just service on box? SQL Server Data Services: Application Agility Scales without limits Business Ready SLA Scalable or downgradable to 2005 or 2000? SQL Server Data Services Layers:...

I am a huge fan of Pablo Castro(the presenter). Astoria has become ADO.NET Data Services Framework. Data in the web: Ajax applications Silverlight applications Online Services Mashups Restful Interface for Data: Just Http Data as resources, HTTP methods to act on it. Uniform URL syntax Every piece of info is addressable Multiple representation Use regular HTTP content-type negotiation Atom, JSON, Plain XML Book: Restful Web Services Drill down data using Astoria(http request or get) Model and Operation...

Applications interact with the outside world. mmm? Mashups and such. ok Many types of outside data.... Images RSS Business services Intranet services Mashup API's silverlight1.1 xaml and fun -no easy way to connect to other services. What does client code look like? Custom services. Recommended uses of services in silverlight Using silverlight front end connecting to webservice or database directly. Using C# void list<product>getproducts (string searchstring) Create service Define What does...

I was pondering late last night how can I get along with the new Zune software. No more name calling and bashing the moderators at Zune.net forums. I needed to be a responsible Zunian(no I am not an alien. Just of Zune citizenship) and do more investigating. Here is how the XML is laid out for both the Windows media playlist file and the Zune Media Playlist file. Here is what I found: Windows Media Playlist or WPL <?wpl version="1.0"?> <smil> <head> <meta name="Generator" content="Microsoft...