Posts

Image
JQuery Mobile -A smart technology for smartest generation      Jquery . this name is very familiar in this web world. today jquery override other all web designing concepts and technologies. User-friendly and fast process is the quality of jquery. if we discuss about jquery, there is lots of variety and latest designing and animated techniques can found . animate , fade and slide effects, rotate and scale effects, 3D effects can implement in our website using this technology.     Here introduce the new technology from jquery is Jquery Mobile. using this we can add effect in mobile websites. Its  an amazing thing which can help to make interactive design for our website. there are lots of sites are available in internet which provide latest releases and tutorial of jquery mobile technology such likes www.jquerymobile.com , www.jqueryui.com etc . By Varun K.R Ociuz Technologies
Invoke Method From String [using Reflection] For Calling a function/method from a string we can use Reflection in C#. Wikipedia says that "In computer science, reflection is the process by which a computer program can observe and modify its own structure and behavior". This is exactly how Reflection in C# works. Uses of Reflection Reflection has the following uses: It allows view attribute information at runtime. It allows examining various types in an assembly and instantiate these types. It allows late binding to methods and properties It allows creating new types at runtime and then performs some tasks using those types.  A Sample code is given below: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; namespace InvokeMethodFromString {     class Program     {         static void Main( string [] args)    ...

OCIUZ Technologies

ABOUT US Ociuz technologies is a smart learning center where we mold IT professionals who can take up any challenge and dig their own path to success. We undertake academic projects and train the students to excel the art of converting requirements into ideas and ideas into codes. Academic projects do not just secure good scores but helps one realize his own potential. We at Ociuz technologies give our students every opportunity to sharpen their skill sets and uplift their potential level. Our aim is to break down the tough concept of ‘Academic projects’ and help our students to take the first successful step to the IT world. After spending several years in the corporate world and experiencing all the ups and downs in the career, we a group of experienced web designers, developers, software engineers and trainers decided to start our own venture and we together named it 'Ociuz technologies'. We undertake your academic projects and guide you on how to complete it with perfec...