Skip to content
seekyourcareer.in

seekyourcareer.in

.Net Professionals

  • Interview Questions
    • Angular 2 Interview Questions
    • C # Interview Questions
    • WPF Interview Questions
    • MVC Interview Questions
    • SQL – Interview Questions
  • Categories
    • C#
    • WPF
    • Angular 2
    • MVC
    • SQL
    • Data Structure
  • Out-Of-Box
    • Miscellaneous
    • Poetry

Month: February 2017

Posted on February 21, 2017December 12, 2023 SQL

Difference Between Functions and Stored Procedures in SQL

User Defined Functions Stored Procedure Functions must return a value Stored Procedure may or may not return values It will allow only SELECT statements, DML... Read more

Posted on February 21, 2017December 12, 2023 SQL

Calling a Function from Stored Procedure

In this article we will see how can we call a Function inside a Stored Procedure. You can read about Functions and Stored Procedures. First... Read more

Posted on February 21, 2017December 12, 2023 SQL

How to create Stored Procedure with Default Values?

Hello Readers today we will going to learn how to Create STORED PROCEDURE with Default Parameters. I hope you all have gone through my previous... Read more

Posted on February 20, 2017December 12, 2023 SQL

Stored Procedures in SQL

Stored Procedures are a set of SQL Commands / statements which are stored in a compiled form. Syntax: CREATE/ALTER Procedure <Procedure-name> ( Input parameters ,... Read more

Posted on February 17, 2017December 12, 2023 SQL

Functions in SQL

What are Functions in SQL SERVER? Functions are the objects which performs an action based on input values (input parameters) and can return only single... Read more

Posted on February 14, 2017December 12, 2023 C#

Garbage Collection in C#

Garbage Collector is an automatic memory manager. It frees the memory occupied by objects which are no longer in use by the application. It works... Read more

Posted on February 12, 2017December 12, 2023 C#

Reflection in C#

Reflection is a namespace which provides objects that encapsulate assemblies, modules and types. The objects are of type ‘Type’ (System.Type). With the help of these objects,... Read more

Posted on February 11, 2017December 12, 2023 C#

Difference between Interface and Abstract class in C#

This is the commonly asked question by the interviewers that what is the difference between Interface and Abstract class. You can also read these articals... Read more

Posted on February 10, 2017December 12, 2023 C#

Sealed Classes in C#

Sealed Classes are the classes that cannot be inherited. It restrict Inheritance, you cannot use it as a base class. It is define with the... Read more

Posted on February 8, 2017December 12, 2023 C#

Interface in C#

Interface is a set of similar functionalities that can be implemented by a class or struct. You can think it as a contract in which... Read more

Posts navigation

1 2 →
  • twitter
  • Facebook
  • Google Plus

Recent Posts

  • The Rise of AI Chatbots: Revolutionizing Conversations in the Digital Age
  • AI Unleashed: Transforming Everyday Life with Techno-Magic
  • The Rise of Machines: Exploring the Impact of AI on Jobs and Careers
  • AI vs. Human: Who Wins in the Game of Chess, Go, and Poker?
  • AI and Creativity: Can Machines Really Be Creative?

Archives

  • December 2023
  • November 2023
  • September 2021
  • May 2021
  • February 2019
  • November 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017

Categories

  • AI
  • Ajax
  • Angular 2
  • C#
  • ChatGPT
  • Data Structure
  • Miscellaneous
  • MVC
  • Poetry
  • SQL
  • Uncategorized
  • WPF

Sponsored Links

© 2026 seekyourcareer.in / Powered by WordPress / Theme by Design Lab
  • ABOUT
  • Site Map
  • Contact Us