Starting in DevExpress - asp.net

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.

Related

caching fault and advantage

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

applications using ribbon

We're looking for applications that implemented the ribbon control just to see how developers other than MS Office team used this control. I tried googling a bit but the list is still short. Can you guys refer me to some good projects that are using the ribbon control the right way?
Thanks,
MR
Microsoft offers some samples if you're looking for implementation details. Or are you looking more for design ideas?
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2bfc3187-74aa-4154-a670-76ef8bc2a0b4&displaylang=en

asp.net web application

i am new for asp.net. i want to develop a simple web application(asp.net+c#) which display
questions and multiple choice answers and calculate result. i want to know which one is the best way for me to do it.
i want to use linq to sql.
please guide me.
thanks in advance and sorry if you feel my question style is bad.
Here is where you can start
http://www.asp.net/get-started
http://www.asp.net/web-forms
http://www.asp.net/mvc
http://www.codeproject.com/KB/aspnet/
Start by this examples...
Oh and here is something very close to what you ask
http://www.codeproject.com/KB/aspnet/MultipleChoiceExam.aspx

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

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

Resources