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

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

Stories kicked by jonas
5
kicks
submitted by JudahGabriel JudahGabriel 6 days, 17 hours ago

blogs.msdn.com — Microsoft released FxCop v1.36, the tool that helps find place in your code where you're breaking with standards. FxCop is also useful for finding bugs, for example, incorrect implementations of IDisposable. read more...

Add a comment add a comment | category: | Views: 19
| tag it

4
kicks
submitted by jonas jonas 7 days, 19 hours ago

weblogs.asp.net — Red Gate has taken on Lutz Roeder's .NET reflector and will continue development on this in the future. It will continue to be free for the community. read more...

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

27
kicks
published 8 days, 12 hours ago, submitted by kpanghmc 8 days, 16 hours ago

kevinwilliampang.com — There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...

Add a comment 3 comments | category: | Views: 642
tags: , | tag it

15
kicks
published 6 days, 12 hours ago, submitted by wisemx wisemx 12 days, 5 hours ago

blogs.msdn.com — One of the features I worked on for the Visual Studio 2008 release was the new "Organize Usings" feature. This feature allows you to: Remove Unused Usings - Determines which using directives are not used in the current file and deletes them. Sort Usings - Sorts the using directives in a file. read more...

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

2
kicks
submitted by jonas jonas 12 days, 20 hours ago

aspadvice.com — "While using the new ASP.NET Dynamic Data, I had a problem when a DateTime field from the database was displaying with the timestamp included." read more...

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

6
kicks
submitted by crpietschmann crpietschmann 14 days, 4 hours ago

hanselman.com — Folks were hassling me in the comments for not posting the picosecond that .NET 3.5 SP1 came out (or, as I like to call it, .NET 3.6 - although the bosses really don't like that). read more...

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

81
kicks
published 16 days, 16 hours ago, submitted by johnrummell johnrummell 16 days, 17 hours ago

microsoft.com — It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today: Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...

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

62
kicks
published 20 days, 19 hours ago, submitted by dengar007 dengar007 20 days, 20 hours ago

frickinsweet.com — A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

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

22
kicks
published 20 days, 23 hours ago, submitted by bdicroce 21 days, 17 hours ago

blog.briandicroce.com — C# Search is a new .NET search site, powered by Google, which allows developers to further refine their search on anything related to .NET. read more...

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

17
kicks
published 1 month, 2 days ago, submitted by dnk2007 1 month, 2 days ago

blogs.lessthandot.com — A 5 part blogpost about the performance of a select statement done with ADO.Net using inline sql, and stored procedures (even some dynamic sql) and then nHibernate to get the same results. But this one has an alternate ending. read more...

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

4
kicks
submitted by Lord 1 month, 5 days ago

hanselman.com — Hanselman has a great post on learning NHibernate with weight on the Summer of NHibernate Screencasts by Stephen Bohlen read more...

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

17
kicks
published 1 month, 6 days ago, submitted by SQL_Menace 1 month, 6 days ago

blogs.lessthandot.com — Which books should you read/buy when you are a programmer? I have listed 5 books that have helped me a lot. The books that I have chosen are not specific to any language although some of the books have examples in one language only read more...

Add a comment 4 comments | category: | Views: 805
| tag it

16
kicks
published 1 month, 10 days ago, submitted by glennen 1 month, 11 days ago

hanselman.com — Hanselman explains how to use the new AjaxHelper in Asp.Net MVC Preview 4. read more...

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

11
kicks
published 1 month, 6 days ago, submitted by jonas jonas 1 month, 11 days ago

hanselman.com — Scott Hanselman describes three new preview releases the IIS7 team put out this week. read more...

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

3
kicks
submitted by world 1 month, 12 days ago

en.csharp-online.net — A free wiki based encyclcopedia covering Microsoft .NET Framework, ASP.NET, Visual C# Developer Training, SQL Server, and Visual Studio. read more...

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

41
kicks
published 1 month, 13 days ago, submitted by maartenba 1 month, 13 days ago

weblogs.asp.net — The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity. There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge