Delegate: Delegate in C# is a way to pass function as parameter along with parameters without let the developer know where the actual function resides. Developer just need to call the delegate object with the function's parameters.
Support for Windows Runtime Support for Metro Style Applications Support for Async Programming Garbage Collector Improvements Faster ASP.NET Startup Better Data Access Support WebSockets Support Workflow Support - BCL Support
What are Packages in Oracle Database A package is a group of procedures, functions, variables and SQL statements created as a single unit. It is used to store together related objects. A package has two parts, Package Specification and Package Body.
Comments
Post a Comment