Suggest Books And Sites To Start With
Apr 24, 2010I Just started to work in ASP.Net.I am beginner. Please suggest me the best books for Beginner,Intermediate and Advance in ASP.Net
Also suggest me the links to start with an ASP.Net
I Just started to work in ASP.Net.I am beginner. Please suggest me the best books for Beginner,Intermediate and Advance in ASP.Net
Also suggest me the links to start with an ASP.Net
i have learned asp.net for a couple of time,now i want to know what exactly asp.net do when a request comes,eg.how the request was processed?,when it is transfered to asp.net from iis?,how the asp.net deals with the request and send to page?page life cycle? is it threadsafe for the page to handling the request?. i want to learn inside asp.net gradually. can someone suggest books or some materials for help?
View 1 RepliesPossible Duplicate:
MVC Learning Resources
I am assigned to a project in which ASP.NET MVC is widely used. I am new to it; can you provide me nice resources to learn it quickly?
What is the right approach when users (authenticated domain admins) should be able to start batch jobs (usually exe files) from an IIS (7.x) aspx (c#) page? This is an intranet site. The batch jobs have to run on the web server as Domain Admins. The website pool is executed by network service or some similar restricted account in AD.
Approaches I can think of (and their disadvantages):
1. Start exe file with System.Diagnostics.Process.Start with another account. This feature is disabled in IIS 7.x, how do I allow it?
2. Create a sheduled task and call scheduled task-api. This unmanaged dll is giving VS compiler warnings because it's unsafe to call from managed code.
3. I suppose there's a better approach, because the previous suggestions doesn't appear safe or robust.
i m not able to open certain sites from internet explorer 7.it is showing all sites as restricted .
View 12 RepliesI am interested in developing Web Parts that can be used in our ASP.NET sites
and our SharePoint sites. An example Web Part I have in mind is a Post Code (Zip Code) look up.- Visual Studio 2010 Premium- SharePoint Designer 2007- Windows 2003 Server (therefore WSS 3.0)- No SharePoint Server
I want to create functionality for "To and CC" textboxes used in sending email.
When I type any name in "To or CC" textbox, list of names should appear automatically. How to do this.
I want to avoid Javascript code for this functionality. Just in case if there is no solution way except using Javascript then only I can use it. How to achieve this task.
I am using ASP.NET Textbox control for "To and CC"
How do you stop the auto suggest feature from dropping down suggestions while using jquery autocomplete. The auto suggest is dropping down over the autocomplete selections. Its terribly annoying. I've tried z-index. Nothing seems to stop it.
View 1 RepliesI need a book or two to get a good understanding of web services, starting from very basics, and going upto WCF. I've been using c# for 2 years and have intermediate level of experience with the language.
View 1 RepliesI know only HTML CSS and C.Now, I want to learn C# and ASP.net. What book would be better for me? Finally won't to make web pages in C#, no for desktop
View 5 RepliesI wish to learn to develop web sites with asp.net 3.5 Does anyone know of any good books or website tutorials that could teach me how to develop creative web sites? When I mean creative, i mean master page examples and use of tables etc etc.
View 3 RepliesAnyone have any tips for more advanced books regarding report design? The topics I'm interested in is customizing reports and custom code (i.e let's say I want to preserve chart colors across multiple charts in a report).
View 2 RepliesHas anyone come across any books that covered the topic of gridviews REALLY well and just say what they do?
View 1 Repliesi need a regular expression for validate authors of bookssomething like:
John, D.
John, D.O.
John, D.O.E.
i mean First Char UPPER ended with, the 1 or many initials UPPER separated with.
I am trying to register the route collection in .net based on each session. The code I have works fine, you goto website/username and it loads the correct sub pages, but you have to restart the application to goto website/username2 to load those sub pages. But when the application is restarted the second one works, but then not the first one. Is there some way to create a different route collection per session not per application using system.web.routing.
View 3 Repliesi want to get masterized....in MVC
finding books and links for mvc..and learning linq queries
how to get "Paging Without The WebGrid.I'm using the example from the article I have done so
[Code]....
My goal was to sample books page to only one category and Paging for the data view.
Please recommend books for developing ASP.NET User and Custom Controls
View 2 RepliesI would like to start a System.Threading.Timer in my application when it launches (maybe deploy is the correct word). I have seen that you can use Application_Start() but this is only fired once the first request comes to the application. I need the timer to start as soon as the application is running so that it can check for work to process even if a user is not interacting with the site. How can I get the application to start the timer once it is up and running?
View 4 RepliesI am running Visual Studio 2010 (as Admin), IIS 7 on Windows 7 x64. I am able to run the ASP.NET web site in IIS 7 without debugging just fine, but when I press F5 to debug it, I get: Unable to start debugging on the web server. Could not start ASP.NET debugging. More information may be available by starting the project without debugging. Unfortunately the help link is not helping me much and leads down a heck of a large tree of things. I checked the following:
Security requirements — I don't recall having to do anything special before. The worker process in IIS7 is w3wp.exe. It says that if it's running as ASPNET or NETWORK SERVICE I must have Administrator privileges to debug it. How do I find out if I need to change something here? Web site Property Pages > Start Options > Debuggers > ASP.NET is checked. Use custom server is set to the URL of the site (which works fine without debugging). Debugging is enabled in web.config. Application is using ASP.NET 3.5 (I want to move to 4.0 eventually but I have some migration to deal with). Application pool: Classing .NET AppPool (also tried DefaultAppPool). Surely it shouldn't be that hard to install IIS, VS, create a web site, and start testing it?
In our ASP.NET application we perform some initializations upon the Application Start event.When the application is started in visual Studio 2010 with 'Debug->Start new instance' the ASP.NET Development server does not start new, and my Application's Start event is not fired.My workaround is to manually stop the development server - is there a setting to force this automatically?
View 1 Repliesi decided that asp.net is the one for me. But i dont know any of .net languages. My teacher recommended c# but i dont nedd to learn c# completely but only basics with asp.net. Is there any book or website that teaches c# specifically for asp.net
View 1 RepliesWe plan to develop a ASP.NET ( VS 2010 ) web site.We need to know if there are any ready made startup ASP.NET web sites so we can get them and adjust / upgrade according to our needs.
View 1 RepliesI want to create several websites on my domain, and I am wondering how to go about this in MVC? Should I put them all within one project, and create separate folders in each Views, Models and Controllers folder for each site, or would it be better to create a separate project for each site, although I'm not sure how I would integrate
View 5 RepliesIm working on a project where i will need to create sites programatically when a user completes a sign up process.
so basically if my main site is: www.mysite.com i will need to create subsites in the format of: www.username.mysite.com
where username is an option entered by the user in the signup process to designate a unique identifier for their site.
im working with VB.NET language.