Mohammad Towhidul Islam

    31-Jul-21 11:58:52 am

    Convert age into date and date into age in #C.NET

    1 Date into age Double days = (DateTime.Now - row.Field<DateTime>("dob" ) .TotalDays; if (days <= 31) { txtAge.Text = Math.Round(((DateTime.Now - row.Field<DateTime>("dob" ...

    Read More


    Mohammad Towhidul Islam

    07-Oct-13 10:02:12 am

    How to make simple exception logger in cshare the following class is

    How to make simple Exception Logger in CShare The following class is probably the world simplest text logger. There are several ways to open a file and write texts into it. You can also use File.AppendAllText() method because by using this method, it is guaranteed that the file handle will be clo...

    Read More


    Mohammad Towhidul Islam

    07-Oct-13 09:56:42 am

    Thread timer there are three timer controls in the net framework

    Thread Timer There are three timer controls in the .NET Framework: A Windows-based timer, which is always in the Visual Studio Toolbox (System.Windows.Forms.Timer) A server-based timer, which you can add to the Visual Studio Toolbox (System.Timers.Timer) A thread timer, which is avai...

    Read More


    Mohammad Towhidul Islam

    27-May-13 11:20:46 am

    Edm primitive types simple

    EDM primitive types (simple types) ...

    Read More


    Mohammad Towhidul Islam

    27-May-13 11:20:13 am

    Edm primitive types simple

    EDM primitive types (simple types)...

    Read More


    Mohammad Towhidul Islam

    27-May-13 11:18:07 am

    Entity data model edm

    Entity Data Model (EDM) The Entity data model (EDM) specifies the conceptual model (CSDL) of the data via the Entity-Relationship model, which deals primarily with Entities and the Associations they participate in. The EDM schema is expressed in the Schema Definition Language (SDL), which...

    Read More


    Mohammad Towhidul Islam

    27-May-13 11:07:36 am

    Entity framework

    Entity Framework The Entity Framework is a set of technologies in ADO.NET that support the development of data-oriented software applications. Architects and developers of data-oriented applications have struggled with the need to achieve two very different objectives. They must model the en...

    Read More


    Mohammad Towhidul Islam

    12-May-13 09:47:09 pm

    Mohammad Towhidul Islam

    12-May-13 09:46:51 pm

    Mohammad Towhidul Islam

    12-May-13 09:46:12 pm

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