carrostuning

Stories kicked by carrostuning

Introducing Project Rosetta(windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 8 months ago

If you're a designer or developer, If you've previous skills on Flash or Adobe Photoshop and want to create some amazing applications with Silverlight by taking advantage of your previous knowledge of designing and developing stuffs, here is the place for you to get your feet wet http://www.projectrosetta.com . read more...

add a comment |category: |Views: 10

tags: another

ObjectDataSource SOA Style(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 3 years, 8 months ago

So here's the scenario. After really digging your teeth into ASP.NET 2.0 and playing around wiih all the cool data access features, you decide to apply a liberal use of the ObjectDataSource for its ability to take care of the paging and sorting calls for you. Now, you begin to convert your site to a service oriented back end and you wonder how you're going to make calls against your web service. You have a few options in front of you. You can create a thin facade layer that will act as a liaison between your presentation code and your service layer calls, and hook your ObjectDataSource to that. This works especially well when you have a complex object model that makes use of the web service calls behind the scenes. It's also beneficial when you are generating your proxy classes from metadata or contacting a foreign web service. read more...

add a comment |category: |Views: 35

tags: another

skmMenu 2.3 IE 8 (beta 2), Google Chrome, FF 3.0.1(gchandra.com)

submitted by gchandragchandra(330) 3 years, 8 months ago

skmMenu still rocks Here is the sample code which works on all the major browsers IE 8 (Beta 2), Google Chrome, Fire Fox 3.0.1 and IE 7 read more...

add a comment |category: |Views: 203

tags: another

Steel Cage Blogmatch: How to Configure a SAN(brentozar.com)

submitted by StatisticsIOStatisticsIO(240) 3 years, 8 months ago

Brent O and I have a heated and humorous discussion on the topic of shared vs. dedicated drives for SQL Server. read more...

add a comment |category: |Views: 6

tags: another

Tips and Tricks - ASP.Net AJAX Applications(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 8 months ago

This article is aimed to provide some tips and tricks that very useful while implementing ASP.Net AJAX applications. read more...

add a comment |category: |Views: 334

tags: another

Unity - Dependency Injection and Inversion of Control Container(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 8 months ago

Dependency injection is a programming technique to reduce component coupling. Dependency injection is also commonly known as “inversion of control” or IoC or sometimes as The Hollywood Principle - "Don’t call us, we’ll call you”. The goal of dependency injection is to separate the concerns of how a dependency is obtained from the core concerns of a boundary. This improves reusability by enabling components to be supplied with dependencies which may vary depending on context. read more...

add a comment |category: |Views: 368

tags: another

Master\Detail with CollapsiblePanel and HoverMenu(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

Master details GridView with CollapsiblePanelExtender and HoverMenuExtender read more...

add a comment |category: |Views: 648

tags: another

Details Popup Via jQuery clueTip Plugin(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 8 months ago

Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup. read more...

add a comment |category: |Views: 740

tags: another

Testing Windows Form using TypeMock(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 8 months ago

How to test GUI by using an unit testing tool and applying good design principles. read more...

add a comment |category: |Views: 17

tags: another