
Search In
Position: Software Developer
Roles and Responsibilities:
Requirement gathering, design, development, testing of web applications using ASP .net
Maintain existing websites by identifying and correcting software defects
Design ar
To show slides of images, we use ViewPager in android that provided by the support library.
First of all add images that we want to show in drawable folder.
Then create array of these images.
private int[] mResources = {
R.drawable.
VPN is used by the companies who have very sensitive data flow in their organization.
Data is crucial in terms of every aspect for some governing bodies like military.
So in that case these bodies purchase their own private network
We have used ActionResult in our controllers . The hierarchy of Action Result is as follows:
System.Object
System.Web.Mvc.ActionResult
System.Web.Mvc.ContentResult
System.Web.Mvc.EmptyResult
System.Web.Mvc.FileResult
Syst
Promises are logics that are executed after any function is completed. In AngularJS, promises are provided by the in-built $q service. It executes asynchronous functions by registering them with the promise object.
Deferred helps to con
Rush to judge but slow to act. Might that be an awesome logic for effective businesses? Ask yourself, does something should be changed? Rush to judge that changes should be made. On the other hand, be slow to act until you get adequate information to
If you want to show web pages without opening browser application in your android application then make the use of webview as I have done below:-
1) to make your application access the internet use the permission"<uses-permission android:nam
While using ADO.NET classes we perform manipulations with data and tables.
But if in any case we first want to know the table structure or want to get the schema structure then we can also use this classes for that.
This is to insta
While retriving or inserting data into the database we use SqlClasses.
But we can also create dynamic data or dynamic table if we want.
For doing that we need to use the classes:
DataTable : Table where rows and column are stored.
In OpenERP to add access rights and group_id in object models first we have to create users and users have many type of access rights and those access rights were provided by admin. object models reference in fields_relations intersects with access r
