mopen

Stories submitted by mopen

Writing ASP.NET MVC bootstrapper with AutoBox(weblogs.asp.net)

submitted by mopenmopen(3596) 3 months, 26 days ago

This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using its own resolver and does not require interface to type naming convention [IAccountRepository –> AccountRepository]) . read more...

2 comments |category: |Views: 248

tags: another

Currying vs partial function application(msmvps.com)

submitted by mopenmopen(3596) 3 months, 26 days ago

Currying is a more useful concept in an academic context, whereas partial functional application is more useful in practice. However, that's the gut feeling of someone who hasn't really used a functional language in anger. read more...

add a comment |category: |Views: 139

tags: another

Clickable Tag Cloud using HTML 5 Canvas Elements(www.dotnetcurry.com)

submitted by mopenmopen(3596) 3 months, 26 days ago

Learn how to create a tag cloud and in process, learn a bit of HTML5 Canvas. However on the way also see how LINQ and ASP.NET MVC routing can be added to the tag cloud read more...

add a comment |category: |Views: 32

tags: another

Events and Races [Eric Lippert](blogs.msdn.com)

submitted by mopenmopen(3596) 5 months, 25 days ago

The point though is that the "null ref problem" and the "stale handler problem" are two separate problems that are easily confused because the symptoms of both arise at the exact same call site code. You've got to solve both problems if you want to do threadsafe events. How you do so is up to you; just don't confuse the solution of one problem for a solution of the other. read more...

add a comment |category: |Views: 4

tags: another

Architecting Your Data Access Layer with the Entity Framework(www.wadewegner.com)

submitted by mopenmopen(3596) 5 months, 25 days ago

I had the pleasure to co-present with one of my fellow evangelists, Dave Bost, on architecting and developing with the ADO.NET Entity Framework this week. I focused on application architecture topics while Dave focused on developing applications. read more...

add a comment |category: |Views: 86

tags: another

SQL Server Download Links All Editions [Very Useful](www.sqlservercurry.com)

submitted by mopenmopen(3596) 5 months, 25 days ago

With SQL Server 2012 RC0 recently announced and a plethora of previous editions already available, it can get tedious to keep track of all these downloads. In this post, I will attempt to share the download links of all SQL Server versions - SQL Server 2012, SQL Server 2008 & R2 and SQL Server 2005. read more...

add a comment |category: |Views: 27

tags: another

Misconceptions About Software Architecture(www.javagyan.com)

submitted by mopenmopen(3596) 5 months, 25 days ago

References to architecture are everywhere: in every article, in every ad. And we take this word for granted. We all seem to understand what it means. But there isn't any wellaccepted definition of software architecture. Are we all understanding the same thing? We gladly accept that software architecture is the design, the structure, or the infrastructure. Many ideas are floating around concerning why and how you design or acquire an architecture and who does it. Here are some of the most common misconceptions about Software Architecture. read more...

add a comment |category: |Views: 9

tags: another

10 Free Podcasts for .NET Developers(www.devcurry.com)

submitted by mopenmopen(3596) 9 months, 16 days ago

I love reading books but when I am travelling or commuting to and from work, I prefer listening to Podcasts or what is also known as AudioBooks. There are many podcasts available for developers, but in this post, I will share some .NET podcasts that are FREE, interesting, regularly updated and have maintained quality over the years. read more...

1 comment |category: |Views: 135

tags: another

15 Awesome ASP.NET Tips(www.dotnetcurry.com)

submitted by mopenmopen(3596) 9 months, 21 days ago

Some cool ASP.NET tips and tutorials you will find useful read more...

1 comment |category: |Views: 97

tags: another

Walking Through the Orchard Part 3 - BlogML Import and Rewrite Rules(johnpapa.net)

submitted by mopenmopen(3596) 1 year ago

This is Part 3 of my series on setting up my blog for Orchard CMS. In this post I will share my experience importing my old blog posts from the BlogML format into Orchard and setting up rewrite rules. Note: If you have not read Part 1 or Part 2, I suggest you go check them out first(The links are in the table below). read more...

add a comment |category: |Views: 6

tags: another

Walking Through the Orchard Part 2 - Conversion from Graffiti(johnpapa.net)

submitted by mopenmopen(3596) 1 year ago

This is Part 2 of my series on setting up my blog for Orchard CMS. If you have not read Part 1, I suggest you go check it out first as it goes through the setup of the Orchard blog. In this post I will share what I went through to get converted out of Graffiti and to a format that Orchard can import (BlogML). read more...

add a comment |category: |Views: 2

tags: another

Walking Through the Orchard Part 1 - Setting up a Blog(johnpapa.net)

submitted by mopenmopen(3596) 1 year ago

I spent some time last week working on converting my blog that you are reading at http://johnpapa.net from Graffiti CMS to Orchard CMS 1.1.3. This post explains pretty much everything I had to do from beginning to end, so it is pretty lengthy. But it should be helpful to anyone moving from Graffiti to Orchard, or for that matter, moving from any blog to Orchard read more...

add a comment |category: |Views: 7

tags: another

Monads in C#-7. Turning our parser into a Monad(mikehadlow.blogspot.com)

submitted by mopenmopen(3596) 1 year, 3 months ago

This is the seventh part of my Monad series. See the introduction for a list of all the posts. read more...

add a comment |category: |Views: 7

tags: another

Delegates make great container components(mikehadlow.blogspot.com)

submitted by mopenmopen(3596) 1 year, 3 months ago

The problem with object oriented languages is that you often have to wrap up single functions in a class even when there’s no real reason for that class to exist. This is especially true for many ‘service’ classes. For example, for a long time I used to have something like this in most of my projects: read more...

add a comment |category: |Views: 1

tags: another

Advanced Windows Phone 7 Design Tips and Tricks(blogs.msdn.com)

submitted by mopenmopen(3596) 1 year, 6 months ago

I’m doing my first delivery of the Advanced WP7 Design Tips and Tricks tonight for the D2Sig user group. If you came to hear me talk, thank you! You can download the deck and the samples from my SkyDrive here. read more...

add a comment |category: |Views: 7

tags: another

A Common Scenario of Multi-instances in Windows Azure(blogs.msdn.com)

submitted by mopenmopen(3596) 1 year, 6 months ago

In many scenarios, massive computing and storage capability is a must. Windows Azure has extremely strong computing and storage power. With its pay-as-you-go pricing model, we can run multi-instances in Windows Azure to meet the requirement of our solutions. read more...

add a comment |category: |Views: 5

tags: another