Download
100% FREE
Office Document APIs for .NET
Online: 919
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home >
Post
An Article
An Interview Question
A Forum Post
A Career Advice Question
A Video
A Code
A Job
A Product Catalog
An Interview Experience
A Bookmark
A News
Posts from different categories of different sections at one place
You can also select category below to view posts from different sections at one place.
Select Category
> ALL
ALL
.NET Certifications
.NET Core
.NET Framework
ADO.NET
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML
Articles
Interviews
Forums
Videos
Codes
Bookmarks
How to convert PDF to Excel and PDF to Word in C#/VB.NET
by Poster on 10/26/2020 8:00:54 PM
How to host ASP.NET Core 3.x MVC application on server
by Sheonarayan on 4/3/2020 7:06:07 AM
How to publish .NET Core 3.x MVC application from Visual Studio 2019
by Sheonarayan on 4/2/2020 9:40:03 AM
Same action method and different parameters in .NET core
by Sheonarayan on 4/11/2019 11:05:33 AM
Complete information About the SSL Certificate
by Rajnilari2016 on 3/25/2019 8:16:51 AM
Azure Public cloud- Most Trusted and Used Cloud Computing Service
by Vinodkumarkasipuri on 2/13/2019 1:58:16 AM
Language Detection using Text Analytics API 2.0 Cognitive Service
by Rajnilari2015 on 3/20/2018 6:53:59 AM
Text Recognition using Vision API Cognitive Service
by Rajnilari2015 on 3/20/2018 12:46:26 AM
Object Recognition using Cognitive Service Vision API
by Rajnilari2015 on 3/14/2018 1:45:24 PM
Face Reading through Face API Cognitive Service
by Rajnilari2015 on 3/14/2018 1:25:29 AM
Machine Learning through Predictive Analysis using Multi Linear Regression in R with an example
by Rajnilari2015 on 3/11/2018 1:55:56 PM
Machine Learning through Predictive Analysis using Simple Linear Regression in R with an example
by Rajnilari2015 on 3/11/2018 8:56:04 AM
What You Say Is What I Speak(WYSWIS)
by Rajnilari2015 on 3/9/2018 11:49:36 PM
Load CSV and Text files into SQL Server 2016 using R and TSQL
by Rajnilari2015 on 3/9/2018 5:12:38 AM
Step by step introduction to execute R Script in SQL Server 2016
by Rajnilari2015 on 3/8/2018 11:17:31 PM
How to Configure SQL server Database mail and send mail using SQL Database Mail
by Sandeepraturi on 2/24/2018 2:32:33 AM
Use of PIVOT in SQL
by Sandeepraturi on 2/21/2018 12:04:39 AM
SQL full database BACKUP through SQL SCRIPT
by Sandeepraturi on 2/18/2018 4:44:41 AM
Tips: Why we should have Ever Incresing Primary Key / Clustered Index
by Neerajprasadsharma on 2/8/2018 12:03:35 AM
Visual studio shortcuts
by Amatya on 1/11/2018 1:29:40 PM
More ...
Which of the following provides a async hyperlink?
by Rajkatie on 5/13/2018 8:07:39 AM
If we compile TypeScript classes they will become JavaScript functions, similarly if we compile Interfaces of TypeScript what output will be generated in compiled .js file?
by Saurabhsingh1408 on 3/28/2018 7:44:24 AM
What is the default extended event session to capture Deadlocks?
by Bandi on 8/31/2017 6:36:33 AM
What is the best alternate for SQL Profiler as it is being deprecated in future releases?
by Bandi on 8/31/2017 6:34:17 AM
can we drop versioning enabled tables (Temporal table)? DROP TABLE dbo.TableName
by Bandi on 8/31/2017 6:31:22 AM
Can we mark an existing table as Temporal table?
by Bandi on 8/31/2017 6:19:32 AM
Can we TRUNCATE a Temporal Table?
by Bandi on 8/31/2017 6:09:04 AM
Can we update DATETIME2 columns that are defined as GENERATED ALWAYS ON in Temporal Table?
by Bandi on 8/31/2017 6:06:43 AM
What happens if you define DATETIME2 columns as Nullable in Temporal table ? CREATE TABLE Employee ( [EmployeeID] int NOT NULL PRIMARY KEY CLUSTERED , [Name] nvarchar(100) NOT NULL , [ValidFrom] datetime2 (2) GENERATED ALWAYS AS ROW START NULL , [ValidTo] datetime2 (2) GENERATED ALWAYS AS ROW END , PERIOD FOR SYSTEM_TIME (ValidFrom, ValidTo) ) WITH (SYSTEM_VERSIONING = ON (HISTORY_TABLE = dbo.EmployeeHistory));
by Bandi on 8/31/2017 5:56:57 AM
which of the following clause is used to define DATETIME2 columns in Temporal Table?
by Bandi on 8/31/2017 5:51:59 AM
what are the columns to be defined for Temporal Table?
by Bandi on 8/31/2017 5:49:21 AM
can we create Temporal Table with out Primary Key column?
by Bandi on 8/31/2017 5:43:02 AM
which options makes a SQL table as temporal table in SQL Server 2016?
by Bandi on 8/31/2017 5:35:14 AM
which of the following SQL statement is used to remove a log file called logfile1 from a database called DB1?
by Bandi on 8/29/2017 9:31:52 AM
Which of the following tool is used to identify rules and patterns in the company data and determine why things happen and predict what will happen in the future?
by Bandi on 8/29/2017 9:21:11 AM
what is the alternate option to maintain log/history tables in SQL Server 2016?
by Bandi on 8/29/2017 8:28:46 AM
which of the following clause is used to return SQL resultset in JSON format in SQL Server2016?
by Bandi on 8/29/2017 8:25:36 AM
which inbuilt function can be used to know the id value of the last row that was inserted, rather than re-run another query just to get the maximum id value ?
by Bandi on 8/29/2017 7:42:36 AM
The table includes a DATETIME column named EventTime that stores the date and time of each Event. There is a non-clustered index on the EventTime column. To create a report that displays the total number of events happened on the current day, You need to write a query that will return the correct results in the most efficient manner. Which T-SQL query should you use?
by Bandi on 8/29/2017 7:28:00 AM
Here is the JSON string DECLARE @jsonInfo VARCHAR(MAX) SET @jsonInfo = N'{ "info":{ "type":1, "address":{ "town":"Hyd", "state":"TS" "country": "India" }, "tags":["sport", "Water Polo"] }, "type":"Basic" }' what is the output of below query ? JSON_QUERY(jsonString, '$.info.address.town')
by Bandi on 8/29/2017 7:22:34 AM
More ...
Break line where one of the char is match
by Ishan7 on 1/19/2021 11:03:02 PM
New
How to Make Your Relationship Stable?
by Energyluck on 1/18/2021 6:36:52 AM
How do I convert a HashTable to Dictionary in C#? Is it possible?
by Ishan7 on 1/3/2021 11:39:45 PM
.Net Core API read content from Json File
by Ishan7 on 12/30/2020 2:27:47 AM
FullCalendar not showing extraParams
by Ishan7 on 12/23/2020 11:26:58 PM
How to change DataLabels color by using LiveCharts
by Ishan7 on 12/21/2020 12:08:39 AM
How to create table in Entity Framework
by Ishan7 on 12/10/2020 11:47:56 PM
how to disable button in mvvm in wpf
by Ishan7 on 11/12/2020 11:19:22 PM
On .pub file download, it downloads as .ashx file
by Mahendrabasutkar on 9/14/2020 10:28:47 AM
Login Url mention needed ?
by Jayakumars on 8/16/2020 6:32:06 AM
How to implement Captcha code in Angular8
by Manideepgoud on 8/6/2020 12:29:41 AM
Ace 12.0 is not registered on local machine
by Oswaldlily on 7/22/2020 7:07:50 AM
Can we have same port in single websites?
by Jitendrasoft09 on 7/11/2020 6:34:09 AM
Zipping of excel files using c#
by Amritha444 on 6/24/2020 2:08:16 AM
How to install Redis cache in Windows
by Raja on 6/4/2020 2:31:53 AM
Angular Material Datepicker is not working
by Raja on 5/25/2020 7:05:17 AM
Optimizing assemblies for performance failed. You can either exclude the failing assemblies
by Raja on 5/4/2020 9:38:01 AM
Please help me on below interview questions
by Chantimorchi on 4/14/2020 11:32:43 AM
Views folders are not getting published in .NET Core 3.x
by Raja on 3/30/2020 5:25:40 AM
Points Not Display On Google map Although I Pushed Latitude And Longitude
by Ahmedsa on 1/1/2020 1:09:15 AM
More ...
Azure AZ 204 Certification Training (1 Hour)
by Questpond on 12/25/2020 12:53:46 PM
C# Interview Questions :- Throw vs Throw ex.
by Questpond on 12/3/2020 11:29:43 PM
c# (csharp) tutorial for beginners
by Questpond on 11/6/2020 5:19:58 PM
Availability set vs availability zone in Azure
by Questpond on 8/5/2020 5:00:52 AM
High Availability vs Fault Tolerance vs Disaster Recovery
by Questpond on 7/15/2020 4:17:28 AM
Learn NodeJS Tutorial
by Questpond on 7/1/2020 9:55:52 AM
Azure AZ-900 Fundamentals - Part 1
by Questpond on 7/1/2020 9:47:57 AM
Swapping Two Numbers Without using 3rd Variable.
by Questpond on 6/13/2020 12:27:43 PM
Learn Django Tutorial
by Questpond on 6/11/2020 8:36:43 AM
Reactjs tutorial for beginners
by Questpond on 4/19/2020 2:40:31 AM
ViewChild & ViewChildren in Angular.
by Questpond on 3/28/2020 7:49:28 AM
25 Important Angular Interview Questions & Answers. (Part 1)
by Questpond on 3/13/2020 1:29:41 AM
Explain Azure DevOps using Azure Pipeline.
by Questpond on 1/17/2020 1:57:07 AM
What are basic fundamentals of Machine Learning(for Freshers).
by Questpond on 9/30/2019 11:54:22 PM
Python Tutorial for Beginners
by Questpond on 9/19/2019 9:36:55 AM
Most asked Angular Interview Questions & Answers- Part 1.
by Questpond on 9/9/2019 5:35:46 AM
Flutter step by step training for beginners.
by Questpond on 8/5/2019 1:18:36 AM
Host Angular application using Azure DevOps.
by Questpond on 7/29/2019 12:20:12 AM
Power BI Step by Step for Beginners.
by Questpond on 7/17/2019 12:46:16 PM
Mathematics in Data Science(Beginners).
by Questpond on 5/29/2019 7:19:56 AM
More ...
MS Dynamics 365- Custom action - Read input parameter values from plugin
by Ankaprasad on 8/24/2020 12:56:31 AM
MS Dynamics 365- Disassociate record from N-N relationship entity
by Ankaprasad on 7/31/2020 1:47:53 AM
Search box with icon in Navbar in bootstrap 4
by Raja on 7/2/2020 1:28:13 AM
Remove HTML tags using Regular Expression in C#
by Raja on 7/1/2020 7:02:13 AM
MS Dynamics 365- Close Quote from C# / Custom action
by Ankaprasad on 4/30/2020 5:23:38 AM
How to show and hide submenu in tabs using jquery
by Manideepgoud on 2/6/2020 10:42:01 PM
How to add star rating and submit rating
by Manideepgoud on 2/6/2020 10:38:31 PM
MS Dynamics 365 - Create an email activity using dynamics crm Rest API - C#
by Ankaprasad on 1/31/2020 8:13:44 AM
MS Dynamics CRM - Download document template as PDF - Plugin / Action
by Ankaprasad on 1/13/2020 2:12:20 PM
MS Dynamics 365 - Create records using ms dynamics Web API
by Ankaprasad on 1/7/2020 7:21:19 AM
MS Dynamics 365 – Consume Dynamics Web API from C#
by Ankaprasad on 12/27/2019 12:29:31 PM
MS Dynamics CRM - Download document template as PDF - C#
by Ankaprasad on 12/6/2019 8:42:30 AM
How to swap images using jquery
by Manideepgoud on 11/26/2019 1:12:27 AM
How to make logo loader using javascript
by Manideepgoud on 11/20/2019 8:01:06 AM
How to Add, Edit and Remove the text using javascript
by Manideepgoud on 11/19/2019 6:56:33 AM
Impact of changing existing c# class properties from long to List
by Durgaprasad2513 on 11/12/2019 4:47:24 AM
How to collapse the navbar in mobile view on click of document
by Manideepgoud on 11/4/2019 7:04:28 AM
How to add and remove input values in Javascript
by Manideepgoud on 10/4/2019 3:37:46 AM
How to add list of array through input element, make sure not allowing entered values and to display them in below?
by Manideepgoud on 10/4/2019 1:52:27 AM
How to get input values while click with enter key in text field and button click
by Manideepgoud on 9/30/2019 10:36:52 AM
More ...
Live Streaming App Development
by Semidot on 1/21/2021 7:33:31 AM
New
How to Make Your Relationship Stable?
by Energyluck on 1/18/2021 6:44:48 AM
Black Magic Treatment in San Diego
by Energyluck on 1/12/2021 2:45:58 AM
Therapy for Anxiety and Depression in California
by Energyluck on 1/11/2021 6:54:18 AM
Top Tools Which Can Enhance E-Commerce Growth
by W2ssolutions on 1/5/2021 7:16:23 AM
Improve Your Google Ranking With Rank The Page
by Rankthepage on 1/4/2021 11:42:31 AM
Spell To Removing Curses From Yourself You Will Need To Know
by Energyluck on 1/4/2021 7:09:29 AM
Black Magic Expert in San Diego
by Energyluck on 1/4/2021 6:40:00 AM
Important Essay Topics
by Hitbullseye on 1/4/2021 1:17:06 AM
XAT 2021 Analysis
by Hitbullseye on 12/31/2020 2:07:12 AM
Remedies and Black Magic Removal- Energy Luck
by Energyluck on 12/28/2020 1:24:12 AM
#1 Black Magic Healer Services in California
by Energyluck on 12/28/2020 12:57:13 AM
Cryptocurrency Exchange Software Development
by Semidot on 12/25/2020 3:14:24 AM
Best ways to achieve top search engine ranking
by Rankthepage on 12/22/2020 2:33:12 PM
Tips To Choose Best Pricing Strategy For Your Mobile App
by Semidot on 12/22/2020 4:20:42 AM
The Best Spiritual Healer in San Diego to Find Peace in the World
by Energyluck on 12/22/2020 12:09:21 AM
Fiverr Clone
by Nessnaira on 12/21/2020 11:51:03 PM
Black Magic Treatment in San Diego, CA
by Energyluck on 12/21/2020 7:06:31 AM
Get 40% off on mobile, web, and on-demand development services
by Semidot on 12/18/2020 5:54:48 AM
SNAP 2020 Analysis
by Hitbullseye on 12/18/2020 2:41:30 AM
More ...