Error CS1963: An expression tree may not contain a dynamic operation
IntroductionI was working on a MVC Application (Razor Engine) using with Entity Framework. I triggered an error not able to populate entities while binding the controls with the database. I have...
View ArticleException: System Data Entity Infrastructure DbUpdateException
IntroductionI was working on MVC application using Entity Framework, MVC, Jquery. I hit the Save button to save corresponding values into database, but this time did not go fine as usual, I got the...
View ArticleHTTP Error 403.14 - Forbidden in IIS
I am explaining in detail how to resolve issue HTTP Error 403.14 – Forbidden in IIS. Earlier, I have explained in detail about Login failed for user IIS Apppool \Default Apppool, HTTP Error 503. The...
View ArticleConditional Formatting in Excel
This article is written over Excel conditional formatting. This is very useful when we are working on large volume of data. We can separate data as per our circumstances. I am here explaining in detail...
View ArticleExport Gridview to Excel
Everyday tons of millions data is manipulated in Excel/CSV across the world daily. I have manipulated data with Excel and CSV in ASP.Net (C#). Normally when we are showing data in Gridview, end user...
View ArticleTranspose Datatable C#
Dataset and datatable are the lifelines of asp.net (c#). Without data table & dataset we are short, inflexible, expensive, unmanageable and less availability. Recently I dealt greatly with...
View ArticleTab Control C# Windows Application
I am demonstrating in this example, how can we use tab control in C# windows application. My recent posts were on Export Gridview to Excel& Transpose Datatable C# now explaining about tab control...
View ArticleEntity Framework Error: Compiling transformation metadata file entity framework
IntroductionCompiling transformation metadata file entityframework.dll could not be found, this issue comes out while our solution pointing to entityframework.dll on wrong location. It needs correct to...
View ArticleDropdown List: Cascading Dropdown list in MVC
IntroductionToday, I am explaining about cascading drop down list in MVC, while we are working on CRM, ERP, Web Apps or other web apps then we often require to populate cascading dropdown list e.g....
View ArticleDropdown List: Cascading Dropdown list in MVC
IntroductionToday, I am explaining about cascading drop down list in MVC, while we are working on CRM, ERP, Web Apps or other web apps then we often require to populate cascading dropdown list e.g....
View ArticleCount Down Timer: Jquery Timer Countdown in MVC Application
IntroductionTimer countdown is very important in our web apps while we are restricting to end user within specified time frame for example apps online Quiz, online survey etc. Here, in this article I...
View ArticleMVC Caching: How to Disable Automatic Caching in ASP.Net MVC
IntroductionToday, I am explaining very important part of MVC application, just explaining about how to disable automatic caching in ASP.Net MVC application. It is very important in our MVC app while...
View ArticleCsharp Example: Text to Speech
IntroductionToday, I am providing a working example of text to speech using .Net framework 4.5 with System.Text namespace. Text to speech is used widely in large scale for different purposes.I am...
View ArticleSQL Server Installation Fix: Repair a Failed SQL Server 2016 Installation
Introduction SQL Server 2016 is a recently released version of Microsoft’s popular database platform that is developed with inbuilt advanced analytic and higher security technology. It targets all the...
View ArticleMVC ModelState: ModelState Return always false using MVC
IntroductionI am today explaining one more very nasty error about ModelState Error. We daily work on MVC Apps using Model, sometime we get ModelState returning always false at that time, it is more...
View ArticleJquery: Capitalize the First Letter of String Using Jquery
IntroductionToday, I am explaining one more working example of Jquery. I have explained how we can capitalize first letter of string using Jquery. It is very common requirements while we are typing...
View ArticleJquery MVC: Upload Image using jquery MVC
IntroductionImage Upload is very important work in our web application. It is most commonly required while registering profile someone with profile image, creating album etc. I have explained in this...
View ArticleJquery Datepicker: How to Implement Jquery Datepicker
IntroductionJquery is now a day’s very powerful tool to make your UI more robust and interactive.I am also explaining about Jquery Fiddle/example from last few days along with C#, MVC, ASP.Net...
View ArticleJquery: How to allow only alphabets in textbox using Jquery
IntroductionThis example will explain how to allow only characters [a/z] in text box using Jquery. It will restrict to write you special characters, functions keys and other keys as well.Main...
View ArticleDatabase Repair Tool: How to Repair MS SQL Database Using Stellar Phoenix SQL...
IntroductionStellar Phoenix SQL Database repair tool is able to repair corrupt .mdf and .ndf files. Few important features of this tool are:The tool supports MS SQL Server 2016, 2014, 2012, 2008 and...
View Article