beefarino

Stories kicked by beefarino

From the Cloud to the Client(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 7 months, 9 days ago

That title sums up what this blog post will summarize and explain; how to get data instantly from the cloud – in this case, the Azure cloud platform – all the way down to an HTML 5.0 browser. The point of this exercise is to take a slightly deeper dive into using SignalR. Secondary to the SignalR deep dive, this article will explain how to use the Azure Service Bus. read more...

1 comment |category: |Views: 74

tags: another

Introducing NDecision.Aspects(bradygaster.com)

submitted by bradygasterbradygaster(4897) 9 months, 24 days ago

NDecision is a business logic execution layer that uses Fluent programming techniques and BDD language to simplify the authoring and encapsulation of business rules. NDecision.Aspects adds AOP support for the execution of the specifications and allows for autonomous specification application whenever you need it. read more...

1 comment |category: |Views: 33

tags: another

PostSharp Principles: Day 1 - OnExceptionAspect(www.sharpcrafters.com)

submitted by kingbee71kingbee71(511) 10 months, 29 days ago

The first in a series of blogs by Dustin Davis on PostSharp features. Each feature will be explored and used in a functioning project to give a better understanding of the examples. This week Dustin uses PostSharp to enhance a simple contact management application while giving readers an introduction to some of the out-of-the-box aspect classes that PostSharp provides. read more...

add a comment |category: |Views: 66

tags: another

Facebook Connect Action Filter for ASP.NET MVC(beefycode.com)

submitted by beefarinobeefarino(110) 2 years, 6 months ago

One of Facebook Connect's basic features is to provide user identity to other web applications via the "Connect Button". Adding this feature to your ASP.NET site is already well documented by Clarity Consulting and others; here I will show you how I'm seamlessly folding this feature into the ASP.NET MVC request-handling pipeline using a custom Facebook Connect ActionFilterAttribute. read more...

add a comment |category: |Views: 118

tags: another

Great tutorial on log4net(beefycode.com)

submitted by brijeshsnmbrijeshsnm(126) 2 years, 8 months ago

log4net in depth tutorial read more...

add a comment |category: |Views: 587

tags: another

How To Get Started With Selenium Core And ASP.NET MVC(lostechies.com)

submitted by beefarinobeefarino(110) 2 years, 8 months ago

nice overview of setting up a new MVC project with selenium UI testing support read more...

add a comment |category: |Views: 27

tags: another

Using Obscure Windows COM APIs in .NET(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 1 month ago

A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. read more...

add a comment |category: |Views: 329

tags: another

ASP.NET MVC and the Managed Extensibility Framework (MEF)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let’s go ahead with a sample leveraging MEF in an ASP.NET MVC web application. read more...

1 comment |category: |Views: 1192

tags: another

To Inject Or Not To Inject(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 2 months ago

The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection. read more...

4 comments |category: |Views: 529

tags: another

Getting Mono and Visual Studio to play nice together :: Part 2(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 2 months ago

Chris Cyvas continues his profiles of getting Mono and Visual Studio to play nice together. In a previous post, Chris documented how to get some Mono Project Templates to work with Visual Studio. In this post, Chris creates some Mono Item Templates for use with your Mono Project Templates. read more...

add a comment |category: |Views: 238

tags: another

Testing ASP.NET MVC with QUnit - Part 1(bradygaster.com)

submitted by bradygasterbradygaster(4897) 3 years, 3 months ago

Now that I've been experimenting with the ASP.NET MVC framework I've modified a good deal of my GUI work in such a way that it minimizes form-posts and makes use of the AJAX goodies packed into jQuery. Since a lot of my work has moved to the client following my adoption of this approach I needed to investigate new options for testing. This morning I had the luck to stumble across QUnit, a jQuery testing plugin that makes life pretty easy. read more...

add a comment |category: |Views: 331

tags: another

Getting Mono and Visual Studio to play nice together(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

The goal was to get some Mono project templates working with Mono assemblies and the Mono compiler in Visual Studio. The trick was to do it in a way that would be able to survive upgrades of Mono installations. read more...

add a comment |category: |Views: 300

tags: another

Repository<T> good or bad?(codebetter.com)

submitted by malovicnmalovicn(1590) 3 years, 4 months ago

Greg took a bite on current ALT .Net hot topic: Generic repositories read more...

1 comment |category: |Views: 851

tags: another

Implementing OpenId with ASP.Net Mvc(codingcontext.wordpress.com)

submitted by MicahMicah(220) 3 years, 4 months ago

A tutorial on how to get started using OpenId with your ASP.Net Mvc site. read more...

add a comment |category: |Views: 56

tags: another

Advices on partitioning code through .NET assemblies (codebetter.com)

submitted by vkreyninvkreynin(1424) 3 years, 5 months ago

There're many reason why you should keep the number of your .NET assemblies to the strict minimum. Learn them here. read more...

add a comment |category: |Views: 399

tags: another

How To Guarantee That Your Software Will Suck(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 5 months ago

Do you bad software and unhappy developers? Well, it isn't that hard... read more...

add a comment |category: |Views: 651

tags: another