
Search In
Hi, I want to pass message back and forth on client and server which are on different scenes, how can I do that in Unity?**
Following is my Scenario:-
I have 5 scenes-
1. BaseScene (2) OfflineScene (3) OnlineScene (4)
Do you find yourself stuck in the office cubicle, thinking about leaving your unsatisfying 9 to 5 job and starting a full-time freelance business? If you have the skill which someone is ready to pay for, freelance work online can turn up to become a
Hello Reader's if you are looking for the image uploader status then this blog is very helpful to you.
The main reason why the developers are using this notifications is because for the user having the slow internet connections they don't wa
LINQ is used for Data querying in a type safe way. Data to be queried can be XML, SQL, and Object etc.
Let’s have a look at simple LINQ query:
var items = from employee in db.Employee
where Employee.Salary < 20000
CRM software is an essential element of any type of industry these days. It helps a business to keep track of their customers, their activity and confidential business data.
There are many CRM available catering to different sizes of busines
The mobile application development industry has been evolving ever since its beginning.
And it has gone through constant evolution and a lot of advancements have happened which we could not even imagine a couple of years back!
Moreo
"How to make validations in Model Class using Asp.Net MVC "
In this article we will learn about validating Model using Data Annotations . Data Annotations provides us Metadata that describes some set of rules, with the help
In this blog I am going to explain how to insert data from html form into mysql. We have three steps for completing this process.
Create HTML Form
Create MYSQL Database.
Mysql Database Connection and retrieve HTML form data into
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 JSON services. it already have many portal JSON
Normally we can declare a datafield and assign value to that datafield, so why do we use GET and SET accessor to return or assign the value of datafield? Let us go through an example to understand GET and SET. A class Employee is having the private f