Writtting Documentation To .NET Applications?
Jul 8, 2010
I am new to .NET Programming language. I am working on developing couple of applications using VS2005.My company is a startup company and I am the only developer, so we don't have any standard documentation formats/templates.But I need to use few documentation templates like I need to write functional documentation and technical documentation.Is there any specific template provided by Microsoft or
View 4 Replies
Similar Messages:
Jun 7, 2010
I've been worked with web services so far, and I'm interested in expanding my services to console applications as well so I started digging up with WCF but I'm conserned that I won't be able to use the HttpContext collection that I've been used to do with web services one important thing which is to generate a random value from HttpContext.Current.Request.ServerVariables["ALL_HTTP"] that I need to reckon if it's the same or at least near what machine that is calling my service. How can I overcome this problem?
I need to know what machine is calling to count the number of attempts to login into my system for example. So must do it inside of the svc code otherwise if I let the client inform what ip address or what computer he is using, anyone could forge this argument and surpass by another machine. May be I'm approaching this matter wrongly. And I should count the number of attempts per state session, but how is it done?
View 1 Replies
Apr 22, 2010
Our corporate intranet is designed so that each web application is a child application in the primary application.. Everything has worked fine with Visual Studio 2008 and even in 2010 running the website locally works great, the output directory for the child apps is ..in and the ProjectName.dll copies to that directory.. When I do a publish however it does not and I have to manually copy the dll from the bin folder in the project folder to the parent bin folder, this isn't hard of course but more of a pain in the butt each time I need to publish something. I made sure the output directory is correct for both debug and release yet on publish is just copies it to the child bin and not the parent bin as needed.
View 2 Replies
Apr 15, 2010
We are developing a very complex eCommerce portal using asp.net c# and the client asked us to make the documentation very similar (look & feel) with ebay api documentation http://developer.ebay.com/DevZone/shopping/docs/CallRef/GetSingleItem.htmlhat kind of tool they are using and if not do you know anything that can be configured to produce a similar result ?
View 1 Replies
Jan 23, 2011
Now that ASP.NET MVC 3 with the new Razor engine has been officially released, is there any official documentation for it?The question asp.net mvc3 razor documentation? has some good links to introductory texts. But I'm looking for a reference documentation that contains a complete description of all @keywords.
View 2 Replies
Mar 24, 2011
I am developing Asp.Net C# project. I need to prepare documentation for that. Which include Architectural Design,Database and Class diagrams for our project. I searched many sites but I didnt find any perfect template for it. i want to find nice template for the documentation.
View 2 Replies
May 19, 2010
I'm looking to find more information about the AJAX AnimationExtender - I get the impression that it is a quite powerful framework, but there is only 1 very simple example on the AJAX pages, and a server-side coding reference. I would like to know where I can get a more detailed explanation of using the AnimationExtender, that might cover more comprehensively all the XML options that are available, and how to carry out Javascript routines - does anybody know where this sort of resource might be found. Presumably they do want us to use the controls to their maximum, but the documentation I have been able to find so far seems quite inadequate. For example, I would like to know how to pause an AE animation, but I cannot find a single example anywhere!
View 3 Replies
Feb 28, 2010
I've just come across these in MVC, and would like to use them instead of tables sometimes,as tables and DIV's just don't mix well!Never seen these before,and was wondering if there is any documentation about these new table-substitute TAGs? I've also heard recommendations to use these as opposed to tables and would therefore like to familiarize myself with them properly (as opposed guessing how they work as I have been recently).
View 2 Replies
Jan 5, 2011
I would like to include a word document, and unused program files in a folder as part of my project, but I don't want it compiled, etc. How is the best way to do this?
View 1 Replies
Oct 29, 2010
Been trying to find documentation on the accordion control. Was wondering if it's possible to have all the Accordion Panes collapsed when the web page loads?
View 5 Replies
Dec 21, 2010
I landed on a job to continue working on exisiting asp.net 3.5 application using Visual Studio 2008. The former .net developer is no longer around and I have to dig into the application code to understand how the app works( workflow, logic, etc...)I have added new development to the existing application and enhanced existing pages. Now, I need to provide Technical documentation for the application so any new developer comes onboard will not struggle enhancing the app or do new development following the same methodology . Q1. What is the best approach to provide technical documentation.I thought of the following
View 1 Replies
Sep 15, 2010
the format of how to make and analyse database documentation.
View 1 Replies
Oct 4, 2010
I ve completed a web application and now i want to prepare functionality and technical documentation for the same. But i ve never done such documentations. Can someone provide how to prepare such documentations.
View 2 Replies
Mar 31, 2010
It looks like the final release for ASP.NET MVC 2 has been already around for 2 weeks. Unfortunately, I can't find documentation that's intended for MVC 2 exclusively. I've checked Amazon.com (no book yet on MVC2), ScottGu's Blog (only 2 short posts), ASP.NET/MVC website (they've only posted what are alreadi in the ScottGu's blog).
View 4 Replies
Mar 27, 2010
free sipmle cms for internet shop with documentation? i downloaded nopcommerce but there no free documentation
View 2 Replies
Feb 21, 2011
I've just installed ASP.NET version 4.0 and I'm trying to find the local help for it.
(IOW: Accessing help with Document Explorer).
OS is Win XP (updated).
Looking in: Start > All Programs
I do not see an entry for Microsoft .NET Framework SDK v4.0
I do see the old entry for Microsoft .NET Framework SDK v2.0
I've always accessed local help with the following shortcut:
"C:Program FilesCommon FilesMicrosoft SharedHelp 8dexplore.exe" /helpcol ms-help://MS.NETFramework.v20.en /LaunchNamedUrlTopic DefaultPage /usehelpsettings NETFrameworkSDK.20
How do I get this to work for version 4.0?
... or ...
Did something go wrong with the install?
View 2 Replies
Sep 8, 2010
One thing I've always appreciated about Java is the straightforward API documentation. Since Oracle took over Sun, it is a little less intuitive to get to, but basically, you go to:
http://download.oracle.com/javase/6/docs/api/
and you are set. Click on your class in the left area (example: String) and boom, you can read a brief overview of the class, see the various constructors, review the methods and return types, parameters, etc. These days I'm 100% C# and .NET but I often have trouble finding a good class API reference similar to that which I'm used to in Java (as I'm a former Java developer). So I thought I'd ask the community which references you all use and if there is something similar to the Java documentation.
View 4 Replies
Apr 18, 2010
can you recommend some documentation for Globalization and localization of awebsite in asp.net and vb.net
View 7 Replies
Jul 12, 2010
I am needing to produce some technical documentation for a web app I have been developing. I have been using XML commenting with a view to using sandcastle to create my documents. The problem is that I can't see how it works with express as there are no XML document settings in the build options.
Can sandcastle be used with express and if not does anyone know of any (free) tools that I can use to automatically create my documentation?
View 5 Replies
Sep 1, 2010
i need to send a mail from sql server i need some documentation because i do not know how to do?
View 2 Replies
Sep 29, 2010
I inherited the application that uses Microsoft Ajax 4 client templates.Syntax like {binding x,source=y, <another attribute>=z...},special variables like: $id, $element,$itemdata,and Sys.UI.DataViewcomponents are all over.I don't understand the synta and the usage. I've been looking on the Web for any help and all I find are some blogs that use those syntaxes,but no documentation.This site (asp.net) might had them in the past but now all they have is jQuery and Control Toolkit.
View 1 Replies
Oct 7, 2010
If I try to use the new maxRequestPathLength settings in an ASP.NET application it does not work. I get an unrecognized attribute error. I've tried using both ASP.NET Integrated and Classic application pools in IIS 7. What is also funny is that if you search for maxRequestPathLength on MSDN it is no where to be found in the documentation except in the list of new features for ASP.NET 4.
View 1 Replies
Jul 28, 2010
Is thr any documentation or tutorials about php development in webmatrix/
View 1 Replies
Apr 12, 2010
I can't seem to find good documentation of My.Computer.Network. We are currently using Xceed FTP in a program and I want to try to replace the functionality with the built-in .NET class. Can anyone point me to comprehensive doc and/or do you know if the class supports doing a diretory listing at the remote FTP site?
View 6 Replies
Sep 1, 2010
when ASP.NET throws an application error, IIS shows the 500 HTML error, but when a WCF service throws a FaultException (IIS 500), the client gets a proper SOAP fault with error message in it.
Is there any good documentation on this request processing?
View 1 Replies