|
Thanks, that is a very good point and a compelling reason to 'ring fence' every file needed to build a particular version of an application including the libraries.

|
|
|
|
|
Try setting up your own nuget repository, especially if you share components across projects
|
|
|
|
|
Can anyone share me information about ALM tool users and their usage level ?
Its urgent i tried my best in researching it....looking up for someone to help me with this
|
|
|
|
|
oberon29 wrote: Its urgent
We're volunteers. You can't hurry volunteers, it's not urgent here.
I don't think anyone measured the usage-level of various application lifecycle management tools. You could consult Google to find out what's most used.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
Quote:
Source Error:
Line 948: <panelcollection>
Line 949:<dx:panelcontent id="PanelContent1" runat="server" supportsdisabledattribute="True">
Line 950: <dx:aspxpagecontrol id="ASPxPageControl3" runat="server" activetabindex="1"
line="" 951:="" width="100%" cssfilepath="~/App_Themes/Glass/{0}/styles.css" 952:="" csspostfix="Glass" spritecssfilepath="~/App_Themes/Glass/{0}/sprite.css" <="" blockquote="">
|
|
|
|
|
What is this supposed to mean?
Veni, vidi, abiit domum
|
|
|
|
|
what's that namespace "dx" ? are you using some third party control like "devx" ?
Nikhil Singh
|
|
|
|
|
This may be a dev express error
Sankarsan Parida
|
|
|
|
|
Hi...I want to know what exactly is the application life cycle and what are its steps.thanks.
|
|
|
|
|
Have you used google before?
|
|
|
|
|
No it is a beta product.
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
An Application lifecycle is, well... The Lifecycle of an application.
It typically starts with governance, then follows the development and afterwards the application goes into maintenance, where only support, bugfixes and maybe updates are delivered.
See Wikipedia for more details[^]
Veni, vidi, caecus | Everything summarizes to Assembly code
|
|
|
|
|
Application life cycle includes various steps involved to have the system ready for use. For example, waterfall method is one famous software life cycle which includes
Requirement analysis
System Design
Implementation
Testing application
Deployment
Maintenance
There are similar life cycle steps for other systems/applications.
|
|
|
|
|
which product application are you telling?
Sankarsan Parida
|
|
|
|
|
I am supposed to become competent with UML.
Quick websearch shows me 10, 20, maybe 50 options.
SEO makes them all worthless.
Recommendations welcome.
Thank you.
modified 21-Oct-13 15:55pm.
|
|
|
|
|
|
There is a good article on CodeProject.com, see OOP and UML[^]
Veni, vidi, caecus | Everything summarizes to Assembly code
|
|
|
|
|
Hello,
I need Automatic detection of usb printer and it has to display the content of the file....
I want that code in jquery which i have to use in dotnetframework 4.5
|
|
|
|
|
Wrong forum then.
And I would guess you should start with google.
|
|
|
|
|
how to hide panel through javascript
|
|
|
|
|
You might try posting in the appropriate forum, here[^], for starters, as this has nothing at all to do with application lifecycle. Of course I would wait until after you read the "How to ask a question" posting that has already been suggested to you.
|
|
|
|
|
document.getElementById("panelId").visibility=false;
or try
document.getElementById("panelId").css("style","display:none");
Sankarsan Parida
|
|
|
|
|
Let me give a url such that i can find out an example of implementation of sql trigger in asp.net application
|
|
|
|
|
You could start by using Google, and follow that by posting your question in the proper forum.
Use the best guess
|
|
|
|
|
SQL triggers live in the database and are not visible via normal data access usage - they wouldn't have anything to do with an asp.net application.
|
|
|
|