Tech Learn
This is one common place to learn technology and clear our learning doubts.
Showing posts with label
How
.
Show all posts
Showing posts with label
How
.
Show all posts
Monday, December 31, 2018
ASP.NET MVC Interview Questions -- Part 3
›
ASP.NET MVC Interview Questions -- Part 3 What are Validation Annotations? What is Data Annotation Validator Attributes in MVC? What...
ASP.NET MVC Interview Questions -- Part 2
›
ASP.NET MVC Interview Questions -- Part 2 Explain Bundle.Config in MVC. What is Route in MVC? Where is the route mapping code writte...
ASP.NET MVC Interview Questions -- Part 1
›
ASP.NET MVC Interview Questions -- Part 1 The ASP.NET MVC is a web application framework developed by Microsoft, which implements the mod...
Friday, December 14, 2018
C# Interview Questions -- Part 3
›
C# Interview Questions -- Part 3 71. Explain Get and Set Accessor properties? 72. What is a Thread? What is Multithreading? 73. Nam...
C# Interview Questions -- Part 2
›
C# Interview Questions -- Part 2 36. What are delegates? 37. What is the base class in net from which all the classes are derive...
C# Interview Questions -- Part 1
›
C# Interview Questions -- Part 1 C# is a general-purpose, multi-paradigm programming language encompassing strong typing, imperative, d...
Thursday, December 13, 2018
Mutable and Immutable Collections
›
Mutable and Immutable Collections in Scala In Scala language collections framework id typically of 2 types. Mutable Immutable In...
Tuesday, December 11, 2018
Create DataFrame from RDD
›
Creating DataFrame from RDD in Spark: RDD and DataFrame both are highly used APIs in Spark framework. Converting RDD to DataFrame is a v...
Saturday, December 8, 2018
Reading JDBC(Oracle/SQL Server) Data using Spark
›
Reading JDBC table data using Spark Scala import org.apache.spark.SparkContext import org.apache.spark.SparkConf import org.apache.spa...
JSON File Parsing Using Spark Scala
›
Parsing JSON file in Spark : First create object of Spark Context. import org.apache.spark.SparkContext import org.apache.spark.Spar...
Saturday, September 29, 2018
Big Data Interview Questions
›
Hadoop is an open-source software framework for storing data and running applications on clusters of commodity hardware. It provides massiv...
Home
View web version