Entity Framework: Store update insert or delete statement affected an...
IntroductionI was working on MVC application using Entity Framework, meanwhile I was setting up my code then a new error comes off me "Store update, insert, or delete statement affected an unexpected...
View ArticleSQL Server: Top 10 Queries of SQL Server
Introduction T-SQL most top queries demonstrating today in this article. T-SQL is most important while dealing with database. MS SQL Server has provided  numerous T-SQL queries to check database...
View ArticleMVC Razor View: Unexpected if keyword after @ character in MVC Razor View
IntroductionI am going to explain a very popular error i.e Unexpected "if" keyword after "@" character while working with ASP.Net MVC Razor View, I am sharing all aspects of this error Unexpected "if"...
View ArticleFix Error: Could not load file or assembly 'Antlr3.Runtime (1)' or one of its...
IntroductionToday, I am going to explain a MVC application error while our application is interrupted or closed properly. This might be arise a major issue in our build causes delay to deploy our MVC...
View ArticleFix GDI: A generic error occurred in GDI in MVC Application
Introduction Providing solution to very common issue "A generic error occurred in GDI+." while working with ASP.Net MVC C# application. In this application, I was writing code to save image in Png...
View ArticleJQuery: Show Hide div on radio button using Jquery
Introduction Today, Explaining about how to show hide HTML Div on radio button click containing input box on radio button click. This particular requirement arise whenever we are asking questions or...
View ArticleJquery Magnifier: How to develop image magnifier using mvc
IntroductionJquery Image Magnifier is widely used in our web/Mobile app to view product images in all angles. Jquery Image Magnifier is used often in eCommerce website where end use can view minutely...
View ArticlePublish APP: Copying file failed in publish using Visual Studio
IntroductionI have already written few articles on how to publish web application in IIS using visual studio. Today, I am writing about very common issue Copying file failed in publish using Visual...
View ArticleFix SQL Error : SQL Server Error 25 And 87
IntroductionError SQL Server Error 25 And 87 is very known error while connecting through MS SQL Management Studio. SQL Server Error 25 And 87 comes out commonly when we type wrong host name instead of...
View ArticleSQL Table Size: How to Get Database tables size in sql server
IntroductionIn Last article, I have explained very known SQL Server Error 25 And 87, here going to fully explain how to get database tables size in SQL server. Tables stores information in rows and...
View ArticleSMS API: How to send SMS using C#
IntroductionSMS stands for Short Message Service is widely used to communicate to another mobile devices. Earlier, provided resolution to resolve issue Authentication the Server Response was 5.5.1...
View ArticleMVC Charts: How to create charts using MVC
IntroductionAlready explained how to send SMS using C# in my previous article, here explaining about MVC Charts. Chart Helper is an outstanding option to show your data in graphical representation. The...
View ArticleIIS Reliability: How to make Application Pool more Reliable
IntroductionApplication Pool Identity corresponds to security of our website with domain while running our websites under IIS. Application Pool Identity runs our website under an unique account to...
View Article.Net OOPS: OOPS interview questions
Introduction (OOPS)OOPS Programming allows us to develop smaller to smaller logical modules, later we can integrate into one form of software. OOPS includes classes under that methods, entities,...
View ArticleText to Speech: Download free Text to Speech Software
IntroductionFree Text to Speech software is empowered with rich functionality to read any text format into speech/voice.Free Text to Speech Software Version (1.8.0.0)Most Popular Supporting Windows...
View ArticleSQL Backup Repair Tool to Recover Corrupt BAK File (Review)
SQL Server is a relational database management system designed with the aim to store and retrieve data. Users can back up the SQL database in a backup file named as BAK file. This file enables the...
View ArticleCSRF: Prevent Cross-Site Request Forgery using AntiForgeryToken() in MVC
IntroductionAt whatever point we chip away at our application we constrained to our undertaking extension and its business rationales to accomplish our task time conveyance. We couldn't concentrate...
View ArticleSoftware Review - Stellar Phoenix SQL Database Repair
While the database is in Suspect mode, no transactions are possible till it gets repaired. There can be a number of reasons due to which SQL database is marked as SUSPECT. These reasons include faulty...
View ArticleHow to find and delete duplicate values in sql server
IntroductionToday, I am writing about how to Find and delete duplicate values in SQL server and delete in our SQL Server database, sometimes data is inconsistent due to not proper relational integrity...
View ArticleProduct Review of Kernel for SQL Server
SQL Server is the well-developed Microsoft entity which provides flexible and correlational data management services to the organizations. Also referred sometimes as MS SQL and Microsoft SQL Server,...
View Article