Stories recently tagged with 'Provider'

Aggregator Provider Pattern: White Paper and Samples(code.msdn.microsoft.com)

submitted by joycscjoycsc(1597) 3 years, 1 month ago

Provider Aggregator Pattern is an extension of Provider Pattern, which enables us to create and utilize multiple instance of the class having the same provider interface. In this pattern, there is an Aggregator class which implements the provider interface and contains a collection of instances of classes having the same provider interface. read more...

add a comment |category: |Views: 242

tags: another

Linq to Financial Markets : New Optimizing/Parsing Provider(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 9 months ago

We just finished the final iteration for this and went gold. Although this post has more marketing then I would normally post here, I at least wanted to let fellow Linq fanatics that our 'semi-secret' project with a few companies you might know has at least for now reached a milestone. And who could announce a new product without Silverlight (grin).. No seriously we love it. WPF was not all that compelling and XAML didn't look like much fun until we got our killer app in Silverlight. We even wrote a Linq version of the 'scribbler' code the deep zoom team posted if anyone would like it. Anyway, lots of good technical material will follow. We learned a lot and continue to learn a lot from dissecting the Linq to NHibernate project. What makes this work so fun is it demands optimization across different vendor web services. We do a kind of 'query optimizer' to decide how to fan out requests where we know the general characteristics of say 'asset classes' as data series vs. say a large list of equities. read more...

1 comment |category: |Views: 47

tags: another

How to Write a Provider Model(dotnetslackers.com)

submitted by keyvankeyvan(4086) 4 years, 4 months ago

In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model. read more...

add a comment |category: |Views: 12

tags: another

LINQ provider Basics(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

Recently, I did couple of posts regarding how to create a custom LINQ provider, I even created a project at Codeplex named LINQ.Flickr, that makes querying , adding and deleting photos , overall creating Flickr app much more enjoyable , with query flavor, similar to LINQ to SQL ..... read more...

1 comment |category: |Views: 19

tags: another

A SiteMapProvider for Static Web Sites(www2.john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 4 years, 9 months ago

A SiteMapProvider implementation for large web applications with static pages. An alternative to the default SiteMapProvider using a web.stemap file. read more...

add a comment |category: |Views: 22

tags: another

Creating a data driven ASP.NET Resource Provider and Editor Article po(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

Find out how to create a data drive ASP.NET resource provider that uses database data for localization and use ASP.NET to edit resources in real time as part of your application. This post is a compilation of links to the primary article, online samples, another Introduction to Localization article and documentation as well as some discussion of the implementation. read more...

add a comment |category: |Views: 55

tags: another

Avoid Using a Database as an API Integration Point(haacked.com)

submitted by usshermussherm(5285) 5 years, 1 month ago

Haacked discusses why using the Database as an Integration point is generally a bad practice, and even gives a real world example from the OSS community. read more...

1 comment |category: |Views: 6

tags: another

ASP.NET 2.0 Provider model - the guts, the glory, the goodness(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 1 month ago

I still think the Provider model -- which handles high-level concepts like site membership, roles, and personalization, but allows you to modify the way they work at a low level by swapping in and out new providers -- is one of the coolest [...] things. read more...

4 comments |category: |Views: 30

tags: another

ViewState Provider - an implementation using Provider Model Pattern(codeproject.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 1 month ago

This article focuses on the Provider Model design pattern and describes how it can be used to solve certain problems. To help readers to better understand or appreciate this design pattern, I've chosen view state management as an example to demonstrate the usefulness and practicality of this design pattern. So, in this article, we will first understand what the inherent problems of view state are, I will then explain why Provider Model design pattern is important and how we can leverage it to solve the aforementioned problems. read more...

2 comments |category: |Views: 97

tags: another

Provider Model Revisited - Love It, Hate It, Or Indifferent(codebetter.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 1 month ago

I remember when the provider model first came out and how I latched onto it like a duck on a june bug :) Many of the applications delivered to customers soon after its introduction used the provider model, especially for the data access layer. read more...

1 comment |category: |Views: 17

tags: another

Provider Model Misconceptions(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 1 month ago

For the past 15 or so years, if you wanted to create a pluggable architecture, you used Interfaces. They define a signature that classes must implement in order to conform to that Interface. He says that this is the best way to go, and he is incorrect. I can see where he is coming from though, so let me clear the air a bit. read more...

1 comment |category: |Views: 11

tags: another

Creating a Rules Processing Framework - Part 1 - The Rules Provider(wijix.com)

submitted by pjacobspjacobs(375) 5 years, 1 month ago

I will describe how to create a Rules Engine Framework using C#. It will take a few posts to describe the entire process but it's very cool and your going to want to read them all. In Part 1, I am going to describe the Rules Provider. read more...

add a comment |category: |Views: 82

tags: another

RSS 2.0 .NET Class Library and Syndication Provider(blog.oppositionallydefiant.com)

submitted by OppositionalOppositional(480) 5 years, 7 months ago

Class library that fully implements the RSS 2.0 specification, and provides a provider based syndication model for uniform interface between feed data sources and RSS services. Includes a SQL server syndication provider and database installation scripts. read more...

add a comment |category: |Views: 23

tags: another

Writing a Custom Membership Provider for the Login Control in ASP.NET(15seconds.com)

submitted by DeanneDeanne(110) 6 years, 4 months ago

A solid article on how to write a membership provider for ASP.NET. read more...

add a comment |category: |Views: 299

tags: another