To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite. You need to follow few steps: Steps for installing and use sqlite browser: 1.You ...
Sometimes your SVN is configured with your own svn-account, but some changes in your code are to be commited from some other person's svn account. This commit could either be a one time operation or ...
Liferay Plugin Portal JSON Web Services :-Liferay support the REST API. By Using That we have to create restful web services and the data format of that is JSON. Liferay internally supports to create ...
Default socket timeout in SoapUI is set to 60000 milliseconds i.e. 1 minute. You can change the value if you are facing "Connection timed out:" error. This error ...
One Of the Most powerful elements of HTML5 is Video. The video element is used to embed the video in the HTML page. There is no need of any plugin or other markup, and the best thing is that it ...
In this article we are going to learn about different ways that can be used to return a View in Asp .Net MVC. If we call the action method directly in the above action method like return MyIndex then ...
It is a common requirement in SQL server development to update top N records in SQL server.In this blog we will see two approaches to accomplish the same. 1) Using UPDATE with TOP UPDATE TOP (100) ...
It is very easy to get the url of profile picture from facebook if we have user id. We just create a url like this: Here id is the user id of the Facebook account.
Hello Friends, In this blog I am going to share you about the Error named SIP-23038. This Error comes when we are inserting the data through IDD and we get error like ...
If you have requirement to filter records where some columnName is either having value Null or have WhiteSpaces or is Empty, you can use following query: SELECT columnName FROM tableName WHERE ...
Get instant applications from our database of companies and freelancers.
In the software engineering field software designing is a main section. We can categorized into three sections of the software designing these are as-- Architectural Design High-level Design Detailed ...