Posts

OutSystem Entities and Variables

Image
 Hello Everyone, I hope you all are doing well. I am very happy to see your response and hopefully now you are having interest in my blogs to learn more about OutSystems. So today's topic is OutSystem Entities and the variables used in OutSystems. If some of you are aware about the database then you must know about the Entities. Entities are the tables in which we can create our data, retrieve our data, update our data and delete our data according to the requirement.  Each new instance or record of an Entity is inserted as a row on the corresponding table .A different Entity should be created for each application concept   An Entity is defined by fields called Attributes  As we can see from above image that we can add entity directly by clicking on database. Entity data is stored in its attributes. Each Attribute  ● Is a Column on the respective database Table  ● Must be one of the Basic Types Every Entity is created with a special Id Attribute ...

Web Development-Overview

Image
 Hello Everyone, Thankyou so much for your views and i hope you all people liked my previous posts. Now coming to our next topic which will cover the basics of web development. It will help you all to understand the ground of web development. Now you all know one thing that how web applications are accessed ? You have 10 seconds and tell me this in comments. Okay i hope you people know the answer and anyone who are confused or don't know about this i will help you all!!!!! So web Applications are accessed through web browsers like Chrome, Safari, Firefox, Edge etc. How user will interact and gets the required results ? Anyone!! Okay, so here is the procedure: Lets say i want to know about Netflix then how i will get the results ? Firstly i will open my browser and search netflix on it. That means client/user is sending a request to the server. Then server will send the response to client or user. Afterwards browser will receive response and render the results to client. In my examp...

Service Studio-Overview

Image
  Hello Everyone, I hope you all people liked my first blog. So in the continuation of my first blog, now i am proceeding towards my second post. You all people might think that yesterday i have given the overview about OutSystem then how this post is interconnected. Don't Worry!!! I will explain.. In the OutSystem, there are various components and tools and Service studio is one of the tool in which we can design, develop and deploy our application. Following is the explanation about Service studio: What is Service Studio ?  In service studio, we can create our applications and modules in a very easy manner. We just have to drag and drop the widgets and give some logic to work/function accordingly. Also we can define our data models as well. Like in Java or in other programming languages we need different platforms to create our databases but here no need to go to different platform. This software is "ONE IN ALL". Everything is here just make a logic, drag and drop the w...

OutSystem-Low Code Platform

Image
 Hello Everyone, This is my first blog. I have selected this topic as I am spending a lot of time on this software only. As some students wants to create their applications but they are unable to do or they face some difficulties due to two major reasons: First they want to develop but they don't know some basic programming. Second reason is they are from Computer Science department/Information Technology department but still they are afraid of doing programming. This is irony but it is true. Here comes a solution i.e OutSystem- It is a Low Code Platform. Now some people don't know about this. So i will explain- Low Code Platform is the platform in which you don't have to write the single line of code to produce the Output. That means you are just interacting with Graphical User Interface in which you have to just drag and drop the widgets. Isn't it sounds cool!!!!!!! Lets get started------- Components and Tools Capabilities of OutSystem-What exactly OutSystem can do? T...