Posts

Attended Microsoft MVPs Open Day 2015 in Bangalore

Image
It was another year I attended Microsoft MVPs Open Day event in Bangalore, last time it was in Goa. ||For those who don’t know what MVPs Open Day is Every year Microsoft MVP Award Program organizes an event dedicated for MVPs only. In such event MVPs gathered together from different cities (South Asia MVP region includes India, Nepal, Bangladesh etc countries). Such events feature technical sessions designed to enhance the community's understanding of new Microsoft products, existing tools and new techniques. But MVPs like me don't come to learn just from Microsoft teams, we present during Open Days, which allows MVPs to    i) share real-world knowledge of Microsoft technologies aka "MVP to MVP" sessions    ii) network with fellow MVPs in person and this helps understand community more closely    iii) enjoy with fellow MVPs I had a great time with MVPs and Lead. I would like to thank Biplab and Gandharv for organizing this event  beautifull

Hidden Input HTML control with jQuery, ASP.NET and C#

In this post you will learn use of Hidden Input HTML control < input type ="hidden"....> with jQuery, also using this from ASP.NET and C#.

Jharkhand Geeks - Microsoft .NET Developer's Meed, 21 December 2014

Image
Being as a Jharkhand Geeks, Microsoft .NET User Group member I got an opportunity to take a session on Glimpse of ASP.NET MVC topic. This event was very first event ever organized in Jharkhand from developers working on Microsoft .NET platforms.

Technical reviewer of Microsoft TypeScript

Image
The very nice people at PACKT Publication recently asked me to technical review one of the upcoming new book   TypeScript , and you know I never miss such opportunities to review book and become its part. Greedily, to get reviewer name printed on book gives great feel.

Fluid Header/Footer problem when windows resized or opened on mobile (desktop view)

Image
This is a very common issue I have seen on various websites, generally in websites which is not responsive. Look at this image to understand this issue quickly.

No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0'. Make sure the provider is registered in the 'entityFramework' section of the application config file

Image
In this post you will see resolution to fix error given below: Server Error in '/' Application. No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

Learn MVC in 2 days by Questpond

Image
Shivprasad Koirala who is a ASP.NET MVP and good friend of mine has released Learn MVC 5 in 2 days video series. You should checkout if you want to  learn  the roots of ASP.NET MVC Technology. Below is the first video from the series, hope you enjoy it. http://www.youtube.com/watch?v=Lp7nSImO5vk

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples