absolutemystery

Stories kicked by absolutemystery

Nov 17th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS 2008, .NET 3.5(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

November 17th link list by ScottGu. read more...

1 comment |category: |Views: 2

tags: another

ASP.Net MVC Framework Part 1(weblogs.asp.net)

submitted by isuttleisuttle(1140) 4 years, 6 months ago

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another

Microsoft C# Team Picture(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 6 months ago

A picture of the C# Team at Microsoft from fall 2007 read more...

10 comments |category: |Views: 22

tags: another

My favorite interview questions(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. read more...

8 comments |category: |Views: 123

tags: another

NiftyDotNet, round your web elements easily(niftydotnet.blogspot.com)

submitted by bigwhopperbigwhopper(30) 4 years, 7 months ago

NiftyDotNet is an ASP.NET 2.0 component that allows you to round the corners of your web elements (such as divs) easier than ever before. It wraps the excellent Nifty Corners Cube, that makes this work using unobtrusive javascript and css. read more...

add a comment |category: |Views: 4

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

Building a custom ASP.NET paging control(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 7 months ago

As an IT Consultant with numerous number of projects that has to do with a lot of data which at the end of the day requires paging - I'm really tired of writing paging methods for every project. Therefore, on this nice beautiful Saturday I've decided that I'll knock out a paging control which I'll gladly call the Data Pager Control. read more...

add a comment |category: |Views: 55

tags: another