Useful Links
June 12, 2008 at 2:04 pm | In .net | Leave a CommentTags: .net questions, interview questions, links, usseful links, websites
Hi All !
Here i have listed few links which i felt worth sharing
http://www.techinterviews.com/?p=249
http://www.toqc.com/entropy/TheAnswers1.html
http://nazish.blog.com/1004695/
http://www.codeproject.com/KB/miscctrl/tips.aspx#tip1.1
Web Config and Machine Config
December 20, 2007 at 8:58 pm | In .net | Leave a CommentTags: machine.config, web config
Difference between the two config files is tat, Web.config files specify configuration settings for a particular web application, and are located in the application’s root directory; the machine.config file specifies configuration settings for all of the websites on the web server, and is located in $WINDOWSDIR$\Microsoft.Net\Framework\Version\CONFIG.
Deploying Windows Application
December 19, 2007 at 8:47 pm | In .net | 2 CommentsTags: Deploy windows application
After completing a windows application in asp.net, we would like to pass the application. If the system that does not have t .net framework cannot view as such. So, we can deploy the windows application and pass the Set Up file to others.
This link will guide you to deploy the windows application.
Difference between master pages and user control:
December 18, 2007 at 9:36 pm | In .net | 3 CommentsMaster Page: master page is a page that contains the template for the content pages related to it.
User Control: User Control are pages with .ascx extension that contains static html contents.These files cannot be viewed directly. They need to be put inside the container say webform(.aspx page) .
The difference is nothing but master page is available with vs2005. S the previous versions used user controls to style the webform.
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.