Share via

framework realated question

Siddangoud Bharamagoudar 61 Reputation points
2024-05-10T16:37:37.01+00:00

what is frame in framework for .net applicatons like .net framework 3.5

and what it indicates for frames

Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
SQL Server | Other
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.


2 answers

Sort by: Most helpful
  1. Lan Huang-MSFT 30,211 Reputation points Microsoft External Staff
    2024-05-13T02:36:40.6266667+00:00

    Hi @Siddangoud Bharamagoudar,

    I'm a little confused about your question.

    Do you want to know about .Net Framework or HTML frames on asp.net pages?

    .Net Framework

    .NET Framework is a run-time execution environment that manages apps that target .NET Framework. It consists of the common language runtime, which provides memory management and other system services, and an extensive class library, which enables programmers to take advantage of robust, reliable code for all major areas of app development.

    .NET Framework documentation

    html frames on asp.net pages

    The <frame> tag is no longer recommended as it is not supported by HTML5. Instead of using this tag, we can use the <iframe> or <div> with CSS to achieve the similar effects.

    The <iframe> HTML element represents a nested browsing context, embedding another HTML page into the current one.

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Bruce (SqlWork.com) 83,816 Reputation points
    2024-05-10T16:47:02.4333333+00:00
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.