Stories recently tagged with 'Interface' Subscribe to this feed

A new interface for mobile phones (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(100) 8 months, 24 days ago

Thoughts on how a mobile phone's camera could be used to create a point and click interface (without a touch screen). read more...

add a comment | category: | Views: 6

tags: another

Building a Progressive Fluent Interface (www.dimecasts.net)

published 11 months, 25 days ago, submitted by dwhittakerdwhittaker(12.3k) 11 months, 25 days ago

Taking a look at how to build a Progressive Fluent Interface which is a DSL where the options can and will change as you progress through the syntax. This is a useful form of a fluent interface if the want to be able to skillfully guide the user down only one path at a time. read more...

add a comment | category: | Views: 295

tags: another

Learning how to create a simple Fluent DSL via Method Chaining (www.dimecasts.net)

published 1 year, 1 month ago, submitted by trinidadcodertrinidadcoder(255) 1 year, 1 month ago

Take a look at how to create a simple Fluent DSL which is built via Method Chaining. We will build this DSL from the ground up and talk about the various decisions which were made along the way. This is just a simple example of how you can create a internal DSL for your application with very little effort. read more...

add a comment | category: | Views: 252

tags: another

Skinning the Cat with Fluent NHibernate (www.iamnotmyself.com)

published 1 year, 7 months ago, submitted by ang3lfir3ang3lfir3(640) 1 year, 7 months ago

As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries. read more...

add a comment | category: | Views: 320

tags: another

Choosing: Interface vs. Abstract Class (kirillosenkov.blogspot.com)

published 2 years, 6 months ago, submitted by KirillOsenkovKirillOsenkov(565) 2 years, 6 months ago

When to use which? Where's the difference? What are the best practices recommended by .NET architects? This and some personal experiences in a blog posting by Kirill Osenkov read more...

2 comments | category: | Views: 37

tags: another

extend an explicitly implemented interface (weblogs.asp.net)

submitted by prasphyprasphy(780) 3 years ago

extend an explicitly implemented interface read more...

add a comment | category: | Views: 6

tags: another

Implicit and Explicit Interface Implementations (blogs.msdn.com)

published 3 years, 3 months ago, submitted by HopcroftHopcroft(195) 3 years, 3 months ago

A discussion of the subtleties of implicit and explicit interface implementations in C#. read more...

add a comment | category: | Views: 56

tags: another

Coding Horror: Office 2007 -- not so WIMPy (www.codinghorror.com)

published 3 years, 4 months ago, submitted by javierRomerojavierRomero(1010) 3 years, 4 months ago

In my opinion, the new Office 2007 user interface is one of the most innovative things to come out of Redmond in years. It's nothing less than the death of the main menu as a keystone GUI metaphor. This is a big deal. Historically, where Office goes, everyone else follows. It's already starting to trickle down: IE7 does not show its main menu by default, and neither does Vista. You have to press Alt to expose the menu. The main menu has been demoted to a sort of configuration panel for advanced users; for everyone else, there's the Ribbon and toolbar buttons. read more...

add a comment | category: | Views: 3

tags: another

New release of My Exposé, an Exposé-like application for Windows Vista (blogs.labo-dotnet.com)

published 3 years, 4 months ago, submitted by madd0madd0(50) 3 years, 4 months ago

Simon Ferquel has released a new version of My Exposé, the application that provides a similar feature to Mac's Exposé, giving you an overview of all open windows on your screen. Display your windows using the keyboard, the mouse or even your voice! This is still a pre-release (he calls it CTP) version, but it's pretty stable and bug-free. read more...

add a comment | category: | Views: 291

tags: another

Should I use an abstract class or an interface? (en.csharp-online.net)

published 3 years, 4 months ago, submitted by HyleHyle(2755) 3 years, 5 months ago

There are both pros and cons to the functionality made available through the use of abstract classes and of interfaces even though there capabilities seem similar. This article discusses the trade-offs and recommends when to use each. read more...

add a comment | category: | Views: 10

tags: another

Abstract Class vs Interface (geekswithblogs.net)

published 3 years, 8 months ago, submitted by RobChappelRobChappel(2695) 3 years, 8 months ago

There are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface, abstract class or normal class. This post points out a few considerations on which we can take decision about Interface vs Abstract class vs Class. read more...

add a comment | category: | Views: 62

tags: another