|
|
Browse by Tags
All Tags » ADO.NET (RSS)
-
There! Enough things in one title? The thing is that Steve Eichert and my whirlwind day covered all of that and more. Let me explain. So, for two weeks, Steve and I have been off discussing/pairing on some big ticket "Infrastructure" items. There are many things on the list and we have been applying both heavy design discussions on the whiteboard with practical prototypes or solutions. These areas have covered the whole spectrum from what will the world look like in 3 months, 6 months, a year, 3 years to caching architecture to workflow to to parallel computing to replacements for CAB to Services to reporting and much more. Yesterday, we spent a day on our "Reporting Strategy or Reporting Architecture." Being a large Enterprise platform, it is very important to have a comprehensive Reporting story on both the Smart Client side as well as on the Server side. I'll just leave it very generally that there are certain kind of reports for us that are really "Statements" and then Ad-Hoc Reporting. My story for most of the last year and half has been SQL Server Reporting Services . I have had good experiences with it at Adesso even as reporting on Oracle. Of course, there is that "small footprint" of having a "reporting database" for SQL Server but virtually all the "Enterprise Reporting" solutions require some footprint. However, lately it has become totally apparent to us that virtually every single Bank customer of ours is an Oracle shop only other than very small hedge funds and we have really de-emphasized SQL Server. Its still in our CI build and code gen but we are now optimizing for Oracle. Anyway, we wanted to keep the Statement stuff simple. Forget a whole reporting thing for that. We really only need to generate pretty much canned statements with customizable logos and footers. So Steve and I began to look at a whole bunch of HTML to PDF or .NET libraries for PDF generation. We ended up feeling real good Read More...
|
-
Multithreading and Concurrency Software Transactional Memory Part IV - Thread-Bound Transactions Software Transactional Memory Part V - Integration with System.Transactions Parallel LINQ Restating the Concurrency Problem Herb Sutter is starting a new column on Effective Concurrency Shared nothing parallel programming \ Software Design/Smart Clients/CAB/Web Clients Using NUnitAsp to test Pages w/Forms Authentication Build your own CAB #12 - Rein in runaway events with the "Latch" Build your own CAB #13 - Embedded Controllers with a Dash of DSL A whole pile of goodness taking CAB forward from the folks at SCSFContrib . which includes A full implementation of the UI layer for CAB done in WPF with 100% code coverage in tests!! (see Bill's post ) WCF/SOA ChannelFactory Behaviors David Chappell declares the REST vs. WS-* War over . Here's hoping Orcas/LINQ ScottGu continues his excellent series with LINQ to SQL (Part 4 - Updating Our Database) ADO.NET Entity Framework The ADO.NET Entity Framework June 2007 CTP is now available. See the team blog for changes Ruby/Subversion My team-mate Steve points to some great resources on the Beauty of Ruby as well as finding a Web-based Subversion Browser Other Link Blogs Interesting Finds: July 10, 2007 PM Edition Daily Grind 1182 Technorati Tags: CAB , Ruby , Concurrency , Microsoft .NET , Software Transactional Memory , PLINQ , NUnitASP , Software Design , Design Patterns , Ruby on Rails , Subversion Read More...
|
-
I created a presentation in November of last year with the goal of helping folks make sense of the vast number of Microsoft technologies from development tools, language, data, windows, web and SOA development. This blog post holds the latest links to resources and code for each section. System Requirements The links below use the following technology platforms: Visual Studio 2005 and .NET 2.0 .NET 3.0 NET 3.0 Runtime (installed with Vista) http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en Windows SDK for .NET 3.0 http://www.microsoft.com/downloads/details.aspx?familyid=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en Visual Studio 2005 Orcas Extensions for .NET 3.0: WCF&WPF (Nov 2006) http://www.microsoft.com/downloads/details.aspx?FamilyId=F54F5537-CC86-4BF5-AE44-F5A1E805680D&displaylang=en WF (Nov 2006) http://www.microsoft.com/downloads/details.aspx?familyid=5D61409E-1FA3-48CF-8023-E8F38E709BA6&displaylang=en ADO.NET and LINQ CTP for VS 2005 (May 2006) LINQ CTP http://www.microsoft.com/downloads/details.aspx?familyid=1e902c21-340c-4d13-9f04-70eb5e3dceea&displaylang=en ADO.NET vNext CTP http://www.microsoft.com/downloads/details.aspx?FamilyId=B68F6F53-EC87-4122-B1C8-EE24A043BF72&displaylang=en ADO.NET vNext Entity Data Model Designer Prototype, CTP http://www.microsoft.com/downloads/details.aspx?FamilyID=74bda7b2-9ca9-4eea-a33f-31942ddc9dbe&displaylang=en Visual Studio Orcas CTP (March 2007) Instead of using Orcas plug-ins to Visual Studio 2005, you can install Visual Studio Orcas CTP (for now, safer to run as VPC) http://www.microsoft.com/downloads/details.aspx?familyid=cf76fcba-07af-47ac-8822-4ad346210670&displaylang=en&tm Development Tools In this section I reviewed the stack of development tools and explained how to choose between them. Express Editions http://msdn.microsoft.com/vstudio/express/ Visual Studio http://msdn.microsoft.com/vstudio/ http://msdn.microsoft.com/vstudio/future Visual Studio Team System http://msdn.microsoft.com/vstudio/teamsystem Expression Products http://www.microsoft.com/products/expression Language Enhancements In this section I talked about moving from .NET 1.1 to 2.0, and discussed the key features of 2.0 that folks should be leveraging. Then, I focused on the language enhancements forthcoming with C# 3.0 and VB 9.0. C# Developer Center http://msdn2.microsoft.com/en-us/vcsharp VB Developer Center http://msdn2.microsoft.com/en-us/vbasic Read More...
|
-
Data/ADO.NET Orcas Two from the ADO.NET team: Entity Client and Nulls - LINQ to DataSets Part 3 Software Architecture/SOA/CAB Udi answers, Can or should SOA be implemented without Web Services? David Chappell on The Three Faces of SOA Eric Newcomer: WS-* vs. REST is not the question Another architect with a chronicle of How CAN and TDD helps doing better designs WCF/CardSpace Richard Turner gives an insightful report on RSA2007 especially on the "demo showed Wachovia 's website running on Corillian 's online banking platform using Arcot Systems ' security engine to generate managed cards and process token requests." Corrillian and Wachovia's work will be important for all of this in this sector as more and more backs embrace CardSpace and Identity management. We are seeing a lot of movement in this area. Jorgen provides some great links on Interoperability with WCF . This is an area that I am becoming more involved with Java systems communicating with our WCF Services. Dr. Nick continues with More Poison Message Handling Tomas on Writing a WCF Transport Channel - Part 1 Agile Architecture Uncertain Planning Nick talks about The minimum amount of architecture needed for Test Driven Design . .NET Framework 3/WF .NET Framework 3.0 training kit for WF, WCF and CardSpace [via Mike ] .NET 3.0 Middleware Technologies Day: Third Incarnation David Chappell: Why Workflow Matters WF, WCF and CardSpace training materials posted Technorati Tags: .NET , Smart Client , PAG , CAB , Software Architecture , Windows Communication Foundation , WCF , Windows Workflow , WF , Agile Architecture , TDD , .NET Framework 3 , ADO.NET , Orcas , Microsoft I'm listening to Street Life by Roxy Music on the album Stranded (Remastered) Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
-
I haven't felt like blogging much lately. Some of that is due to how much is going on at work (much more on that when I feel like it) but I have also haven't really felt jazzed about blogging lately. I want to, and am starting to devote more time to get myself into the gym and my family, both of which have higher priority, of course. I should at least empty out my flagged items in Feed Demon as the size of the list drives me crazy-). WPF/WPF/Avalon My good buddy Walt wants to know " What are the Top Five Things you want to know about WPF/e ?" He is speaking at several conferences this year on the subject, so if you want to influence his choices, head on over! Simon talks about the Regatta Manager as his #7 Great WPF application and as the 2nd production WPF ever . It definitely seems that WPF is picking up some real momentum in real applications vs demos Speaking of that, Tim Sneath continues his series with Great WPF Applications #7: Skandia Cowes Week CourseSetter Software Architecture/SOA Mario Szpusztra posts his whitepaper on his point-of-view on Microsoft's strategies around Service Orientation, BPM and ESB. Its a good read I agree with Harry on his reaction to Anne Manes of the Burton Group says the time is right for UDDI , calling it the "foundation for governance". I agree that UDDI may be a piece of the puzzle but I have seen nearly zero uptake on UDDI. As Harry says it's all about "desire" rather than discoverability Arnon continues his "What is SOA Anyway?" series with Part 4: SOA Defined and Part 5: Summary SQL Server/Data Congrats to Data Dude team on shipping ! You can get it here , more details from Gert here WCF/Indigo A nice series of posts emerged on Indigo beginning with a post that Harry sent me and asked me to review. I think Harry is right on in his How I Learned to Stop Worrying and Love WCF with his realizations about the relationship between duplex contracts and durable services. As we all know, it was a V1, and stay tuned! Also in this thread Read More...
|
-
Winter has finally set in with single digit temps and minus degrees wind chills but still no snow. WPF/Avalon Adam's WPF book is out and flying off the shelves apparently ! I have been looking forward to this one as his COM Interop book is the bible there. Feb CTP of WPF/E! New Docs, SDK and QuickStarts for the above Via Mike Harsh, Dave has put up a new WPF/E sample he built for a recent INETA talk that is a Reflection Editor .NET 3.0 Crash Course - Part 8: WPF Conclusion Tim Sneath , from the WPF Team, has been doing a series on great WPF applications that is up to 6. This hopefully proves that WPF is more than some pretty 3D demo thing and being used in real applications. #1: British Library Turning the Pages , #2: Electric Rain StandOut , #3: 90 Degree Radius Reports , #4: Otto , #5: TF1 , and #6: fnac.com LINQ/ADO.NET Orcas Entity Data Model 101: Part 1 Type safety - LINQ to DataSets Part 2 SOA As mentioned before, Dale Churchward is doing a series on "Proper SOA." He adds A Proper SOA is a Framework , A Proper SOA Must Work With Your Current Infrastructure and Legacy Applications , and A Proper SOA is Flexible Enough to Support Multiple Vendors, Software, and Hardware Harry on the Web Service Software Factory Kzu wrote a niece piece called " Building Software Factories Today " where he outlines some of the challenges and techniques you can use (and we will be using) to make effective factories on today's platform. [via Peter ] Financial and Banking Vertical/Architecture Mike has more on a topic near and dear to me: Software Factories for Financial Services Mike also shows how Microsoft is a clear leader in standards support for our Financial Industry. For us support for standards like SWIFT are critical BizTalk Accelerator for SWIFT Architecture Nick says , "In think that one of the most valuable traits of an enterprise architect is the ability to push gently. In other words, if you find that a team is developing a solution that cannot be integrated or creates Read More...
|
-
A big thanks to all the participated in this monstrous tutorial at Dev Connections. Whew, I can fully admit it was a lot of work to put all the information together in one place, but I hope that you got a lot out of it. For those that didn't attend, the goal of the tutorial was to provide an overview of the current state of the various technologies and tools for Microsoft developers, with an emphasis on the reasons for moving forward with each technology stack, and hopefully some enlightenment on when you might choose each technology. I'll be keeping this one day session current for future conferences, and for on-site sessions with clients. If you are interested in such a thing, contact me at IDesign: www.idesign.net . Here are the resources I promised from the tutorial. Development Tools In this section I reviewed the stack of development tools and explained how to choose between them. Express Editions http://msdn.microsoft.com/vstudio/express/ Visual Studio http://msdn.microsoft.com/vstudio/ http://msdn.microsoft.com/vstudio/future Visual Studio Team System http://msdn.microsoft.com/vstudio/teamsystem Expression Products http://www.microsoft.com/products/expression Language Enhancements In this section I talked about moving from .NET 1.1 to 2.0, and discussed the key features of 2.0 that folks should be leveraging. Then, I focused on the language enhancements forthcoming with C# 3.0 and VB 9.0. C# Developer Center http://msdn2.microsoft.com/en-us/vcsharp VB Developer Center http://msdn2.microsoft.com/en-us/vbasic Demos: VB8.zip (211.26 KB) CSharp2.zip (326.47 KB) CSharp3.zip (40.65 KB) Data Access In this section I focused on data access technologies, designing the data access tier, and key features of ADO.NET 2.0, vNext and LINQ to give you some idea how to prepare for the next set of innovations. ADO.NET 2.0 http://msdn.microsoft.com/data/ref/adonet ADO.NET vNext http://msdn.microsoft.com/data/ref/adonetnext LINQ http://msdn.microsoft.com/data/ref/linq Demos: When you install ADO.NET vNext and LINQ there are numerous overview documents, tutorials, and samples that will really help you get up to speed here. These are the demos that I showed in the tutorial. Windows Development In this section I reviewed Windows Forms 2.0 innovations, primarily ClickOnce, and then talked about how to prepare for WPF and who should use it today. Windows Forms Home http://msdn.microsoft.com/windowsforms WPF Home http://wpf.netfx3.com/ Demos: Find my ClickOnce samples in this Read More...
|
-
My co-worker Steve sure will be excited by the arrivial of the first CTP BITS (as am I)! The specs were promising as I commented on. I am excited to dive into the bits now! I just looked at my installed bits and it includes an updated August 2006 document on the ADO.NET Entity Framwork as well as some samples and how to write new code. More as I play... Note: LINQ May CTP required. "ADO.NET vNext CTP" requires "Microsoft Visual Studio Code Name 'Orcas' Language-Integrated Query, May 2006 Community Technology Preview" (LINQ May 2006 CTP) to be installed. "LINQ May 2006 CTP" is available for download at: http://www.microsoft.com/downloads/details.aspx?familyid=1e902c21-340c-4d13-9f04-70eb5e3dceea&displaylang=en Technorati Tags: LINQ , ADO.NET , Longhorn , Microsoft Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
-
Ruby/Rails Martin notes that a video of his keynote at RailsConf is online and the rest are starting to appear (PragDave is up there). John Lam talks about why Ruby (and a little bit about RubyCLR), on NET Rocks . LINQ/Data Daniel Cazzulino on how upcoming C# 3.0 features can be used to provide a strongly typed reflection API . [via Steve ] Also Steve links to Bill Wagner provides a series of posts introducing Linq (via Fabrice ) Bart De Smet provides a custom implementation of the .NET Standard Query Operators Ayende (doesn't this guy ever sleep??) answers his riddle on using Active Record as a Rules Engine WCF/SOA Craig was kind enough to take my coment on N&N 105 that the 5 part series on Changes in the WCF New in June series looked like a lot and responded , "Well, for one thing, it is not accompanied by the handy list of breaking changes to which we have become accustomed, so here is my own incomplete tally of the important things." His list really simplifies it down and there looks like only one change that may affect most people Update: Well now it seems that there is indeed a list of breaking changes Kennyw on the Effect of OneWay on Operations Technorati Tags: SOA , WCF , Windows Communication Foundation , Ruby , Ruby on Rails , OR/M , LINQ , ADO.NET Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
-
Both the July drop of the Web Service Factory or Service BAT is out and the June SCBAT are out. I am super excited about this as it is nearing V1 and we are using both of these in production code. I have been blogging about the Service Bat since the begining . I talked about my SCBAT experiences here and that the SCBAT has helped us reduce our UI and CAB costs 5 to 1. Remember to install the the new June 2006 release of the Guidance Automation Extensions and Toolkit , first! A couple of real cool things on the Services BAT according to Tom : The installation process has been streamlined And the biggest news is that the Service Factory now has a brand new guidance package dedicated to helping you build data access layers using ADO.NET 2.0. The goal of this guidance was not to be an object-relational mapping framework or an entirely new approach to data access. Instead it's designed to take out some of the repetitive and error-prone work of creating a data access layer by hand, by helping to create some (but not all) of the key classes used in a data access layer. Most of you are probably already aware that the choice of available technologies for building data access layers will be changing significantly in the future with the advent of LINQ to ADO.NET . We're already working with these teams to start planning for these technologies, and we'll be publishing samples that show how the Service Factory guidance will look in a LINQ to ADO.NET world. I said this in all three of my recent INETA talks: PAG is the best group in Microsoft right now. Technorati Tags: Smart Client , CAB , Architecture , Software Architecture , ADO.NET , LINQ , SOA , WCF Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
|
|
|