Upcoming ALT.NET stories

Integrating .NET Artifacts in Agile ALM(www.dotnet-tv.com)

submitted by martinigmartinig(568) 3 months, 2 days ago

This article shows you how easy it is to use a build framework such as MSBuild or TeamCity to build .NET software. He also demonstrates how to add Continuous Integration (CI) with .NET applications to an Agile ALM CI ecosystem that can also integrate other artifact types, such as Java. read more...

add a comment |category: |Views: 2

tags: another

Andreas Håkansson and Steven Robbins on Nancy on 22 November 2011(europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 6 months, 15 days ago

We’re very happy to announce that Andreas Håkansson (aka The Code Junkie) and Steven Robbins (aka GrumpyDev)agreed to do a talk on Nancy, a lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy-path to all interactions. With Nancy you can go from zero to website in a matter of minutes. read more...

add a comment |category: |Views: 0

tags: another

Recording of Jonathan Oliver on Event Sourcing and EventStore @ E-VAN (europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 6 months, 26 days ago

Jonathan Oliver did a tremendous presentation yesterday on Event Sourcing and the open-source EventStore project. Jonathan is clearly very passionate about this topic as he shared some great real-world knowledge and insights. He started off by telling about his own CQRS journey, jumping over to event sourcing and describing the EventStore model, dispatchers, serialization, etc. … Jonathan also showed two particular implementations, one for SQL Server and another for RavenDB. read more...

add a comment |category: |Views: 4

tags: another

What’s in your Definition of Done?(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 7 months, 29 days ago

Every team, whether you are practicing agile or not, regardless of platform or language, should really have some Definition of Done. What things have to happen to achieve “done” status? Defining these things will help with estimating effort, and it may also help increase the quality of your product. read more...

add a comment |category: |Views: 4

tags: another

Recording of Mike Murray on FubuMVC(europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 8 months, 1 day ago

Mike Murray did a great talk for the E-VAN community about FubuMVC, showing us how easy it is to get started with this open-source front-controller MVC web framework. read more...

add a comment |category: |Views: 0

tags: another

Contact Form Revisited with ASP.NET MVC 3, jQuery Validator...(derans.blogspot.com)

submitted by deransderans(323) 1 year ago

I recently added a partial contact view to my MVC3 project and thought I’d share since I did basically this same post over a year ago with the original MVC. I stopped using the Castle Validation because I’ve found that the MVC3 stuff is working for me now. I also am not using fluentHtml anymore because MVC3 uses that style now. read more...

add a comment |category: |Views: 46

tags: another

Nhibernate Caching with Redis(www.d80.co.uk)

submitted by dan_swaindan_swain(190) 1 year ago

Quickstart tutorial on setting up NHibernate 2nd Level cache using Redis. read more...

add a comment |category: |Views: 18

tags: another

“Being Agile” Means No Documentation, Right?(bitly.com)

submitted by jesschadwickjesschadwick(20) 1 year ago

Discusses the common misconceptions of what "Agile" really is and provides some prescriptions on how to "be more Agile" read more...

add a comment |category: |Views: 3

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1584) 13 days, 2 hours ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 184

tags: another

Fluent Interface for WebRequest class(weblogs.asp.net)

submitted by thangchungthangchung(204) 1 year ago

In past, I usually used WebRequest for request some data from remote host. I also used it for request JSON data from Google APIs, some RSS, ATOM data from a few hosts. Everything is good for me. I only put some codes like this: var buffer = Encoding.ASCII.GetBytes("q=Queen Elizabeth II&video=on&audio=on&text=on");             var webReq = (HttpWebRequest)WebRequest.Create("http://www.bbc.co.uk/search/news/");     ... read more...

add a comment |category: |Views: 6

tags: another

Using Common Table Expressions for hierarchical data in NHibernate(refactoringaspnet.blogspot.com)

submitted by steele27steele27(115) 1 year ago

NHibernate has no support for hierarchical queries. To get all descendents of a tree node, we have to do a recursive N+1 query. But by using Common Table Expressions (CTE) we can solve this very elegantly. read more...

add a comment |category: |Views: 32

tags: another

Recording of Robert Greyling on Spark View Engine @ E-VAN 12 April 201(europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 1 year, 1 month ago

An inspiring talk last night by Robert Greyling on the Spark View Engine. read more...

add a comment |category: |Views: 4

tags: another

European Virtual ALT.NET – Feedback & Suggestions(europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 1 year, 1 month ago

We want your feedback! read more...

add a comment |category: |Views: 1

tags: another

Continuous Integration – Third party tools live in your source control(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 1 year, 1 month ago

I have recently had a couple of interesting discussions with a different people on twitter and “the real world” about the use of third party build dependencies in your build. The topic of these discussions has been about where these dependencies should be located, inside your project, or installed on your build server. read more...

add a comment |category: |Views: 4

tags: another

Clean Web Control IDs with ClientIDMode Property to Static and...(www.tugberkugurlu.com)

submitted by tugberktugberk(104) 1 year, 1 month ago

We Love .NET 4 - Clean Web Control IDs with ClientIDMode Property to Static and Predictable | In this blog post, we will see how ClientIDMode property of Web Controls makes our lives easier. Also, we will demonstrate couple of scenarios on how it works... read more...

add a comment |category: |Views: 4

tags: another

Andreas Öhlund on NServiceBus (Part Two) on 08 March 2011(europevan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 1 year, 2 months ago

During his first appearance, Andreas Öhlund already provided us with an extensive introduction to NServiceBus. So we’re more than pleased to announce that Andreas agreed to do a follow-up, talking about publish-subscribe and sagas using NServiceBus. read more...

add a comment |category: |Views: 4

tags: another

UppercuT v1.2 - NuGet Support (ferventcoder.com)

submitted by ferventcoderferventcoder(836) 1 year, 3 months ago

For those that have not yet heard, NuGet went v1 recently along with a whole slew of tools from the Microsoft folks. I’ve been lucky to be a part of the NuGet project and see it take shape over the past few months with community input and contributions. Even though v1.0 was released, we are already moving forward with getting ideas and prioritizing features for the next version. To follow the announcement, UppercuT (UC) v1.2 now includes support for NuGet out of the box. Plus, it will handle versioning the nuspec file for you, a highly requested feature for those that have worked with other package managers. read more...

add a comment |category: |Views: 4

tags: another