|
|
Browse by Tags
All Tags » Microsoft » Blogsphere (RSS)
-
Scott asks, "Wouldn't it be great if there were an edition of Windows with all of the stupid features turned off?" Yes, it would and it must happen soon . I've spent the week and with my new Alienware and Vista Ultimate and I am frustrated well beyond words . So, I'll use Scott's words: I just want an operating system that knows that I'm not an idiot; that I've never gotten a virus; that I've never propagated a worm; that I don't believe that storing passwords and previous form entries is a smart thing to do; that I do like to see file extensions; that I'm aware that information is sent to the Internet when I fill out a form; and that the natural flow of a web app often means that I occasionally transition from http to https; that I don't care for clutter on my desktop - not even the trash can; that user account controls should automatically elevate without me having to adjust Local Security Policy; that I move my laptop to the other end of my workbench with the lid closed and I don't expect it to go to sleep just because I'm traveling ten feet, and a myriad of other behaviors that need to be adjusted before a Windows box is actually useful for a professional. All of the above! I have never gotten a virus and a worm in 26 years of computing. The biggest thing wrong with Windows is the stupid dialogs ("endless onslaught of inconsequential modal dialogs that succeed only in desensitize the user to the small number of modal dialogs that might actually deserve some user attention") asking if I really want to do something. I'm not a fracking idiot! Every time I see one of these I yell out, "No I'm fracking kidding!" WTF? If I delete something or I choose something, I MEANT it, I'm not joking. Even turning off all the prompts in the OS, using tweaking tools to get rid of the balloons, a lot of my week getting the Alienware to where I wanted it with Vista was an exercise in wanting to Read More...
|
-
This is it, the big 150! The first New and Notable was on May 19, 2003 , (my first post was March 29, 2002 ) and I paid homage to the master, "I have always admired Mike's ability to look at the world out there and put it all into one great post, The Daily Grind . While I can't pretend to have Mike's writing ability, I would like to start moving to something similar instead of multiple seperate posts." I wish I had the discipline of Mike because if I posted daily I would be well towards 1000 instead of 150-) but hey I'm pretty proud of my record. I love this community and in the last 25 years this community (and Microsoft) have been real good to me and my family. I hope that what I have been picking here has been of good use to the community to keep you informed on key .NET activities as well as the architectural and design side. Thus, I go forth and pick: Entity Framework, ADO.NET 3, Orcas, MVP Summit One of the best writers in the community today is certainly Jeremy Miller . His latest post, MVP Summit Recapped: Linq for Entities, MonoRail, and Shameless Name Dropping , is a fine example of why. In one post, he is able to write quite elequently on complex subjects like the subtle design flaws in Entity Framework 3 and why WF 4 will rock your world. He is able to take a technology, stick to his design principles and stand his ground, educating and helping all involved achieve something better than was there before. He certainly wasn't the only one of us doing that but his post really captures the core design principles of no infrastructure code in business logic classes. Infrastructure is Infrastructure, business logic is business logic. We want the same thing: No marker interfaces, no codegen, no partial classes. Just plain "PO" and support for the Unit of Work pattern. David Laribee also talks on this area and makes clear that its a vision thing that doesn't really compare to NHibernate which is just OR/M; it's a full Read More...
|
-
Architecture More competition! No, I am very glad to see my good friend and Architect Harry start a series like mine and Mike's with his Morning Coffee 10 . I'm going to have to quicken the pace-) Software Development/Tools JetBrains has released their 1 .2 version of their new CI and build solution, Team City . This is very intersting from three perspectives. The first is that Jet Brains arguabally makes the best Java IDE on the planet, IntelliJ . The second is the Extreme Programming/Agile angle in that Jet Brains has always understood thsi community much better than Microsoft/VSTS and this has been reflected in IntelliJ and now Team City's support of NAnt, NUnit, and many others. The third is (much needed) competition for VS.NET/VSTS/TFS so that they can get better as well. As Scott said very well, if Microsoft is going to ignore us (Hugo the Agilist), people will look more and more to IDEs and tools that directly support the way they do work. WCF/Security A new series starts on CardSpace [via Mike ] Other Two new papers from Ralf Lämmel, who is the man behind LINQ to XSD , on Function OO Programming and the second is on XML Steaming [via Steve ] Technorati Tags: .NET , Windows Communication Foundation , WCF , Agile Development , Extreme Programming , IDE , Team City , Software Architecture , Microsoft Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
-
I am SO busy with INETA trips and tons to do at work. Here is what I have stored up for the last week or so. WCF/SOA/Workflow/WF Tomas blogs about something I face every day in WCF with WCF ServiceHost Failures and IDisposable with "The "don't call Close()/Dispose() if faulted" behavior that ServiceHost requires does not work well with IDisposable; it demands a behavior different from the standard IDisposable pattern." We're having a lot of issues with dealing with failures and what to do with them but Tomas definetly states a fundamental problem. Tomas has also WCF, WF and BizTalk Sample Posted with some interesting stuff!! MTOM Interoperability between Oracle Application Server and Windows Communication Foundation Part1: From WCF to Oracle Jesus Rodriguez as well, " I am happy to see this progress: " The Web Services Interoperability Organization (WS-I) announced the publication of three new Working Group Drafts : the Basic Profile 1.2, Basic Security Profile 1.1 and the Reliable Secure Profile 1.0 Usage Scenarios. Advancement of these documents to Working Group Draft status is an invitation to the Web services community to provide technical feedback." I could just list every single post that Mike Taulty writes on WF; they are all that good! In particular, WF and Versioning , MetaStorm and the Workflow Designer , Little Workflow Foundation Sample I could and have done the same with "Nicholas Allen's" posts on Indigo: ListenUriBindingElement , Creating Faults Part 1, and Part 2 CLR How to avoid assembly loads , and Getting the list of loaded assemblies from Richard Lander James Higgs talks about Garbage Collection and the IDisposable interface WPF/Avalon Karsten has an awesome Avalon demo - "The Woodgrove Finance Application is a great demo of how WPF can be used to create better data visualization, in this case for financial data. I've posted the source code -- there are some good nuggets in here worth exploring." Introducing the XML Assembly Generator Data V1 of Data Read More...
|
-
I was goinng to respond to Harry's responses made to Tomas and mine, but Tomas already responded and said everything I would have said: I agree with Tomas that I consider Service Broker a good match for applications with code only in the database, even though it supports more than code completly in the database (I made improper wording in my post indicating it did not) I agree with Tomas that there is a world of difference between "access a database" (99% of apps) vs. database-driven (see Tomas' definition). I said I tend away from these kinds of architectures these days as I see the power of domain-driven architectures (see Nilson). Obviously, there is no one architecture for every kind of problem I also don't get the whole "two types of service architects question" either and that a good architect will choose the right style for the right scenario I'd have to agree with Tomas again what Harry calls "Long running services" are really just a specific case of "Long running processes" and SSSB is too low-level for that. WF and BizTalk get me out of writing that infrastructure that is needed to be built out. But maybe I'm an idiot too and need to get hit with the clue stick as well Technorati Tags: SOA , Service Oriented Architecture , Windows Communication Foundation , Software Architecture , Windows Workflow Foundation , Microsoft Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
-
I am still reeling from seeing the Red Hot Chili Peppers with Mars Volta 2 nights ago in Philly at the Wachovia Center. The Peppers were beyond grea t with Frusciante taking a very active lead role. Many of the songs contained a full-out Hendrix-type feedback solo in it that showed the depth of his talents. I think Stadium Arcadium is their best album since Blood, Sex, Magic (which they pulled out the title song the other night!!). You can't beat a start of Can't Stop-> Dani California! Mars Volta is one of my favorite bands (although hard to take at times) and I am listening to the brilliant new Ampheture right now which they played in full the other night. Live, they come off as a wall of sonic noise and Bixler-Zavala wailing singing, an assault on the senses that drove people nuts (my wife wanted to leave!) and their greatness only came through in sporadic moments (Viscera Eyes). Okay, a lot of stuff today. Number one, I want to congratulate my good friend and master of these types of posts, Mike Gunderloy for hitting The Daily Grind 1000 !! Mike is an incredible asset to the community and a terrific writer to boot. If you are one of the rare people not already subscribed, get your ass over there this minute and make it so! I have started to write (for work) a Workflow XOML loader and executor. I want to do something like XamlPad or even Snippet Compiler to execute my workflows. I have the hosting of the runtime down and loading the XAML/XOML. More later. WCF/SOA/Indigo/BizTalk/Workflow/Distributed .NET Another good friend of mine, Tomas Restepo. has some great stuff: He released his MSMQ Activities for Windows Workflow Foundation. He addresses MsmqListenerService concerns with the above Gets answers for the question of how to get the SOAP Action associated with a given operation when all you have is the OperationDescription for it Points to Ralph Squillace s post an walkthrough entry of how metadata publication (MEX + WSDL) is enabled in Windows Communication Read More...
|
-
I don't know what to title this post. My friend Scott Hanselman is having all sorts of legitimate problems with Vista RC1 and finds the experience painful, which have led at least some to not install. He lists a bunch of things that either don't install or are not working correctly. As we all know, Scott is the master of machines and software tools so these are very serious issues to be considered. The weird thing, on the other hand, as I reported here , my experiences have been and continue to be great and rewarding. My Vista RC1 experience is so good that not only have I been using it here as my main desktop OS at home but I am doing hard-core development on it without problems and with great performance. As you know from all my posts about our project we are not exactly using old technology but everything bleeding that pushes the edge (.NET 3, WCF, etc). I am working from home today developing some caching code with EntLib and I have all running, without any slowdowns or problems: Visual Studio 2005 Full Team Edition building a 38 project solution CodeRush and Refactor! Pro in VS2005 NUnit SQL Server 2005 Bunch of IE 7 browsers Ent Lib, CAB, etc. xPlorer2 Yahoo Live Messenger Foxit Pro Windows Media 11 and Urge Feed Demon and oh ya, FolderShare syncing megabytes of stuff between my various machines Technorati Tags: Vista , Windows Vista , NET Framework 3 , WPF , Avalon , Microsoft Share this post: Email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
|
|
|
|