atlas

Stories kicked by friends of atlas

Daily tech links for .net and related technologies - Dec 9-10, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 5 months ago

Top 15+ Best Practices for Writing Super Readable Code, Organizing ASP.NET MVC solutions, ASP.NET MVC 2 Part 6 – Using Dependency Injection with ASP.NET MVC, Localizing ASP.NET MVC Validation - Phil Haack, ASP.NET MVC Embedded Views with MVC Turbine, How To Check Email Programmatically – SidePOP, Globally Register User and Custom Controls in ASP.NET, ASP.NET: Creating a UserControl with Child Content, Magellan Action, Improve Your C#! Borrow from F# read more...

add a comment |category: |Views: 4

tags: another

Daily tech links for .net and related technologies - October 5-7, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 7 months ago

Web Development How To Speed Up Your Website By 80% Or More Enterprise Library Validation example for ASP.NET MVC 2 thinking out loud: asp.net mvc & nhaml ASPhere web.config editor Efficient Server Side Paging With ASP.NET And jQuery 3 Image Techniques To Speed Up Your Website 5+ Steps to Speed up your Website punypng: PNG Compression and Image Optimization Asp.net MVC Areas in depth - on code Web Design How to Code a Clean Portfolio Design (Plus Free Five-Page Template) jQuery Lesson Series: Introduction to Selectors Mastering CSS Coding: Getting Started 77 Inspirational Example of Pricing Page Designs Styling Post Headings That Stick Out 50 Surprisingly Amazing Themes for Blogger 50 Useful Tools and Generators for Easy CSS Development Color Psychology In Creative Design CSS2 Visual Cheat Sheet Most Used and Abused Web Design Trends of All Time Showcase of Designs Optimized for iPhone 34 Excellent Punctuation Inspired Logo Designs CSS Shorthand – A Guide to Cleaner and Faster Coding Styling Blog Comments: Correct Markup Design a Clean and Fresh Company Website In Photoshop How to Add a Fixed Position Banner to a Website Is There A Perfect Web Design Width? Silverlight, WPF & RIA Silverlight Cream for October 05, 2009 Changing DatePicker in Silverlight to show current date What Do We Want in Silverlight Validation? Using AvalonEdit (WPF Text Editor) My Favorite Silverlight Extensions APIs – Part 1 MVVM Light Toolkit V2: What’s new? Database & Related Technologies SQL SERVER – Interesting Observation – Query Hint – FORCE ORDER xProfiler – A generic OR/M Profiler LINQ Tools More testing of Unicode Compression in SQL Server 2008 R2 Why NHibernate Entities Need A Public Or Protected Parameterless Constructor Web Service & Related Technologies Building WCF Services with F# Securing your WCF service with a custom username / password authentication mechanism Testing Test Plan Template Team Build without Tests Lists The myth that TDD or test-first slows you down is true Unit Tests and Debug.Assert() Architecture Attribution and Analogy Remember Me-Checkbox The Problem With Planning-Agile S#arp Architecture Contrib…it’s alive! Why No Extension Properties? Fun with Func Delegates, Events and Async Operations Private Extension Methods Strive for Functional Cohesion Lean and Kanban Collection Announcing the guide for claims based identity and access read more...

add a comment |category: |Views: 3

tags: another

Daily tech links for .net and related technologies-September 26-28,09(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 8 months ago

10 Things to remember before launching a website Html Encoding Code Blocks With ASP.NET 4 How To Secure APIs and Mashups 7 tips for for loading Javascript rich Web 2.0-like sites significantly faster Beyond Goals: Site Search Analytics from the Bottom Up MvcContrib 1.0.0.987 released Deploying Reporting Services WebParts to SharePoint WSS and MOSS Simplicity in Good Web Design : Advantages & How -to Why Your Next Website Should be Designed with Wireframes How to Design Buttons to Help Improve Usability How to Build a Simple Button with CSS Image Sprites Web Design Trend Hunting – 15 Amazing Infinite Scrolling Websites Great Examples of Hand Drawn Elements in Web Design Styling Design Elements: 5 Beautiful Post Headings 46 Outstanding Web Layouts From DeviantArt How to Create an Organic Web Design (and Showcase) How To Write Effective And Engaging Design Tutorials The Art of zen-coding: Bringing Snippets to a New Level Introducing Google Chrome Frame CSS Sprites – Online CSS Sprite Builder jQuery Visual Cheat Sheet read more...

add a comment |category: |Views: 136

tags: another

How to use Ninject 2 with ASP.NET MVC(codeclimber.net.nz)

submitted by sharplifesharplife(4570) 2 years, 9 months ago

In this blog post, Simone has explained how to utilize new Ninject 2.0 in ASP.NET MVC. read more...

add a comment |category: |Views: 401

tags: another

Top 10 signs you've fallen into circular refactoring(devlicio.us)

submitted by DrWatsonDrWatson(690) 2 years, 9 months ago

How do you tell when you're being a victim of this variation of the premature optimization monster? Well, here's a start. read more...

add a comment |category: |Views: 339

tags: another

Daily tech links for .net and related technologies - July 22-24, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 234

tags: another

Daily tech links for .net and related technologies - July 18-21, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 228

tags: another

Daily tech links for .net and related technologies - June 24-27, 2009(weblogs.asp.net)

submitted by atlasatlas(15) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 12

tags: another

Dew Drop - June 25, 2009(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 2 years, 11 months ago

Today's fresh links for .NET developers, courtesy of The Morning Dew. read more...

add a comment |category: |Views: 8

tags: another

Application-wide action filters in ASP.NET MVC(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 11 months ago

Ever had a team of developers using your ASP.NET MVC framework? Chances are you have implemented some action filters (i.e. for logging) which should be applied on all controllers in the application. Two ways to do this: kindly ask your developers to add a [Logging] attribute to the controllers they write, or kindly ask to inherit from SomeCustomControllerWithActionsInPlace. If you have been in this situation, monday mornings, afternoons, tuesdays and other weekdays are in fact days where some developers will forget to do one of the above. This means no logging! Or any other action filters that are executed due to a developer that has not been fed with enough coffee… Wouldn’t it be nice to have a central repository where you can register application-wide action filters? That’s exactly what we are going to do in this blog post. read more...

add a comment |category: |Views: 243

tags: another

WPF Bindings and CurrentCulture Formatting(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 11 months ago

WPF doesn't apply the CurrentCulture to bindings by default, which is a little... unexpected to say the least. As it turns out there's an easy solution to this problem, but it does require using code to apply the culture specifically in every document. read more...

add a comment |category: |Views: 99

tags: another

Microsoft deprecating Oracle client in Dot Net 4(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 11 months ago

Microsoft has announced through a blog that the ADO.NET 4 spec will mark the Oracle client as deprecated with plans for removal. They are also recommending that users go to a third party Oracle provider. Stop Helping the Competition? Wow, this will mark the first time an ADO.NET provider has been removed from the .Net framework. Is this a case of Microsoft trimming the fat, or pushing Oracle? I always thought it a bit of a free ride that Microsoft was helping Oracle by building their provider for them... read more...

1 comment |category: |Views: 423

tags: another

Daily tech links for .net and related technologies - June 13-15, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 6

tags: another

Daily tech links for .net and related technologies - June 11, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 8

tags: another

Daily tech links for .net and related technologies - June 10, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 6

tags: another

Daily tech links for .net and related technologies - June 9, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 229

tags: another