anji

Stories kicked by anji

Generics without Collections, Part I(honestillusion.com)

submitted by JamesCurranJamesCurran(635) 5 years, 3 months ago

Using generics for things other than creating collections. Advanced Generics use. read more...

add a comment |category: |Views: 26

tags: another

An Article- Many-to-Many Relationships in O/R Mapping(alachisoft.com)

submitted by paul_hedgesonpaul_hedgeson(30) 5 years, 3 months ago

If you are developing an object oriented .NET application that has to talk to a database, you'll inevitably map objects to a relational model. And, most likely you'll face situations where many-to-many relationships exist in your database. This article describes how you can handle many-to-many relationships in O/R mapping. Most .NET applications are object oriented and at the same time they have to deal with relational databases. This creates a difficulty for the developers because they have to figure out how to map their objects to the tables in the database. Sometime, there is a one to one mapping between an object and a table and at other times, one object may consist of data from multiple tables or subset of data from one table. The most important thing one can achieve in O/R Mapping is to capture the logical data model design in the object model of the application. This makes it really easy to design, develop, and later maintain this object model. We'll try to follow this rule when mapping many-to-many relationships to objects. Please read the complete article at http://www.alachisoft.com/rp.php?dest=/articles/m-n_relationships.html read more...

add a comment |category: |Views: 52

tags: another

Code Collapse VS Add-in(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 3 months ago

Introduces a new, free, VS add-in to collapse anything... read more...

add a comment |category: |Views: 72

tags: another

0.999… != 3/3 != 1?(formpage.de)

submitted by marcoowmarcoow(185) 5 years, 3 months ago

Interesting story about why 0.999... equals 1. Not really .net related though... read more...

add a comment |category: |Views: 3

tags: another

ASP.NET Quick Tips(weblogs.asp.net)

submitted by jgaylordjgaylord(475) 5 years, 3 months ago

Scott Watermasysk posted a blog today in an attempt to get a great listing of ASP.NET quick tips. read more...

add a comment |category: |Views: 3

tags: another

RegEx: Using Variables in Regular Expressions (weblogs.asp.net)

submitted by jgaylordjgaylord(475) 5 years, 3 months ago

Why not use regular expressions to grab data from strings being passed in and then do something with that data? read more...

1 comment |category: |Views: 12

tags: another

Basic Application Architecture Patterns(evanhoff.com)

submitted by ehoffehoff(980) 5 years, 3 months ago

These are some of the basic application architectures. Included are the Table Module, Transaction Script, and Domain Model. Included are descriptions and example diagrams for each. read more...

add a comment |category: |Views: 10

tags: another

Using Anonymous Methods For Control.Invoke/Control.BeginInvoke(jaysonknight.com)

submitted by x.staticx.static(435) 5 years, 3 months ago

Brief overview of using anonymous methods for Control.Invoke and Control.BeginInvoke scenarios using the built in MethodInvoker delegate provided by the BCL. read more...

add a comment |category: |Views: 299

tags: another

The design-time experience for the ASP.NET AJAX Control Toolkit (weblogs.asp.net)

submitted by gazelem67gazelem67(100) 5 years, 3 months ago

Some things that need to be said about the design-time experience of the Control Toolkit read more...

add a comment |category: |Views: 2

tags: another

WPF/E Pad (Plus Some Other Apps)(ekampf.com)

submitted by ekampfekampf(3195) 5 years, 3 months ago

Mike Harsh's blog published some cool WPF/E applications . One of which is the WPF/E Pad which is a WPF/E based XAML editor with split view where the XAML on the bottom view is rendered on the top view.... read more...

add a comment |category: |Views: 20

tags: another

Great WPF Applications(ekampf.com)

submitted by ekampfekampf(3195) 5 years, 3 months ago

Tim Sneath is doing a series about great WPF applications. Check out his blog ...... read more...

add a comment |category: |Views: 32

tags: another

Google Interview Questions(otherthingsnow.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 3 months ago

A couple of Google interview questions. How well would you do? read more...

add a comment |category: |Views: 33

tags: another

Is ASP.NET too easy?(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

How does the easy approach of ASP.NET affect you as a developer? read more...

add a comment |category: |Views: 0

tags: another

Snippets Collection(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 3 months ago

Big collection of snippets for Visual Studio read more...

add a comment |category: |Views: 26

tags: another

Nice Movie viewer xbap(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 3 months ago

Nice Movie viewer xbap read more...

add a comment |category: |Views: 12

tags: another

Using Automatic Memoization(diditwith.net)

submitted by cls2degcls2deg(1535) 5 years, 3 months ago

Continuing my series on functional programming ideas, this article looks at the functional programming technique of "automatic memoization" and shows how it can be used to great effect in C# 2.0. read more...

add a comment |category: |Views: 21

tags: another