Alt. Net and the culture of negati.pdf

Source: Internet
Author: User

From: http://damianm.com/

An interesting lesson I 've learned over the last year is when you find yourself violently disagreeing with someone, or worse still, going along with an angry mob who violently disagree with someone, instead of ignoring that person, or trying to find fault, pay extra close attention to what they have to say.

It's an interesting experiment. you might still come away violently disagreeing, you'll probably come away still disagreeing with most of what they have to say, but I'll bet you that if you truly try to understand where they are coming from, you'll find yourself challenging your assumptions and just possibly learning something.

Every community needs a bad guy, for most of the alt. net folks, that bad guy is Scott bellware. he's an easy target if you want to stand in the crowd and throw stones. but if you pay attention to the things he has to say, a recurring theme is that people have stopped using the alt. net label to learn, to teach and to help, and use it more as a platform of self promotion.

I'm finding this to be depressingly more true every day at the moment.

Alt. net on one hand has given an umbrella with which to talk about a number of topics that didn't really have a good home not so long ago. these discussions have brought us a number of open source products and some fantastic resources for learning, not to mention brought local, face to face community to a group of developers that really didn't feel at home inside the usual run of the mill Microsoft developer user groups.

On the other side, there is an ever increasing group of vocal people in blogs, lists and Twitter who seem to be using the alt. net as a means for gaining notoriety by being openly negative about, well, pretty much everything that falls directly outside of the alt. net "stack ".

There are examples all over the place, such as blog post attacks on oxite and other MVC guidance attempts by Microsoft (not saying there wasn't justification for a lot of these comments, but there is a constructive way to act and there being childish), the latest blog storm on whether ASP. net MVC is "worth learning" or not and daily Twitter pursefights and general cliched sniping at anything That isn' t deemed acceptable to alt. net dogma.

At this point it's not really about alt. NET and more about "look at me and how alternative I am ".

Some classic examples can be found in the comments to rob conery's recent blog post on what Microsoft shocould "do" for open source.

By the way, there is a fascinating comment there from James Peckham.

"I work in a financial institution. we have a great deal of heterogenous systems and database platforms. from C #, VB, MSSQL to Oracle, vsamm files, and db2. we have Java, websphere, Asp.net WebServices, WCF, and a host of different types of technologies all working together.

I 've seen consistently that our Microsoft technology based teams have more secure code, easier to maintain code, and put together more complexity on higher visibility applications more quickly than other teams.

we do have more outages than anyone else but usually they're caused by one of our Java or mainframe dependencies. rarely is our MSSQL a problem or any Windows server have any problems. they're easy to update, patch, maintain and have considerable uptime. our Java apps have memory leaks, have considerable Io problems and security vulnerabilities that are constantly being uneed. "

I 've seen a lot in varous companies to back this up too. Some of these companies even have * gasp * enterprise users ts making decisions about how best to get this stuff to work together too.

This is Microsoft's bread and butter, in this world, open source anything is a hard week, mainly due to legal paranoia. microsoft releasing their own Orm, testing framework, build platform, IOC container etc means that companies feel safe using them, and everyone wins. they wocould be foolish to ignore this market to pander to the desires of some random operator, who bought Eric Evans's book, applied a smattering of the Repository pattern to one project and callhim a ddd purist while cranking out content management sites for small websites.

Back to the alt. net thing though, if people really want to make a change in the developer world, then we must lead the way, teach and inspire. remember that it's easier to catch flies with honey than vinegar. if your goal is to get some weird "respect" from a small group of insiders, then I 'd suggest either re-evaluate that desire, or enjoy it while it lasts, because when the next new thing comes along all the bandwagon jumpers will all be there, probably sneering at alt. net.

Http://msdn.microsoft.com/en-us/magazine/cc337902.aspx
What is alt. Net? Jeremy D. Miller

 

Last year David Laribee Coined the term "alt. Net" to describe a coalescing community of like-minded individuals within the larger world of the Microsoft . Net Framework who felt a growing frustration that Microsoft tooling, guidance, and. net Culture at large did not reflect or support an important set of core values. in October 2007, some hundred-odd souls descended upon Austin, Texas, For the first alt. net open spaces event, turning the blogosphere buzzword into something more tangible and kicking off the formation of a real community. so what is Alt. Net? And how does it differ from the. NET that we already know and love? What are these values that attributes of us think are missing? What are these alternative tools, techniques, and practices that alt. Net ERs are espousing? Let's first examine the original tenets of being an alt. Net developer.
  1. You're the type of developer who uses whatever works while keeping an eye out for a better way. one of the common topics at the alt. net event was closing gaps between requirements, testing, and code. there's still fat in the way we develop software that can be eliminated.
  2. you reach outside the mainstream to adopt the best of any community: Open Source, agile, Java, Ruby. in no way does Microsoft or. net community have a monopoly on good software development. for instance, agile processes and design patterns started with smalltalk. likewise, inversion of control tools and techniques originated in Java. and two fundamental Ruby on Rails principles-Don't repeat yourself and Convention over configuration-are ones that we can adopt in. net.
  3. you're not content with the status quo. things can always be more elegant, more mutable, and of higher quality. we're all experimenting with techniques to more closely connect the coding and testing to the business domain. for example, behavior driven development (BDD) refines and extends test driven development (TDD) by specifying the intended behavior of the Code in a more readable way than classic xunit testing. and language-oriented programming has the potential to raise the specific action layer up to the level of the domain logic.
  4. you realize that tools are great, but they only takes you so far. it's the principles and knowledge that really matter. the best tools are those that embed the knowledge and encourage the Principles (for example, resharper ). furthermore, you feel that the most important qualities of a solution are maintainability and sustainability. maintainable code means good design. good design arises from the skillful application of design knowledge. the. net community has been placing too much focus on learning API and framework details and not enough emphasis on design and coding fundamentals.
Part of the catalyst for the raising of the alt. net banner was a demonstration of a beta of The New Entity Framework in March 2007. i, along with several others, was disappointed at certain elements of the Entity Framework, specifically the lack of "persistence ignorance" and the tight coupling to the database. at that time, the Entity Framework did not appear suitable for TDD, domain driven desig N, or continuous design-all things that I consider valuable for maintainable development. on the other hand, the new model View Controller (MVC) framework for ASP. NET development is exciting because it explicitly supports and enables the values I feel are important for successful software development. the MVC framework clearly reflects the values of maintainability and Testability With an emphasis On separation of concerns and testability throughout the design of the framework. it's easy to be cynical or apathetic about the state of development. however, instead of lamenting that Johnny can't code and complaining that it's hard to find good developers to hire, perhaps we shoshould admit our main problem: we're terrible at growing strong developers. developers developers wocould be happy to use object/Re Lational mapping and TDD if they just knew where to start. likewise, folks already practicing these techniques want to get better by interacting with other practitioners. my chief hope for the alt. net movement is that it creates a community that assists both groups, helping them all become strong developers. to that end, the altnetpedia web site (altnetpedia.com) has just opened for business The beginning of a list of resources for learning how to apply these techniques in. net. the altnetconf message board (tech.groups.yahoo.com/group/altdotnet) is already up and going strong as a place. net practitioners to discuss development topics. stop!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.