|
|
aroman07
Stories submitted by friends of aroman07
|
|
published 1 day, 10 hours ago, submitted by
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
|
category: ASP.NET | Views: 214
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 5
|
|
tags:
DateTime, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 6
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 4
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 11
|
|
tags:
Themes, viewengine, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 10 hours ago, submitted by
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
|
category: CLR | Views: 364
|
|
tags:
string, Tips, dotnetcurry, .Net, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 12 days, 9 hours ago, submitted by
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
|
category: ASP.NET | Views: 140
|
|
tags:
Image, dotnetcurry, ASP.NET, httphandler | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 15
|
|
tags:
MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Other | Views: 8
|
|
tags:
IE8, IE | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 11
|
|
tags:
LinqToSql, using, LINQ, CLR, dispose | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 15 days, 11 hours ago, submitted by
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
|
category: CLR | Views: 448
|
|
tags:
RedGate, LutzRoeder, CLR, Reflector | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 9
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|