Quantcast
Channel: BizTalk Community Blogs via Syndication : enterprise .net
Browsing all 28 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

.NetTiers Architecture – Design Patterns Used

The .NetTiers code generated framework provides a ton of functionality out of the box. I will not go into the Data Tiers such as the Entities, Data, and Data.SqlClient as deep because it’s a typical...

View Article



Image may be NSFW.
Clik here to view.

S#arp Architecture

I have been doing some work and research with ASP.NET MVC 2.0. My first interest was to try to figure out how to get Dependency Injection working with ASP.NET. I started doing investigating how to link...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET MVC Primer – Presentation Materials

Here are the links to the material from the ASP.NET MVC 2 Primer presentation given at the 3rd Annual Hartford Code Camp on Saturday, June 19, 2010: Powerpoint Slides: Primer.pptx Source Code:...

View Article

Image may be NSFW.
Clik here to view.

EF4 and WCF Data Services presentation materials from Hartford Code Camp 3

As some of you know, I presented on Entity Framework 4 and WCF Data Services 4 at Hartford Code Camp back on June 19th. I have posted the material from the code camp here....(read more)

View Article

Image may be NSFW.
Clik here to view.

Multi Tenant Architecture via Dependency Injection: Part 1

Discover how to use Inversion of Control and Dependency Injection to enhance your web application's Multi-Tenant Application....(read more)

View Article


Image may be NSFW.
Clik here to view.

Multi Tenant Architecture via Dependency Injection: Part 2

Using Ninject and Dependency Injection to enhance your ASP.Net MVC application's Multi-Tenant Application....(read more)

View Article

Image may be NSFW.
Clik here to view.

Multi Tenant Architecture via Dependency Injection: Part 3

Using Ninject and Dependency Injection to enhance your ASP.Net MVC application's Multi-Tenant Application....(read more)

View Article

Image may be NSFW.
Clik here to view.

Screencast Completed: What’s new in MVC3–Part 1: Framework and Tools

I’ve completed my first screencast on what’s new in MVC3, covering new features such as Razor View Engine, NuGet, and Multiple View Engine support. I’m working on getting a streaming solution worked...

View Article


Image may be NSFW.
Clik here to view.

Display NuGet Console Results in a new Window

I caught a pretty awesome tip over Twitter today. One of the annoying things about using the “Package Manager Console” in NuGet is that you’re constantly scrolling up and down the list of results.  If...

View Article


Image may be NSFW.
Clik here to view.

Using Table Valued Variables instead of Dynamic SQL

I had a situation today where I have a stored procedure that is structured as follows:   1: CREATE PROCEDURE _Entity_GetByKeywordTypeDateRange( 2: @keyword varchar(255) = null, 3: @typeA bit = 0, 4:...

View Article

Image may be NSFW.
Clik here to view.

.NET File Compression in Memory

File compression is nothing new to .NET.  However, in many solutions it requires the developer to establish a file folder which they will write the compressed file to and later read from. This solution...

View Article

Image may be NSFW.
Clik here to view.

How to setup TFS Check-in alerts for specific folders in Visual Studio 2008...

Overview This walkthrough will explain how to setup email alerts in TFS when there is a check-in. Using this method, you can not only select a TFS Project, but you can also select an individual folder....

View Article

Image may be NSFW.
Clik here to view.

Crawling a .netTiers object.

A client project uses a .netTiers data access solution. Some of my recent tasks involved working with the .netTiers layer of the project to perform copying and auditing of the application data. Out of...

View Article


Image may be NSFW.
Clik here to view.

JavascriptHelper–Managing JS files for ASP.NET MVC

After working several years with the Castle Monorail MVC framework, I decided to try ASP.NET MVC to see if it had caught up to Monorail. The transition seemed to go rather smoothly, but one area where...

View Article

Image may be NSFW.
Clik here to view.

Responding to Specialized HTTP Request with HTTP Handlers and Modules

HTTP handlers and modules are a great way to handle HTTP request sent to the server. They can be used to write a specialized image server, a process to handle custom level of security, or a file...

View Article


Image may be NSFW.
Clik here to view.

Remote debugging your deployed code. Visual Studio 2010

Sometimes you can’t run a debugger in a local environment and you have to remotely debug your deployed code.  This can be a tricky process and if there is a missed step along the way, can prove to be a...

View Article

Image may be NSFW.
Clik here to view.

MVC4 Makes it Easier to Create Desktop and Mobile Web Applications

Last year I wrote an article that expressed the importance of developing not only desktop solutions but mobile ones as well.  Since then it has become increasingly important to present not only to a...

View Article


Image may be NSFW.
Clik here to view.

Dynamically Specifying Entity Framework DeepLoad Targets using Lambda...

Overview A colleague of mine came to me with an interesting issue.  Imagine the following three classes are POCO Entity classes:   1: public class Member 2: { 3: public Company Company [...] Blog Post...

View Article

Image may be NSFW.
Clik here to view.

Custom Functions in Microsoft Business Rules Engine

The Microsoft Business Rules Engine (BRE), part of Microsoft BizTalk Server, allows for the creation of rich easily readable business rules which can be applied by a BizTalk solution, or any .NET code....

View Article

Image may be NSFW.
Clik here to view.

Kendo UI Window IE8 Error

While working on my most recent project using the Kendo UI Library I came across the following error when trying to inject html from a partial view into a Kendo UI Window. SCRIPT5007: Unable to get...

View Article
Browsing all 28 articles
Browse latest View live




Latest Images