trimalchio

Stories kicked by trimalchio

Expressions and Lambdas: Oh My!(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 6 months ago

A conceptual overview on the differences between Expressions in the System.Linq.Expression namespace and the Lambdas which define them. A good primer on how you can these new components to build better APIs. read more...

add a comment |category: |Views: 1

tags: another

NoSql No Problem - NoRM and MongoDB Tutorial - Querying(codefather.pl)

submitted by codefathercodefather(70) 1 year, 7 months ago

MongoDB offers a rich query environment with lots of features. Queries in MongoDB are represented as JSON-style objects, very much like the documents we actually store in the database. If you’re moving to MongoDB from a relational databases, you’ll find that many SQL queries translate easily to MongoDB’s document-based query language. This tutorial is based on MongoDB’s documentation and its goal is to show how easy is querying MongoDB database using NoRM. read more...

add a comment |category: |Views: 281

tags: another

ASP.NET MVC 3 Beta: Using WebMail helper to send e-mail(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 7 months ago

This far I have blogged about WebImage and Chart helpers. Now let’s see another new helper – WebMail – that you can easily use to send e-mails. WebMail is easy to configure and extremely easy to use. In this posting I will show you simple feedback form that uses WebMail to send feedback messages. read more...

add a comment |category: |Views: 334

tags: another

Create a Build File for a Visual Studio Solution - MsBuild Series(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 1 year, 7 months ago

A build file automates the process of building, testing, analyzing, packaging, & deploying your project. Build files can be used to give you a single click solution to perform mundane tasks in a consistent way. read more...

add a comment |category: |Views: 278

tags: another

Creating packages and repositories for NuPack(codeharder.com)

submitted by jkaiserjkaiser(65) 1 year, 7 months ago

A quick primer on how to create packages, and host a simple repository for NuPack read more...

1 comment |category: |Views: 155

tags: another

QuickTip: Use CommonServiceLocator and MvcServiceLocator together in A(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 8 months ago

A nice, easy way to combine the new MvcServiceLocator implementation with the existing P&P ServiceLocator in ASP.NET MVC 3 Preview 1 Projects. read more...

add a comment |category: |Views: 8

tags: another

MVC 3 Preview 1 VS 2010 Template w/ Razor, Html 5 Boilerplate and Open(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 9 months ago

I’ve created an (arguably) bare-minimum Visual Studio 2010 Template for getting started with MVC 3 Preview 1 using the Razor view engine and some other web goodies. I got tired of the vanilla “Welcome to MVC” homepage and I’m not a fan of the MembershipProvider abstraction and all the Account junk included by default. This template is meant to provide a bare-bones setup of Html 5 and provide OpenId authentication for users (but not full-on user management)- it’s a simple cocktail of Html5 Boilerplate and DotNetOpenAuth. The rest is left up to you to build up! read more...

add a comment |category: |Views: 126

tags: another

The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 9 months ago

Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE read more...

add a comment |category: |Views: 603

tags: another

Timesaving CSS Tools for ASP.Net Developers(lukencode.com)

submitted by lukenlowreylukenlowrey(288) 2 years ago

A couple of tools for making web designer less painful for developers. Includes Blueprint a css framework, Bundler combine and minify and LESS CSS. read more...

add a comment |category: |Views: 663

tags: another

Proposal: Let's call ASP.NET MVC ".MVC"(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 3 months ago

I hereby propose renaming ASP.NET MVC to just “.MVC”. It’s just so much easier to type. read more...

add a comment |category: |Views: 7

tags: another

Performance Tracing For Your Applications via Enterprise Library(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 3 months ago

Helpful code to integrate with your apps for Performance Tracing with Enterprise Library (or Log4Net). Gain insight into the performance of high level processes, with the ability to drill down and trace through subroutines, helper classes, or dependent entities. read more...

add a comment |category: |Views: 29

tags: another

Ultimate automatic stylesheet combining, minification and .less integr(blog.waynebrantley.com)

submitted by wayne.brantleywayne.brantley(30) 2 years, 4 months ago

I ended up with an add in that combines any stylesheets together, minifies and runs them through the less engine. It can just combine or just minify or both and in any combination. It is also totally automatic and requires no additional steps. Additionally, if you have a combination of several stylesheets and one of those stylesheets change, it will automatically rebuild the combined one. read more...

add a comment |category: |Views: 15

tags: another

Learning how to use Named Content Areas w/ Spark(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at the how to setup and use Named Content Areas w/ the Spark view Engine. Named Content areas allow for an easy and simple way to organize the content or structure of you website. read more...

4 comments |category: |Views: 202

tags: another

Refactoring Partition List(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 5 months ago

I came across an article on Visual C# Kicks that describes how to partition a list. The author’s goal is to split a list of elements into an array of smaller list, and the author succeeds at that. Unfortunately, the code appears to be designed for C# 2.0 instead of C# 3.0. I’m going to examine the second version of the method the author posted, explain the problems I have with it, then refactor it to work it to be fluent. read more...

add a comment |category: |Views: 8

tags: another

Help Your Business Be A Technology Company(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 5 months ago

It doesn't matter what industry you work for- every company is a technology company. You- as a software developer- are directly responsible for making that happen. What will separate you from other developers is not how well you program- it's how well you create the right technology to help your business work better. read more...

add a comment |category: |Views: 6

tags: another

5 Very Useful C# Attributes(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A look at some of the useful attributes in c# read more...

6 comments |category: |Views: 1620

tags: another