DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Abdur123 Subscribe to this feed
Abdur123
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by Abdur123
32
kicks
published 3 months, 2 days ago, submitted by maartenba 3 months, 2 days ago

blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...

Add a comment 1 comment | category: | Views: 328
tags: , , | tag it

30
kicks
published 3 months, 2 days ago, submitted by vivekamar vivekamar 3 months, 2 days ago

dotnetcurry.com — A comprehensive list of 'good' ASP.NET AJAX, ASP.NET and .NET Framework questions for beginners and experienced people. Also a good read for people who want to refresh their memory with .NET concepts or take interviews on a regular basis. read more...

Add a comment add a comment | category: | Views: 572
tags: | tag it

23
kicks
published 3 months, 1 day ago, submitted by faisal 3 months, 2 days ago

dotnetslackers.com — It’s been quite a while since Microsoft has introduced the Beta 2 release of Silverlight. There are plenty of Silverlight enthusiasts who are passionate about this cross-platform browser application programming. They’ve already given us some useful and eye catching applications. Some applications have given us the feel that this is the future of web programming. I’m a great follower of WPF. In fact I’ve always been and will be. Silverlight has many things in common with WPF but also many different things missing, being a subset of WPF. For the last couple of days I was thinking about creating some eye-catching, innovative user interface but something common, something people have already seen. The idea was converting an existing user interface which was written using another platform, and of course using WPF. read more...

Add a comment add a comment | category: | Views: 390
tags: | tag it

25
kicks
published 3 months, 2 days ago, submitted by superghost superghost 3 months, 3 days ago

weblogs.asp.net — Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million requests per month. read more...

Add a comment add a comment | category: | Views: 350
tags: | tag it

3
kicks
submitted by grava grava 3 months, 3 days ago

blogs.ugidotnet.org — An approach to simulate sync methods call to WCF from Silverlight read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

17
kicks
published 6 months ago, submitted by iftekhar 6 months, 1 day ago

iftekharahmedamit.blogspot.com — Silverlight Tips, Tricks, Tutorials and Links Page Hope these Tips, Tricks, Tutorials and Links will help your SILVERLIGHT development. - Iftekhar Ahmed Amit read more...

Add a comment 4 comments | category: | Views: 223
tags: | tag it

23
kicks
published 6 months, 1 day ago, submitted by janko janko 6 months, 1 day ago

jankoatwarpspeed.com — This article shows a reviews of 16 great articles and sites I found in May 2008. There are articles about web development with ASP.NET, Ajax and jQuery. There are also a great web design resources, tools, plugins, BlogEngine.NET extensions and one great usability article. read more...

Add a comment 1 comment | category: | Views: 501
| tag it

15
kicks
published 6 months, 1 day ago, submitted by maartenba 6 months, 2 days ago

blog.maartenballiauw.be — A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that! read more...

Add a comment add a comment | category: | Views: 255
tags: , , , , | tag it

14
kicks
published 6 months, 5 days ago, submitted by faisal 6 months, 5 days ago

dotnetslackers.com — Here's an example of an animation where clicking a button will increase the size of the font of the button. First I've declared two constants of type double, one for the font size of the button at the initialization time, which is declared as initFontSize; and the other one at runtime when the button is clicked. When clicked, the event handler creates a DispatcherTimer that generates Tick events every tenth of a second. The TimerOnTick method here increases the FontSize by two units every tenth of a second until the size reaches 48 units, at which point the button is restored to its original size and the timer is stopped. read more...

Add a comment 1 comment | category: | Views: 86
tags: | tag it

3
kicks
submitted by stimpy77 6 months, 7 days ago

jondavis.net — New York Times has migrated their popular WPF-based New York Times Reader to the Mac, using Silverlight and native Cocoa windowing and application logic, and using the Safari / WebKit API as a Silverlight wrapper. (Darn it, I knew it was both doable and legal!) read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

7
kicks
submitted by illvoid2 6 months, 7 days ago

codegod.de — Silverlight 2.0 Beta is available now. So what's new in this version compared to Silverlight 1.0/1.1? In easy words: It's (almost) as powerful as WPF. This article will help you getting started with Silverlight 2.0 and VS 2008. We will explain the installation of the Silverlight Tools for VS 2008 and create a little Silverlight project using new Layout-functionalities and controls. read more...

Add a comment add a comment | category: | Views: 25
tags: , , , | tag it

3
kicks
submitted by crpietschmann crpietschmann 6 months, 10 days ago

blogs.msdn.com — Chris' session was a deep dive on the Virtual Earth Platform and goes into some details about our UltraCam digital aerial camera that we use to capture imagery. He also talks about how we create 3D models and some cool demos as well on Virtual Earth. Finally he does the Silverlight VE control demo that he showed at MIX 08. Steve's session went deep on the Collections stuff that he works on in the Virtual Earth team. He also showed some of his favorite Map Cruncher Collection demos as well as others. There's also a little surprise at the end of this video that if you were around three years ago when Virtual Earth was created you might have seen. read more...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

17
kicks
published 6 months, 15 days ago, submitted by faisal 6 months, 15 days ago

dotnetslackers.com — I mentioned in the first article that a Storyboard controls animations with a timeline, and provides object and property targeting information for its child animations. This is the cornerstone of Silverlight animation. A Storyboard is a set of one or more animations. It is comparable to a <TransformGroup> element. Storyboard does exactly the same things for animations that <TransformGourp> does for transformations. Storyboard has a Children property that enables you to access all the animation objects within a given Storyboard. Animations do not add or remove elements, they temporarily alter the property values of existing elements. If you create a new Storyboard and add a new rectangle to the canvas, that rectangle will be available to all Storyboards, not just the current one. The rectangle was added to the scene’s base canvas and is not specific to the active Storyboard. read more...

Add a comment add a comment | category: | Views: 126
tags: | tag it

3
kicks
submitted by jonas jonas 6 months, 16 days ago

dotnetrocks.com — In episode 342 of .NET Rocks! Dan Wahlin talks about his experiences with Silverlight 2.0 and WPF. read more...

Add a comment add a comment | category: | Views: 6
tags: , , , | tag it

20
kicks
published 6 months, 16 days ago, submitted by sidarok 6 months, 17 days ago

sidarok.com — Sidar gives a basic introduction on how to utilize Unity and Strategy Pattern. read more...

Add a comment add a comment | category: | Views: 211
tags: | tag it

9
kicks
published 6 months, 16 days ago, submitted by tokes tokes 6 months, 17 days ago

andrewtokeley.net — The first ALT.NET Podcast discussed some interesting points but one stood out for me - apparently there is a Management Crisis. Read how this manager responds... crisis what crisis? read more...

Add a comment add a comment | category: | Views: 147
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge