DCSIMG
February 2009 - Posts - מקודד לשווא

February 2009 - Posts

1
תגובות

Application Configuration Continued – .Settings file על ידי danielisimo

Another method to use configuration is the .settings file . step 1. add new item to your project , select category general , and setting file template. set the name of the setting file, it will also be the name of your setting class.   What you get is a .settings file , and a .cs file , which implies that you’ll have a programmatic API as well.   step 2. let’s add a test setting , i added a HomeDir   setting with the value of c: \ temp \ we will ignore the rest of the options for now...
1
תגובות

Configuration Shortcuts על ידי danielisimo

In replay to Itay’s post on configuration shortcuts, first and foremost is in some situations you can use .net Settings , which gives you intellisense, strict type  and read/write capabilities. The downside is that it’s not available in ASP.NET , to extend Itay’s idea you can provide intellisense and strict types with a simple method: To make the code clearer you can set up some helper methods and use the following and now you get intellisense and type safety :)
0
תגובות

UI Design Patterns Continued על ידי danielisimo

following a previous post on UI design patterns I found a few more sites that collect and describe them. So what’s a pattern ? it’s a common solution for repeating problem, UI Patterns are common solutions to data visualization and human interaction. For example you can find the visualization solution for a user ranking  or reputation system. most sites have a general structure for each pattern: Problem Solution When to use Rationale Examples Yahoo! Design Pattern Library you can find a fair...
תגים:, ,
2
תגובות

My List of Podcasts for (not only) .NET Programmers על ידי danielisimo

influenced by Scott Hanselman's post here is my list of podcasts Alt.NET Podcast It’s a cool program with nice topics though it’s not published regular. 8/10 for presentation 8/10 for content 7/10 for audio quality 7/10 iPod integration 5/10 for persistence. Stack overflow Jeff Atwood & Joel Spolsky ramble on , it’s cool when you have the time. 8/10 for presentation 8/10 for content 9/10 for audio quality 7/10 iPod integration 10/10 for persistence. The Flex Show It’s the only Flex development ...
תגים:, ,
1
תגובות

Touch Typing על ידי danielisimo

What we do most of our time as professional developers is typing. we type when we code , we type to communicate , type when we document , we type some more, and then we type again. At some point In my career I decided to learn touch typing , and It serves me well since. There are a lot of trends lately , learning programming languages, frameworks , technologies ,unfortunately touch typing isn’t one of them. Currently I’m working @ a client’s office , with 5 other developers in an open space, most...
1
תגובות

UI Patterns על ידי danielisimo

Infragistics released “ UX Patterns Explorer ” a site that groups together a set of data visualization and interaction problems and solutions. this site addresses usability issues rather on design issues. for example date picking   , navigation in hierarchical structure and more. via Brad Abrams
Powered by Community Server (Commercial Edition), by Telligent Systems