kermitn

Stories kicked by kermitn

XAML 2009 Features: Generics Support(blogs.msdn.com)

submitted by frank12345frank12345(2809) 2 years, 6 months ago

XAML 2009 supports generics .. In previous releases, if you needed to have an observableCollection for databinding you would probably have written code like ... read more...

add a comment |category: |Views: 16

tags: another

Stock Chart Control for Silverlight(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years, 6 months ago

amCharts has released a Silverlight edition of their stock chart control. It's a powerful application that lets you forget about most of the boring parts in building complex statistical systems in Silverlight. read more...

add a comment |category: |Views: 342

tags: another

Cascading DropDownLists With ASP.NET and jQuery(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 6 months ago

A story about building cascading drop down lists using jQuery & asp.net. read more...

add a comment |category: |Views: 362

tags: another

Silverlight 4 Beta - A guide to the new features(timheuer.com)

submitted by JemmJemm(9604) 2 years, 6 months ago

"This beta release is a developer release. This means that this is a preview mostly for developers to understand the new features and continue to get feedback. No “end-user” runtime is available for this release, nor is a “go-live” license for customers wishing to put their applications into production. If you have questions on this, feel free to leave a comment here. Enough blabbing, here’s the goods. WARNING: Long post ahead…but filled with information." read more...

add a comment |category: |Views: 255

tags: another

Kanban Distilled(kanbandistilled.com)

submitted by powerrushpowerrush(3873) 2 years, 6 months ago

A very quick but helpful description of the Kanban agile software development process. read more...

add a comment |category: |Views: 370

tags: another

Setting Pens on Shapes in WPF(devblog.ailon.org)

submitted by ailonailon(1335) 2 years, 6 months ago

Sometimes you need to draw various shapes, drawings and objects using the same elaborate pen. Problem is that some WPF elements like GeometryDrawing (represented by star in this picture) take Pen object for their pen settings and classes derived from Shape (like Rectangle, Ellipse, etc.) expose all the pen settings directly in the form of StrokeXxx properties. read more...

add a comment |category: |Views: 14

tags: another

Podcast #2 – interview with Atif Aziz creator of ELMAH(dotnetradio.com)

submitted by asiemerasiemer(15) 2 years, 6 months ago

Andrew Siemer sits down with Atif Aziz. Atif Aziz is a senior IT business analyst at Cargill International and an ex-Microsoftie. His primary focus is helping customers move to the .NET Framework. He speaks regularly at Microsoft conferences and can be reached through his web site. You can find out more about Atif Aziz by visiting his web site www.raboof.com. read more...

add a comment |category: |Views: 2

tags: another

Creating great thumbnails in ASP.NET(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years ago

The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. read more...

add a comment |category: |Views: 122

tags: another

ASP.NET Flash Remoting(phase9studios.com)

submitted by chazcrosschazcross(30) 4 years ago

Article about WebOrb, a free Flash/Flex Remoting Solution by the Midnight Coders for ASP.NET read more...

add a comment |category: |Views: 25

tags: another

Fundamentals of OOD, encapsulation scope(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 4 years ago

Part 2 of a series on Fundamentals of OOD covering encapsulation, scope, and the Single Responsibility Principle. read more...

add a comment |category: |Views: 45

tags: another

Fundamentals of Object-Oriented Design (OOD) part 1(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 4 years ago

Introduction to some design aspects of OOD, part one of a series. read more...

add a comment |category: |Views: 54

tags: another

Using a Windows Service just to run a scheduled process is Wrong!(weblogs.asp.net)

submitted by HoolieManHoolieMan(1715) 4 years ago

A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. read more...

1 comment |category: |Views: 113

tags: another

Prevent xss in Asp.Net(ingig.net)

submitted by ingigingig(25) 4 years ago

Class that prevents xss attacks in asp.net, including the regex needed to clean xss read more...

3 comments |category: |Views: 50

tags: another

Great Silverlight 2.0 example application(mscui.net)

submitted by JemmJemm(9604) 4 years ago

Great example of how to make rich line-of-business apps using Silverlight 2.0. Scalable UI, DeepZoom, animation etc. read more...

2 comments |category: |Views: 569

tags: another

Programmer Productivity: The "Tenfinity" Factor(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years ago

It's widely accepted in the software industry that some programmers are much more productive than others. Many experts cite an order-of-magnitude productivity difference between the "best" and "average" programmers. read more...

add a comment |category: |Views: 15

tags: another

ModalBox — An easy way to create popups and wizards(wildbit.com)

submitted by bradygasterbradygaster(4897) 4 years ago

Nice javascript library that makes it pretty sickeningly easy to add modal dialogs to pages. read more...

add a comment |category: |Views: 56

tags: another