Skip to content

Think simple

ASP.NET, AI, Machine Learning, Microsoft, MVP, C#, SQL Server, Azure

  • Home
  • ASP.NET
    • ASP.NET (All)
    • ASP.NET MVC
    • ASP.NET Web Forms
    • ASP.NET Technical Solution
    • ASP.NET General Questions
  • C#
    • C# (All)
    • C# Questions
  • AI
    • Machine Learning
  • JavaScript
    • JavaScript (All)
    • AngularJS
  • Software Engineering & Practices
    • Design Pattern
    • OOP
    • Software Architecture
  • SQL Server
  • At a glance
    • C#
    • ASP.NET
    • JavaScript
    • HTML/CSS
    • SharePoint
    • MS SQL Server
    • Software Practices
    • Question Bank
    • Technical Solution
    • Others
  • Code Samples
    • Algorithm & Data Structure
  • About Me
    • My Short Profile
    • Me at Linkedin
    • Me at Facebook
    • Presentation & Speech
    • My CV

Month: February 2012

Fb-Button

Properties a short explanation using C#

February 3, 2012December 1, 2014 mahedee

What Are Properties? Properties are methods that protect access to class members. Properties are class members that provide access to elements of an object or class. Protect access to the state of object.  It likes fields, but they operate much like methods. The get and set statements are called accessors. Fields can’t be used in

Read More

Static Constructor and C# implementation

February 1, 2012December 1, 2014 mahedee

Static Constructor Instance constructors are used to initialize an object Static constructors are used to initialize a class Will only ever be executed once Run before the first object of that type is created. Have no parameter Do not take an access modifier May co-exist with a class constructor Syntax: class Lion { static Lion()

Read More

Post Categories

  • AI (3)
  • AngularJS (6)
  • ASP.NET (All) (59)
  • ASP.NET MVC (27)
  • ASP.NET Technical Solution (15)
  • ASP.NET Webforms (21)
  • Azure (1)
  • Bootstrap (2)
  • C# (All) (53)
  • Code Samples (8)
  • Contest (1)
  • Crystal Report (2)
  • Data structure & Algorithm (2)
  • Embedded System & FPGA (2)
  • IIS (7)
  • Javascript (All) (7)
  • Machine Learning (6)
  • MS Office (3)
  • MS SharePoint (4)
  • MS SQL Server (27)
  • MS Visual Studio (6)
  • OMNeT++ (1)
  • OOP (12)
  • Operating System (9)
  • Others (15)
  • Question Bank (2)
  • Questions-ASP.NET General (1)
  • Questions-C# (1)
  • Questions-OOP (1)
  • Questions-SQL Server (1)
  • Reporting Tools (2)
  • Seminar (5)
  • Slides (4)
  • Software Architecture (8)
  • Software Design Pattern (8)
  • Software Engineering (1)
  • Technical Speech (26)
  • TFS (2)
  • Training (10)
  • Uncategorized (4)
  • Web API (2)

About Mahedee

Mahedee Hasan is a Senior Software Architect of Leadsoft Bangladesh Limited – one of the largest software company in Bangladesh. It is CMMI level-5 and ISO Certified Organization. He has over 12 years of working experience in the field of software design and development. He has been awarded Microsoft Most Valuable Professional(MVP) for the 6th time in a row. He is a Microsoft community leader and speaker. He is a Certified Scrum Master(CSM) and Microsoft Certified Technology Specialist (MCTS). He has completed ACMP - Advanced Certificate for Management Professional form IBA, Dhaka University. He designed and developed many mission critical applications. When developing he maintains a well-defined engineering rules. He is expert in Microsoft Technology like ASP.net, ASP.NET MVC, C#, SQL Server, Azure Machine Learning, Microservices and Microsoft Cognitive Services. He is very good in Software Architecture and design pattern. He delivered technical speech in many technical seminars. Mahedee is writing technical blog in : http://mahedee.net. He is a community contributor in https://technet.microsoft.com and forums.asp.net. He is an author some technical books on Microsoft Technology. He is also technical trainer of Leads Training and Consulting Limited. Mahedee completed his graduation in Computer Science & Engineering from IIUC and M.Sc Engg. in Information and Communication Technology from BUET. He is also a researcher. He is the author of 5 conference papers and 2 journals. To know more about him, please visit the following links.

Popular Posts