Intellect Institute of IT

    05-Oct-24 12:22:19 am

    Industrial Web Application Development using ASP.NET Core

    SOFTWARE ENGINEERING DIPLOMA (12 months) ----------------------------------- FULL STACK DEVELOPMENT কোর্স সমূহঃ --------------- 1. Industrial Web Application Development with Angular, C# ASP.NET Core, MSSQL 2. Industrial Web Application Development with Vue.js, PHP Laravel and MySQL 3. Industria...

    Read More


    Mohammad Towhidul Islam

    29-Jul-13 01:04:25 pm

    Pagination and seo

    Declaring Array //1D array string[] names = { "Tabina", "Jahid","Rasel","Tawhid" }; foreach (string name in names) { Console.WriteLine(name); } //2D array int[,] nums = { { 1, 4, 2 }, { 3, 6, 8 } }; Console.WriteLine(nums[0, 2]); // Outputs 2 //l...

    Read More


    Mohammad Towhidul Islam

    21-May-13 12:27:57 am

    Registration form step1 php if isset postbtnsubmit username posttxtusername pwd posttxtpassword repwd

    In collections based on IList or directly on ICollection, every element contains only a value. These types include: 1. Array 2. ArrayList 3. List<T> 4. Queue 5. ConcurrentQueue<T> 6. Stack 7. ConcurrentStack<T> 8. LinkedList<T> In collections based on the IDictionary int...

    Read More


    Mohammad Towhidul Islam

    19-May-13 01:07:40 am

    Php total 0 for i 1 10 echo

    An iterator can be used to step through collections such as lists and arrays. An iterator method uses the yield return statement to return each element one at a time. When a yield return statement is reached, the current location in code is remembered. Execution is restarted from that location the...

    Read More


    Mohammad Towhidul Islam

    19-May-13 12:54:50 am

    Php function checknumber n if n2 0 echo even number else

    Lecture: - declare fields/variables as private - provide public get and set methods, through properties, to access and update the value of a private field class Person{ private string name; // field public string Name{ get; set; } // property } class Program { static void Main(string[] ...

    Read More


    Mohammad Towhidul Islam

    19-May-13 12:51:16 am

    Php function sq n echo 3 br 7

    Lecture Inheritance lets us inherit fields and methods from another class. Polymorphism uses those methods to perform different tasks. This allows us to perform a single action in different ways. Code Example class Animal // Base class (parent) { public void animalSound() { Console...

    Read More


    Mohammad Towhidul Islam

    19-May-13 12:42:21 am

    Php function definition function writename fname echo br calling

    Virtual methods have an implementation and provide the derived classes with the option of overriding it. Abstract methods do not provide an implementation and force the derived classes to override the method. public abstract class E { public abstract void AbstractMethod(int i); public vi...

    Read More


    Mohammad Towhidul Islam

    19-May-13 12:33:07 am

    Function in php php definition function writename echo kai jim refsnes

    Polymorphism is often referred to as the third pillar of object-oriented programming, after encapsulation and inheritance. Virtual methods enable you to work with groups of related objects in a uniform way. For example, suppose you have a drawing application that enables a user to create various k...

    Read More


    Mohammad Towhidul Islam

    17-May-13 12:41:41 pm

    Php url any url with lots of data we get all

    Object Oriented programming organizes code by creating types in the form of classes. These classes contain the code that represents a specific entity. A class definition is like a blueprint that specifies what the type can do. The following list includes all the various kinds of members that may...

    Read More


    Mohammad Towhidul Islam

    17-May-13 12:40:27 pm

    Php preview a bunch of stuff this that and more with

    An interface defines a contract. Any class, record or struct that implements that contract must provide an implementation of the members defined in the interface. interface IPoint { // Property signatures: int X { get; set; } int Y { get; set; } double Distance { get; } } cla...

    Read More


First123Last
1 of 8 pages
Copyright © 2024. Powered by Intellect Software Ltd