Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
22 users online
home
users
aquinas
comments
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
aquinas
aquinas
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Using Active Directory to authenticate users to your ASP.NET Web Site
But...why wouldn't you just use basic authentication?
posted by
aquinas
29 days, 2 hours ago
AJAX Text Box Watermark Extender
<ajaxToolkit:TextBoxWatermarkExtender runat="server" TargetControlID="txtFirstname" WatermarkText="Enter Your First Name" />
Yeah, that's a lot of effort...;)
posted by
aquinas
1 month, 4 days ago
Microsoft Announces Visual Studio 2010. Developers Respond.
I'd be willing to pay almost any amount if they would release VS 2010 with NO other feature other than it is 10x faster. Building ASP.NET and switching between HTML view and design view I plan on waiting at least 1 minute. It is getting SLOWER and SLOWER with each release :(
posted by
aquinas
2 months, 5 days ago
Embeddable C# Compiler
Direct link:
http://tirania.org/blog/archive/2008/Sep-10.html
posted by
aquinas
2 months, 9 days ago
Not doing TDD is worst than doing it wrong in the beggining.
Yousing bad english is worst then usint it wrongly.
posted by
aquinas
2 months, 11 days ago
Sending Email in a Development Environment without an SMTP Server
Just go here: :)
http://www.downforeveryoneorjustme.com/blog.donnfelker.com
posted by
aquinas
2 months, 23 days ago
Getting rid of strings (3): take your app settings to the next level
Also you can use a settings file. Right click on your project and go to add new item "Settings File". You get strongly typed settings. And a handy dandy gui interface too.
posted by
aquinas
2 months, 28 days ago
The Work-at-Home Developer's Guide to Happiness
How about the developer's guide to happiness:
Step 1) Work from home.
posted by
aquinas
4 months ago
I hate Vista. I'm moving to Windows Mojave.
.NET?
posted by
aquinas
4 months, 5 days ago
5 Books Every Developer Should Read
You have to REGISTER to read the blog? Is there anyway you can ban entire sites from dotnetkicks?
posted by
aquinas
4 months, 13 days ago
Which kind of cast should you use in C#?
I don't think "as" is faster.
posted by
aquinas
5 months, 15 days ago
ASP.NET: officially unmaintainable
"All MVC frameworks (not just the .NET ones) give you complete control over the HTML."
Because you have to write all the HTML yourself, correct? You can write all the HTML yourself in ASP.NET, just don't use any controls. Like you said: repeater works wonders. For many applications, you may need to do a lot of that. Depends on what you're doing.
"I found some things are just broken. I still have a site in production, with a single TextBox and asp:Button that will not work if you hit "Enter" in the TextBox."
For the case you mentioned you need to add defaultbutton="your button" to the form. This only is an issue with IE actually. Also, no offense but did you actually google this problem? e.g., google: "single textbox button submit onclick asp.net".
What else is broken?
posted by
aquinas
6 months, 13 days ago
ASP.NET: officially unmaintainable
# The ridiculous amount of time I spend in Reflector trying to figure out why things that are supposed to "just work" when wired up "just don't"
I don't think I've ever had to use reflector to figure out why something in asp.net isn't working. Really? You're CONSTANTLY in reflector? I find that hard to believe.
# Not having control over the HTML that is spit out.
HTML that is rendered by server controls you mean? Does MonoRail give you control magically over server control output, or do you just not USE server controls when using monorail? Either write your own controls or you could use control adapters.
Trying to do anything with AJAX or DHTML with the insane control names controlName.ClientID anyone?
Whatever.
posted by
aquinas
6 months, 14 days ago
Frans Bourma comparing OR mappers to Entity Framework.
Sheesh people are being pretty freaking harsh. Has anyone actually tried using EF yet?
posted by
aquinas
6 months, 14 days ago
Wake up ASP.NET developers!
I'm going back to sleep
posted by
aquinas
6 months, 27 days ago
Massive BlogEngine.Net Security Hole - Fix Provided
Why is the password stored in plain text?
posted by
aquinas
7 months, 20 days ago
« Previous
1
2
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems