
Search In


Hello, Everyone.
In this blog, I am going to tell you how to use twitter fabric to get tweets in your application. But before going ahead, I am assuming that you have successfully installed fabric in your Android studio and if not, please read my pr
Digital innovations in the health sector have aided consumers in a number of ways. For example, now patients can make use of portable devices to access their personal medical details, carry out tests at home, examine their significant signs, as well
WordPress is a leading platform for creating websites as it provides outclass features and options to build websites. Whether you want to create a blogging website, an e-commerce platform, or a web portal for your business, WP provides all the necess
Redux is basically a powerful JavaScript library used for the purpose of maintaining the state. This can be used with web-based technologies, however, it’s likely to be used with React and AngularJs to manage the data across the application.
&
JQuery Ajax Post in Rails
As we all know, ajax is used for saving some objects to server or requesting to server and in response, page should not be refreshed. Rails provides helper remote: true, that can be added in ruby form helpers. After adding
Here is the sample code implementing ajax call to send the data of a form to the controller and receiving json response from controller.
Student.java
Create a java bean class and generate setter and getter.
public class Student
{
private Str
Issue while parsing string into DateTime:
Before starting lets have a look on the following code block.
Example:
string temp = DateTime.Now.Date.ToString("dd/MM/yyyy"); //( let the value be "20/05/2015")
DateTime dt = Convert.ToDateTime(temp);
In one of my current project, I had to develop and integrate the IOS notification functionality in my server side C# code. I did some RnD for this and found below mentioned code to serve this purpose.
public void SendNotification(string deviceId, st
While writing code in ASP.NET we always write it inside events associated with the control.
Event Arguments
private void EventName (object sender, EventArgs e);
Application and Session Events
The most important application events
In layered architecture of Network Model, one whole thing is divided into small tasks. Every layer perform its task independently and pass it other for later processing.
In layered communication system, one layer deals with the task passed b
