Sunday, 30 July 2017
Friday, 23 June 2017
Configuring Angular 2 with Visual Studio 2015
Configuring Angular 2 with Visual Studio 2015
1.
Install Node.js from below Path based on your system
requirement.
Check which version of node has installed.
It should be 3.x.x.x
Tuesday, 20 June 2017
Program to print pattern in C#
1. Program to print Half Pyramid using *
static void Main(string[] args)
{
/// Printing of star pyramid
PrintHalfPyramid(9);
}
Sunday, 18 June 2017
GIT Tutorials for Begineers
1. What is version control and why we need
version controls?
-
Version controls are managing the changes on
document or files which you are working throughout the application.
-
Whenever you are doing the check-in of your
application it will create the snapshots of application and create the version
for your files or folders that you worked.
-
You can go back and forth to the different
version.
2. Why do we need of version controls?
-
It uses for collaboration
everyone is working on the different task than through version controls all the code can combined together.
Monday, 12 June 2017
Data structure tutorial for beginners
1. What
is Data structure?
How
effectively we are storing the data it’s called as data structure.
Data structure is particular way of storing
and organizing data so that it can use efficiently.
Structuring the data which really help us
to manage it properly.
Let’s take the example of Dictionary (defined into liner form), Cash book (defined in tabular form)
Let’s take the example of Dictionary (defined into liner form), Cash book (defined in tabular form)
It is not a language it’s a set of algorithm
or process which help to store data effectively.
Data structure à
Algorithm à
Abstract Data type à
Set of rules
Algorithm à Array, Stack, Queue, linked list, tree, graphs
Algorithm (data structure) is divided into two types ::
Algorithm à Array, Stack, Queue, linked list, tree, graphs
Algorithm (data structure) is divided into two types ::
Thursday, 8 June 2017
Typescript with angularjs tutorial
Chapter 1
1. What is type script ?
1. What is type script ?
Its devloped by microsoft to opt the feature of OOPS into javascript code. extension for type script is .ts it refer to type script. It is Superset of javascript, or say as Strong typing in javascript
2.
Types : Their are different type of data type to over come the type safe problem of var in javascript.
Primitive :
number,
string ,
Boolean,
any
number,
string ,
Boolean,
any
Custom
interface
classes.
interface
classes.
Thursday, 27 April 2017
Angularjs Details
What is Angular JS ?
•AngularJS
is a MVC framework and powerful library
that enhances HTML by attaching directives to html pages with new
attributes or tags and expressions in order to define very powerful templates
directly.
•(Extending HTML)•• Declare dynamic views in web-applications( SPA)••Extend HTML vocabulary for web application.
••Angular JS 1.3 - Faster , Easy and Powerful
•(Extending HTML)•• Declare dynamic views in web-applications( SPA)••Extend HTML vocabulary for web application.
••Angular JS 1.3 - Faster , Easy and Powerful
Why Angular JS?
•Magical
two way data binding
•Structure
front end code -MVC (solid and testable code)
•Routing
support ( State based and View based) –
SPA
•Templating done
with HTML 5
•Enhanced
User Experience with form validation
•Teach
HTML new syntax with directives ( say HTML 6)
•Embeddable,
testable (Jasmine) and injectable (DI)
•Embeddable
à
Angular with Require JS / jquery
•Powered
by Google and active community
Wednesday, 26 April 2017
Single page application in angularjs
Step by step approach for creating a single page application
using angularjs.
1.
Lets take the Index.html as the master page and rest of the pages are child
page.
You need to include all the resource file reference
to that page only.
For single page application you need to
include angular-route.min.js along
with angular.min.js.
In below code snippet we included the
bootstrap also to make the application responsive.
Sunday, 15 January 2017
Angularjs rich text editor
Simple steps to use wysiwyg angularjs rich text edit. It
is very simple in look and as well simple to implement. Just follow the step by step way as given
below to implement for AngularJs.
You can the editor like
below. Sample screen Click here
Thursday, 12 January 2017
Develop android apps using visual studio 2015
1. Need to Install the visual studio 2015
Community Version.
Use below link to install Visual Studio
2015
2. Open Visual Studio and select Apache Cordova
Open Visual Studio à click on New Project .
Select
Type Script à
Apache Cordova App like below.
Subscribe to:
Posts (Atom)



