sarahalbert

Stories kicked by sarahalbert

Reflecting the entire layout panel in Silverlight 2 Beta 2(windowsclient.net)

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

After my post on creating reflection with Silverlight 2 Beta . I was asked several times by couple of Silverlight enthusiasts questions like this : is there any way i can reflect an entire grid?, is it possible to make a reflection of lets say a grid with multiple buttons since there is no VisualBrush in Silverlight?, is there any chance to reflect some generic Control(Framework element etc)?. So I started to think about how entire Layout Panels like Grid,Canvas,Border etc. can be reflected. In WPF I did this stuff so easily. But in Silverlight I didn't find any any way till last night. The idea behind Layout reflection is , creating a mirror effect of a Container Control, which means child controls placed inside the container will also be reflected. read more...

add a comment |category: |Views: 254

tags: another

JQuery, the very very basics - Lesson 1(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

JQuery is the star among the growing list of JavaScript libraries. A few of its characteristics are light-weight, cross-browser compatibility and simplicity. A task that would take 10 lines of code with traditional JavaScript can be accomplished with JQuery in just 1 line of code. I write to record the series of very basic lessons I learned about JQuery (my study source is the very readable book JQuery in Action). read more...

add a comment |category: |Views: 495

tags: another

StyleCop was just released!(spoiledtechie.com)

submitted by cheetahtechcheetahtech(815) 3 years, 8 months ago

StyleCop was just released! A tool that does all the styling for you in VS 2008 and 2005. It helps you adhere to styling guidelines and standards of your Code. It is a Great tool. read more...

6 comments |category: |Views: 600

tags: another

Overriding ToString() Makes Debugging Easier(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 8 months ago

Make your life easier while debugging in Visual Studio, see your objects in thier full glory using ToString. read more...

1 comment |category: |Views: 409

tags: another

Best way to end user session asp.net(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 8 months ago

What's the best way to end session after user logs out. read more...

add a comment |category: |Views: 614

tags: another

.NET Application Modeling Language (nAML) Specification and Tools (code.msdn.microsoft.com)

submitted by joycscjoycsc(1597) 3 years, 8 months ago

Understanding the architecture and code in software application plays as major factors while building good software products. This free e-book introduces a new visual modeling technique, termed as “nAML” (.NET Application Modeling Language) which overcomes the limitation of typical modeling languages by providing revolutionary way! Nothing much to say, just download it and you can get to know how POWERFUL it is! read more...

10 comments |category: |Views: 539

tags: another

Castle Windsor - Configuring your IoC Container(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 8 months ago

A short screen cast with Castle Windsor and how to Configure your IoC Container read more...

add a comment |category: |Views: 268

tags: another

MVC vs. MVP: A Hillbilly's Journey(codebetter.com)

submitted by adminjewadminjew(1490) 3 years, 8 months ago

Yes, I know you've read this before so stop rolling your eyes and skip it if you're not interested. I'm not coming at this from the perspective of an expert imparting knowledge but as a hillbilly who has ignored the question too long. And now that I have to dive into it for the book, all the vagueness that I've been able to shunt aside to a little corner of my brain has surfaced like a long-lost brother beggin' for college money. read more...

add a comment |category: |Views: 406

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another

MSDN Social Bookmarks(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 8 months ago

MSDN Social Bookmarks was released today. This is a candid look at what it's all about and why you should consider using it. read more...

1 comment |category: |Views: 363

tags: another

5 Useful Tips for ASP.Net Application(codedigest.com)

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

There are so many tasks or operations that are repeatedly used in ASP.Net applications. This article will list some of the useful tasks that we can use in our asp.net application extensively. read more...

add a comment |category: |Views: 813

tags: another

Gallio - Automation Platform for .NET(gallio.org)

submitted by rickardrickard(125) 3 years, 8 months ago

At present Gallio can run tests from MbUnit versions 2 and 3, MSTest, NBehave, NUnit, and xUnit.Net. Gallio provides tool support and integration with CCNet, MSBuild, NAnt, NCover, Pex, Powershell, Resharper, TestDriven.Net, TypeMock, and Visual Studio Team System. read more...

add a comment |category: |Views: 401

tags: another

The Death of Software Engineering(monstersgotmy.net)

submitted by birdchestbirdchest(595) 3 years, 8 months ago

Why software engineering is fading away. read more...

1 comment |category: |Views: 872

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

Path to .NET 3.5 Developer Certification(thearchitect.co.uk)

submitted by mjpaladmjpalad(615) 3 years, 8 months ago

If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...

1 comment |category: |Views: 758

tags: another