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

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories submitted by friends of amrelgarhy
3
kicks
submitted by mosessaur mosessaur 15 hours, 43 minutes ago

jankoatwarpspeed.com — Another simple tip when working with jQuery and ASP.NET Web Forms read more...

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

4
kicks
submitted by Jemm Jemm 4 days, 14 hours ago

weblogs.asp.net — "I had a WCF service where I wanted to be able to support over a hundred concurrent users, and while most of the service methods had small payloads which returned quickly, the startup sequence needed to pull down 200,000 records. The out of the box WCF service had no ability to support this scenario, but with some effort I was able to squeeze orders of magnitude performance increases out of the service and hit the performance goal." read more...

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

4
kicks
submitted by mosessaur mosessaur 5 days, 7 hours ago

jankoatwarpspeed.com — I read somewhere (really can't remember where) that 2008 was a year without a good quality content when it comes to web development and design. I disagree. There were a plenty of extraordinary articles, tutorials, freebies... you name it. In fact, there were so many of them that "best of" list would be too long. Instead of specific articles, I'll give you the best blogs that I enjoyed reading in 2008 and that I will definitively follow in in the future. read more...

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

16
kicks
published 5 days ago, submitted by mosessaur mosessaur 5 days, 8 hours ago

mosesofegypt.net — Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta. On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...

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

3
kicks
submitted by Jemm Jemm 11 days, 15 hours ago

blogs.msdn.com — "In a blog post in November, I mentioned a feature called “Quick Search” - one of the code focused features of Visual Studio 2010. We have been lagging behind some in this area in the past and we wanted to focus on this as a key pillar for Visual Studio 2010. Today, I’d like to share some more details of our code focused development investments and features. " read more...

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

3
kicks
submitted by Jemm Jemm 11 days, 17 hours ago

weblogs.asp.net — "A little while ago I discovered how to run just a site as partial trust. It involves putting the hostedtrust.config file in the same directory as the web.config file. This works well for us, as it means we can add all the files we require to a project, which are all then added to SourceSafe. When we get the latest version, we also get all required files to run in partial trust." read more...

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

18
kicks
published 13 days, 14 hours ago, submitted by mosessaur mosessaur 14 days, 8 hours ago

nayyeri.net — In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate. read more...

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

13
kicks
published 12 days, 10 hours ago, submitted by mosessaur mosessaur 16 days, 8 hours ago

encosia.com — Reviewing Dave's stats for the year, you might think the only topic Dave wrote about is jQuery. Of the posts he has written in 2008, 80% of the most popular posts have been jQuery related. read more...

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

11
kicks
published 13 days, 15 hours ago, submitted by mosessaur mosessaur 18 days, 19 hours ago

mosesofegypt.net — Apply Expand All and Collapse All to Collapsible Panels in ASP.NET AJAX read more...

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

3
kicks
submitted by mosessaur mosessaur 20 days, 10 hours ago

mosesofegypt.net — Entity Framework Tutorial Book Review read more...

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

16
kicks
published 23 days, 10 hours ago, submitted by mosessaur mosessaur 26 days, 5 hours ago

jankoatwarpspeed.com — A few months ago he posted an article on creating message boxes. No question, you should really take care about it. But this time he wants to make fun with it and add some animations using (you guess) jQuery. read more...

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

1
kicks
submitted by Jemm Jemm 27 days, 9 hours ago

blogs.msdn.com — "The December 08 release of the Silverlight Toolkit was published a short while ago. Just about every control in the Toolkit got some love and attention for this release and I encourage you to have a look, download it, and enjoy!" read more...

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

4
kicks
submitted by Jemm Jemm 1 month ago

codeplex.com — The home and sources of the Microsoft's Oxite CMS at the CodePlex read more...

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

2
kicks
submitted by Jemm Jemm 1 month, 1 day ago

blog.kirupa.com — "Recently, I found myself having to create some Silverlight content that was going to be reused on several sites. While the overall content was the same, each site had a particular value for a property that needed to be different." read more...

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

21
kicks
published 1 month, 6 days ago, submitted by Jemm Jemm 1 month, 6 days ago

weblogs.asp.net — "Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools and frameworks give us power, but not control. While we love the functionality and ease-of-use of many of the stock server controls found in ASP.NET WebForms, sometimes we find that the underlying HTML isn’t exactly what we need." read more...

Add a comment 2 comments | category: | Views: 256
tags: | tag it

3
kicks
submitted by Jemm Jemm 1 month, 13 days ago

weblogs.asp.net — "As ScottGu recently posted on his blog, Microsoft have recently released a set of charting components. Several people followed up with comments on his post asking whether it was possible to use them with ASP.NET MVC. The good news is that it certainly is, if you are using ASP.NET as the View engine (the default). And there's actually relatively little that you have to do. This post outlines the steps you'll need to take to get it up and running." read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge