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

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

Stories kicked by mdopp
5
kicks
submitted by razorant razorant 2 days, 7 hours ago

nyveldt.com — Now that the latest version of BlogEngine.NET is out, it is easier than ever to get your blog running with VistaDB Express. I’ve been using VistaDB Express with BlogEngine.NET for a little while now and just love it.... read more...

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

4
kicks
submitted by craigshoemaker craigshoemaker 2 days, 8 hours ago

weblogs.asp.net — Learn to move the data context of a Dynamic Data website from the web layer to a lower level. This will allow you to reuse the data context as well as any other logic or wrappers you create around the data model. read more...

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

5
kicks
submitted by timz 2 days, 9 hours ago

coolthingoftheday.blogspot.com — xSQL Software is giving away, to the first 1000 people, a 5 license pack for their RSS Reporter product. That’s free free, no credit card or anything required read more...

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

13
kicks
published 2 days, 10 hours ago, submitted by goBlue1996 2 days, 13 hours ago

dimecasts.net — A short screencasts walking you through how to generate an RSS Feed with Argotic RSS framework. read more...

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

20
kicks
published 2 days, 9 hours ago, submitted by janko janko 2 days, 15 hours ago

jankoatwarpspeed.com — Newspaper is a free, lightweight, high-contrast, black&white theme for BlogEngine.NET. The name "Newspaper" comes from the fact that theme looks like real newspapers. You can see how does it looks like and download a free copy. read more...

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

11
kicks
published 2 days, 8 hours ago, submitted by tomdog tomdog 2 days, 18 hours ago

atalasoft.com — Working with an unmanaged static library - with that, you can build a managed C++ wrapper that exposes the functionality that you need. The C++ compiler does some fairly amazing things in terms of knowing when to do unmanaged/unmanaged transitions, but sometimes it does some surprising things that will cost. [Sample code included in the post] read more...

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

3
kicks
submitted by StatisticsIO 3 days, 2 hours ago

statisticsio.com — "Microsoft has told several large database shops to expect their final SQL Server 2008 bits this week. That means it's possible, in an ideal world, that the company will announce RTM (release to manufacturing) of the new database next week at the Microsoft Worldwide Partner Conference. (Microsoft is holding to its official "it'll ship in Q3" story.)" read more...

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

4
kicks
submitted by volume4 3 days, 8 hours ago

dotnet.dzone.com — This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics Development Studio, Get Started Building Silverlight 2 Applications, TypeTransmogrifier, Windows Mobile: Communicating with the Outside World and many more. Enjoy! read more...

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

11
kicks
published 3 days, 10 hours ago, submitted by goBlue1996 3 days, 12 hours ago

dimecasts.net — Short screencast where you learn the Check-in Dance read more...

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

16
kicks
published 3 days, 9 hours ago, submitted by TroyMG TroyMG 3 days, 19 hours ago

squaredroot.com — The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. read more...

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

3
kicks
submitted by gilf gilf 4 days, 5 hours ago

blogs.microsoft.co.il — The post shows how to integrate Unity into ASP.NET web applications. read more...

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

2
kicks
submitted by terrble 4 days, 6 hours ago

simple-talk.com — It is irritating, sometimes alarming, for the user to be confronted by the 'deadlock message' when a deadlock happens. It can be a tiresome business to prevent them from occurring in applications. Fortunately, the profiler can be used to help DBAs identify how deadlocking problems happen, and indicate the best way of minimising the likelihood of their reappearance. read more...

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

14
kicks
published 3 days, 22 hours ago, submitted by shaharyr 4 days, 6 hours ago

dev102.com — Notice that when you add a resource file, there is an automatically generated class with properties issued from the resources elements, so you can call this class properties instead of using the ResourceManager. The only problem with this class is that its properties are marked as internal and thus can’t be accessed externally read more...

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

23
kicks
published 4 days, 5 hours ago, submitted by acyment acyment 4 days, 6 hours ago

misfitgeek.com — Microsoft's Opinionated Misfit Geek apparently took a brief look at Aggiorno, a Visual Studio plugin that does some interesting stuff, such as add alternate text to images, update deprecated attributes or fix tag structure for XHTML compliance. Come take a look! read more...

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

2
kicks
submitted by joelevi 4 days, 6 hours ago

joelevi.com — Let’s face it, if you’re not familiar with the CSS Box Model, you’re probably not a web developer (or, if you are a Developer, you need some remedial education). The CSS Box Model is one of the most misunderstood patterns in CSS. According to the World Wide Web Consortium (W3C): The CSS box model describes the rectangular boxes that are generated for elements in the document tree and laid out according to the visual formatting model. The page box is a special kind of box that is described in detail in the section on paged media. In plain language that means the CSS box model specifies the way a web developer should place a box on a web page. “But that’s not hard to do, you just drop a DIV on the page and you’re done, right?” (read more) read more...

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

2
kicks
submitted by joelevi 4 days, 6 hours ago

joelevi.com — I’m a fan of using ASP.NET’s web.sitemap feature, but I’m less impressed with the level of control that you have (rather, you DON’T have) over the menu controls that consume the web.sitemap datasource (http://www.BuyLifetime.com uses three menu controls that consume the same sitemap from MS Commerce Server 2007, which look 90% like what we want them to). Wouldn’t it be nice if you could just make it into a navigation list? We all know (or should know by now) that a navigation list (whether ordered or unordered) should be just that, a hierarchical (“nested”) list of pages in your site. (read more) read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge