There are various software development approaches ,these approaches are also referred as “Software Development Process Models” (e.g. Waterfall model, incremental model, V-model, iterative …
Development
-
-
1.Struts2 Apache Struts 2 is an enterprise-ready web framework for Java application. It has been designed to streamline the entire development cycle starting from building to deploying. Struts 2 is …
- .NET
DotNet Application Development – Simple Steps To Enhance The Performance Of Your .NET Application
.Net Application Development for the purpose. You need to be well aware of the factors that can make your application perform slowly or quickly. A lot of parameters or sometimes even …
-
Benefits Of Customized Internet Explorer Toolbar Development 1. Benefits of Customized Internet Explorer Toolbar 2. Enhanced Browsing Experience 3. Customized toolbar for your …
- APEXSALESFORCESalesforce CustomizationSalesforce.com
How to add a hyperlink in the body of a feeditem using apex class?
How to add a hyperlink in the body of a feeditem using apex class? FeedItem in salesforce as its represents an entry in the feed, such as changes in a …
-
How to Identify the Salesforce.com Known Issues Salesforce.com has had a Known Issues site that can help you when you run into something that is not working as expected in …
-
how to check the page is loaded in mobile or browser using Apex Class its achievable with the help of “User-Agent” header properties like below: String userAgent = ApexPages.currentPage().getHeaders().get(‘User-Agent’); …