Sign in
Sonu's Tech Log
Sonu's ramblings on 'what' and 'why' of software products she experiences at Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
"WCF LOB Adapter SDK"
Adapter Consumer
Adapter Developer
BizTalk Adapter Pack
BizTalk Server 2006 R2
BizTalk WCF Adapter
EAI
Just Because
Legacy Modernization
Metadata
Oslo
Pages
SSMoS
UML
Windows Communication Foundation
Archive
Archives
March 2010
(13)
February 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(5)
July 2009
(2)
March 2009
(1)
November 2008
(1)
October 2008
(1)
February 2008
(3)
January 2008
(2)
December 2007
(1)
November 2007
(8)
October 2007
(2)
September 2007
(3)
August 2007
(3)
July 2007
(14)
June 2007
(13)
May 2007
(10)
April 2007
(19)
March 2007
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sonu's Tech Log
Application lifecycle artifact metadata priorities
Posted
over 3 years ago
by
sonua
0
Comments
The SQL Server Modeling CTP – Nov 2009 Release 2 has the model schema for following domains: · .NET assemblies · Unified Modeling Language 2 (UML2) · Next generation identity As we finalize the plan for our V1, we are trying to figure out...
Sonu's Tech Log
Technical women in product engineering groups at Microsoft
Posted
over 3 years ago
by
sonua
0
Comments
There are about ~20 Technical Fellows (all men) and ~48 Distinguished Engineers (all men) at Microsoft. There are a handful of women who are in the executive ranks, including two Senior Vice Presidents. Mary Jo Foley (author of " All About Microsoft ...
Sonu's Tech Log
MIX10 videos
Posted
over 3 years ago
by
sonua
1
Comments
The videos from MIX 2010 conference are available online. http://live.visitmix.com/videos There are so many good sessions that I want to watch. I am especially interested in the following to begin with, purely because of personal interest. (Unfortunately...
Sonu's Tech Log
SQL Server Modeling Services Usability Study – System.Runtime Model/Loader
Posted
over 3 years ago
by
sonua
2
Comments
One of the favorite part of my job as a Program Manager in product engineering groups at Microsoft is seeking customer feedback for products we build. It is really energizing for me to let people take our under-development products for a test run and...
Sonu's Tech Log
System.Runtime Schema: Resolving references using 'binding context'
Posted
over 3 years ago
by
sonua
0
Comments
In my previous post “ Assembly, Type and Method References ”, I talked about how AssemblyReferences , TypeReferences and MethodReferences entities can be used to find references across assemblies, types and methods. Context Binding Context is a...
Sonu's Tech Log
System.Runtime Schema: Method Details
Posted
over 3 years ago
by
sonua
0
Comments
Continuing on my series of “ Exploring relational schema for .NET assemblies in SQL Server Modeling Services ”, in this post I will drill-into entities related to ‘methods’. Type definitions are made up of methods. A method is a subroutine defined...
Sonu's Tech Log
Sample Eclipse plug-in for SQL Server Modeling Services
Posted
over 3 years ago
by
sonua
1
Comments
I have developed a sample Eclipse plug-in that uses one of the utilities in SQL Server Modeling Services (SSMoS). Yes, it is just an experiment and NOT a shipping sample or code as part of SSMoS (not yet anyways – Microsoft has an ongoing initiative to...
Sonu's Tech Log
Download R2 of SQL Server Modeling Nov 2009 CTP
Posted
over 3 years ago
by
sonua
0
Comments
SQL Server Modeling Nov 2009 CTP R2 is a re-release of the CTP for it to work with Visual Studio 2010 and .NET Framework 4.0 RC releases. Download it here .
Sonu's Tech Log
System.Runtime Schema: Type Details
Posted
over 3 years ago
by
sonua
0
Comments
Types are cornerstone of application programming. A .NET developer works with the CLR type system by programming the managed types. Some of the examples of CLR managed types are: Class, Structure, Enumeration, Delegate and Interface. A namespace is a...
Sonu's Tech Log
System.Runtime Schema: Assembly, Type and Method References
Posted
over 3 years ago
by
sonua
0
Comments
As a continuation of my previous post on exploring relational schema for .NET Assemblies , let me drill-into a few more entities in the System.Runtime data model. .NET applications are made up of multiple assemblies. Assemblies reference assemblies...
Sonu's Tech Log
Exploring relational schema for .NET Assemblies in SQL Server Modeling Services
Posted
over 3 years ago
by
sonua
0
Comments
As I mentioned in my About SQL Server Modeling Services post, the goal of SQL Server Modeling Services (SSMoS) is to provide a shared application lifecycle metadata platform over which people, tools and runtimes can rendezvous in an application lifecycle...
Sonu's Tech Log
About SQL Server Modeling Services
Posted
over 3 years ago
by
sonua
0
Comments
As we plan for our V1 release, we have been engaging with many customers to discuss their requirements and incorporate their feedback into our plans. Some customers have told us that name "SQL Server Modeling Services" doesn't reflect the true nature...
Sonu's Tech Log
SQL Server Modeling Services Repository
Posted
over 3 years ago
by
sonua
0
Comments
Igor Sakhnov, the Development Manager for SQL Server Modeling Services, talks about the purpose of Oslo Repository. Enjoy the podcast: http://www.informit.com/podcasts/episode.aspx?e=743c3633-5690-4aae-b3a7-330df06b6f08 Obveiously this podcast was...
Sonu's Tech Log
Need feedback on repository .NET CLR/Assembly Loader
Posted
over 4 years ago
by
sonua
0
Comments
In Nov 2009 SQL Server Modeling CTP, we have shipped two domains: Microsoft.Uml2 and System.Runtime . The domain in this CTP consists of two pieces: Model Schemas and Loader/Exporters. The model schemas are defined using code name "M" and the loaders...
Sonu's Tech Log
Watch SQL Server Modeling videos from PDC09
Posted
over 4 years ago
by
sonua
0
Comments
PDC09 Keynotes and Session videos are available online now. Here are links to videos for data modeling related sessions: Modeling for the Microsoft .NET Developer Data Programming and Modeling for the Microsoft .NET Developer Coming...
Sonu's Tech Log
SQL Server Modeling CTP is available for download
Posted
over 4 years ago
by
sonua
0
Comments
Download the modeling CTP here and read about changes to it in this blog entry . My team, SQL Server Modeling Services team (previously "Repository") delivered the following as part of this CTP: Repository patterns, System.Runtime domain and Microsoft...
Sonu's Tech Log
"Oslo" becomes SQL Server Modeling
Posted
over 4 years ago
by
sonua
0
Comments
"Oslo" technologies ("M", "Quadrant", "Repository") have found their home and are now part of Microsoft SQL Server family of products. Read more details at: http://www.eweek.com/c/a/Application-Development/Microsofts-Oslo-Becomes-SQL-Server-Modeling...
Sonu's Tech Log
Interoperability between Eclipse-EMF and Microsoft "M" Modeling
Posted
over 4 years ago
by
sonua
0
Comments
Check out this great presentation that talks about benefits of bridging Eclipse EMF (Eclipse Modeling Framework) and SQL Server modeling technologies. It draws analogy between Eclipse modeling and "M" modeling technologies. EMF .ecore model can...
Sonu's Tech Log
Simplify UML
Posted
over 4 years ago
by
sonua
1
Comments
I found this interesting quote in Ivar Jacobson's blog entry " Taking the temperature of UML ". Still, UML has become complex and clumsy. For 80% of all software only 20% of UML is needed. However, it is not easy to find the subset of UML which...
Sonu's Tech Log
XMI as an interchange format - OMG announces model interchange working group
Posted
over 4 years ago
by
sonua
0
Comments
My team has been building a UML XMI Loader and Exporter for a repository that's provisioned with OMG UML 2.1.2 model schema. One of the key questions that we needed to address was – what version and variant of XMI are we going to support. The May CTP...
Sonu's Tech Log
UML Domain in Oslo
Posted
over 4 years ago
by
sonua
0
Comments
Yes, I have been bitten with the modeling bug. It has been a challenging, yet interesting roller-coaster ride doing program management within different Oslo feature teams, particularly focusing on domains. Bill Gibson eloquently defines what it entails...
Sonu's Tech Log
WCF LOB Adapter SDK and BizTalk Adapter Pack Whitepaper
Posted
over 4 years ago
by
sonua
0
Comments
Download this paper by Aaron Skonnard and Matt Milner, that provides high level overview and usage scenarios for the SDK, BizTalk Adapter Pack and BizTalk WCF adapters.
Sonu's Tech Log
Walkthrough: Relational Data Modeling using "Oslo"
Posted
over 5 years ago
by
sonua
0
Comments
I took "Oslo" technologies for a ride using October 2008 CTP and created my own model schema (using "M" schema), textual language (using "M" grammar) and a rudimentary visual extension in a modeling tool (using "Quadrant" extensibility). I used a simplified...
Sonu's Tech Log
Looking forward to PDC 2008
Posted
over 5 years ago
by
sonua
3
Comments
It has been a while since I posted updates for WCF LOB Adapter SDK ... and it is good to see that Adapters product team has been very active at blogging about WCF LOB Adapter SDK and BizTalk Adpter Pack. I have been working on Microsoft Codename "Oslo...
Sonu's Tech Log
WCF LOB Adapter SDK SP1
Posted
over 5 years ago
by
sonua
3
Comments
Download WCF LOB Adapter SDK SP1 at http://go.microsoft.com/fwlink/?LinkID=106906 .
Page 1 of 4 (98 items)
1
2
3
4