renesisx

Stories kicked by renesisx

Clean Up ASP.NETs Head Tag With ControlAdapters(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 1 month ago

Ok, if you're anything like me you absolutely gag when you see the rendered content of the ASP.NET head tag. read more...

add a comment |category: |Views: 16

tags: another

How to disable web.config Inheritance for Child Applications?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years, 1 month ago

Each ASP.NET Web Application has its own configuration file called web.config file. In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory. This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...

1 comment |category: |Views: 129

tags: another

How LINQ Works – Creating Queries(aabs.wordpress.com)

submitted by renesisxrenesisx(50) 5 years, 4 months ago

Ever wondered how the LINQ queries get turned into real code? With the help of some reverse-engineering this article will show you how it's done... read more...

add a comment |category: |Views: 7

tags: another

Inside MySpace(baselinemag.com)

submitted by JemmJemm(9604) 5 years, 4 months ago

Read the story of the MySpace and how it has grown from "only" few hundred thousands of users to over one hundred million. In the middle they switched from ColdFusion to ASP.NET. The scalability issues with web servers and databases are interesting to read. read more...

2 comments |category: |Views: 8

tags: another