caching fault and advantage - asp.net

I search a lot but cannot find complete answer or paper about caching.
I use asp.net 4.5 and work with 3 layers to create website.
I want to know about cach,types and fault,advantage.when I cach a usercontrol in asp.net what save in cach and other things.
I know primary about it but i want advanced.
please give me a link of Comprehensive and powerfull paper or article about it.
Thank you in advance.

Please check below link,
http://www.c-sharpcorner.com/UploadFile/2072a9/caching-in-Asp-Net/[^]
http://www.tutorialspoint.com/asp.net/asp.net_data_caching.htm
Caching in ASP.NET

Related

asp.net page maker (form maker)

please introduce some form maker(page maker) for asp.net.
like Iron speed.
that enable us to generate form or user control from database tables.
thanks all.
I suggest also this one
http://www.hkvstore.com/aspnetmaker/
Try Asp.Net Dynamic Data
There are tutorial videos at the link provided.
It's quick, simple, powerful, and easy to customize once you learn how it works. (And provided you understand ASP.NET in general.
And it's free.

ASP.NET Web Custom Controls

I am Beginner. I want to study and create custom controls. I have searched on Google but didn't find any good stuff.
Could anybody provide me some nice link or explain me that how can I start custom controls.
Thanks in advance.
Following article might help you :
http://www.codeproject.com/KB/validation/MyTextBox.aspx
http://www.codeproject.com/KB/custom-controls/EnhanceGrid.aspx
Here is walkthrough in creating webserver control at MSDN http://msdn.microsoft.com/en-us/library/yhzc935f.aspx

Starting in DevExpress

I am looking at integrating DevExpress to a webapp Im doing in asp.net C#.
Finding it difficult to get a good article or book on how to begin. any where to find these?
Here's a list of thing I used to get familiar with DX controlls:
As Aseem Gautam's answer web casts gives good overall prospective
To get more detailed picture you can look through few sample apps
DX documentation, knowledge base
And finally you could ask for assistance the DevXpress support team
you can find some demonstration here :
http://demos.devexpress.com/ASP/
Professional DevExpress ASP.NET Controls by Wrox
http://www.wrox.com/WileyCDA/WroxTitle/Professional-DevExpress-ASP-NET-Controls.productCd-0470500832.html
Best is to watch the online webcasts.
https://www.devexpress.com/ClientCenter/Downloads/#Documentation
View the online videos at the Developer Express site.
I would recommend the devexpress site as the best source. They even have online demos that will help a lot.

ASP.NET - user-controls repeater

I am building a Web Application for shopping cart using ASP.NET and I am new to ASP.NET.
One of my close associate suggested me to use the user controls, repeater and master page for faster development of pages.
Can you suggest me reading materials to quickly grasp its usage.
Thanks to All.
Regards,
Justin Samuel.
See the following videos / texts which should give you some further guidance on the specifics you require;
Official ASP.NET Learn: Master Pages
Official ASP.NET Learn: Custom User Controls
w3c - Repeater Control
Master Pages: Really simple concept and easy to implement. Do the bare minimum of reading then just create one and use it with a couple of pages - you really can't go too far wrong with these. Maybe check something like this out:
http://www.devx.com/dotnet/article/18042
Repeaters: Little bit more involved - more to learn (data binding, basic info on the page life cycle) but still very easy to learn.
simple example can be found on w3c schools:
http://www.w3schools.com/ASPNET/aspnet_repeater.asp
if you are binding to info from a DB, best to use a datareader rather than a dataset:
https://web.archive.org/web/20210513222547/http://aspnet.4guysfromrolla.com/articles/050405-1.aspx
Good luck fella
For repeaters:
http://www.maconstateit.net/tutorials/ASPNET1/default.htm
or
http://www.asp.net/learn/videos/video-08.aspx
And there are a whole slew of videos covering almost anything you want to learn here:
http://www.asp.net/learn/
and more beginner-based learning here:
http://msdn.microsoft.com/en-us/beginner/bb308760.aspx
All of the above are good answers and links. I would like to add the following since you mentioned you are new with ASP.NET. There is a learning program called Ramp-up from Microsoft, it is basically free community-based online learning, it is great for beginners and developers of all levels:
http://msdn.microsoft.com/en-us/rampup/dd861531.aspx

Customize WSAT in ASP.Net

Has anyone ever customized the website admin tool in ASP.Net? I would like to add some fields when ceating a user and keep it all in one place.
Any pointers would be appreciated.
W£as a tumbleweed :) Not sure if anyone has done this or not. I've managed to rip out the table sthat are not used and create a few views in MVC to allow Intranet\Internet MVC applications, It's working well.
If anyone requires anything like this I'm happy to help.

Resources