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

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

Stories submitted by friends of aroman07
18
kicks
published 1 day, 10 hours ago, submitted by crpietschmann crpietschmann 6 days, 17 hours ago

bradwilson.typepad.com — The ASP.NET MVC team just dropped CodePlex Preview 5. It contains a whole raft of new stuff, but there are two highly related features that I worked on. Since I have one foot in the "Dynamic Data" space and one foot into the "MVC" space (being the guy working on "Dynamic Data for MVC"), it means I get to have conversations like this: read more...

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

3
kicks
submitted by crpietschmann crpietschmann 6 days, 17 hours ago

nirandas.com — Many websites specially forum sites display time relative to the current time as “3 Hours 25 Minutes ago”, “30 Seconds ago” etc. In this post I will show a method using which we can convert datetime into descriptive relative time string. read more...

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

2
kicks
submitted by crpietschmann crpietschmann 6 days, 17 hours ago

nirandas.com — I been interested in asp.net mvc since its preview2 release but really its now that I am playing with it. I have downloaded the asp.net mvc preview4 and is currently enjoying the cool new method of developing asp.net websites. An important feature of asp.net mvc framework is its pretty urls and ability to map incomming requests to controllers and action like other mvc frameworks. However the url format like “/blog/archive/hellow-world” would not work on iis6 by default. For these types of urls to work on iis, we either have to setup iis to route all incomming requests to asp.net or use a different url format. read more...

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

2
kicks
submitted by crpietschmann crpietschmann 6 days, 17 hours ago

nirandas.com — I been using prototype for few of my project lately, however, I been hearing some wonderful things about jquery so decided that it is the right time to give it a short. Here is what I tried to implement with jquery on asp.net mvc. I decided to add the ability to automatically check whether the username given by the user on the registration page is already taken or is available. For this I added a new action on the account controller named “check”. This action returns a ContentResult containing the text to display. Code follows: read more...

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

5
kicks
submitted by crpietschmann crpietschmann 6 days, 18 hours ago

pietschsoft.com — About two weeks ago I posted on how to Implement Custom Theme support in ASP.NET MVC. There were some breaking changes made when the Preview 5 release was released yesterday, so here's a post that contains the updated code for this new release. This is also a good example of how to create a custom ViewEngine in ASP.NET MVC Preview 5. read more...

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

2
kicks
submitted by crpietschmann crpietschmann 10 days, 1 hour ago

codeproject.com — It helps to maintains files in directories with dynamically generated names using company's naming convention, versions and release read more...

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

18
kicks
published 9 days, 10 hours ago, submitted by crpietschmann crpietschmann 10 days, 19 hours ago

dotnetcurry.com — In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...

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

15
kicks
published 12 days, 9 hours ago, submitted by crpietschmann crpietschmann 14 days, 16 hours ago

hanselman.com — I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

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

4
kicks
submitted by bo2bo2 bo2bo2 14 days, 23 hours ago

aspxwizard.net — like the title read more...

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

1
kicks
submitted by bo2bo2 bo2bo2 14 days, 23 hours ago

aspxwizard.net — a simple function that changes encoding of a string read more...

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

1
kicks
submitted by crpietschmann crpietschmann 15 days, 20 hours ago

twit.tv — Apache CouchDB, the distributed, schema-free, document-oriented database accessible via a RESTful HTTP/JSON API. This looks like a really cool project. read more...

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

2
kicks
submitted by stribny 15 days, 20 hours ago

stribny.name — I have written a few lines for validating my forms. It’s basically a concept which is not ready for production but I want to share it with you a get some feedback. read more...

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

3
kicks
submitted by crpietschmann crpietschmann 15 days, 20 hours ago

blogs.zdnet.com — I noted yesterday that Microsoft only had 11 more days within which to deliver the more customer-focused IE 8 Beta 2 if it were to hit its August deadline. According to one well-placed tipster, who requested anonymity, the current plan is for Microsoft to make IE 8 Beta 2 available for download from its Web site by August 28. And the final version is tracking for a November release, the tipster added. read more...

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

2
kicks
submitted by crpietschmann crpietschmann 15 days, 20 hours ago

weblogs.asp.net — Steven Walther recently posted on the subject of disposing of DataContext objects and provided some interesting insight into what actually happens. From what he says it sounds like the DataContext object acts much like the SqlDataAdapter class. It opens the connection right before a query is executed and closes it immediately after. I don’t want to steal Steven’s thunder so check out his post on the subject (the last part of the article talks about the consequences…or lack of consequences…of not calling Dispose()). read more...

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

31
kicks
published 15 days, 11 hours ago, submitted by crpietschmann crpietschmann 15 days, 22 hours ago

blog.lutzroeder.com — After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...

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

1
kicks
submitted by drinker 17 days, 10 hours ago

gathadams.com — Master Pages in ASP.Net will mess up the IDs of your controls - here is a handy snippet which will allow you to use getElementById with the normal control ID (no more worrying about the mangled name). read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge