What is ASP.NET Core MVC ? The ASP.NET Core MVC framework is a lightweight, open source, highly testable presentation framework optimized for use with ASP.NET Core. ASP.NET Core MVC provides a patterns-based way to build dynamic websites that enables a clean separation of concerns. It gives you full control over markup, supports TDD-friendly development andContinue reading “What is ASP.NET Core MVC ?”
Tag Archives: Visual Studio 2017
Publishing an existing project to GitHub
Publishing an existing project to GitHub Open a solution in Visual Studio. If solution is not already initialized as a Git repository, select Add to Source Control from the File menu. Open Team Explorer. In Team Explorer, click Sync. Click the Publish to GitHub button. Enter a name and description for the repository on GitHub. Check the Private Repository box if you want to uploadContinue reading “Publishing an existing project to GitHub”
Welcome to the Visual Studio IDE
Welcome to the Visual Studio IDE The Visual Studio integrated development environment is a creative launching pad that you can use to edit, debug, and build code, and then publish an app. An integrated development environment (IDE) is a feature-rich program that can be used for many aspects of software development. Over and above the standard editorContinue reading “Welcome to the Visual Studio IDE”
Solved : not a legal oleaut date
not a legal oleaut date You have landed this page it means you have solution already ! I get you the direction After l lot of finding on the error “not a legal oleaut data”, the root cause is that your some of your transactions or data having invalid year format For an Example : 01-01-0018The redContinue reading “Solved : not a legal oleaut date”
Improving your productivity in the Visual Studio Editor
Over the last few updates to Visual Studio 2017, we’ve been hard at work adding new features to boost your productivity while you’re writing code. Many of these are the result of your direct feedback coming from the UserVoice requests, Developer Community tickets, and direct feedback we’ve encountered while talking to developers like you. WeContinue reading “Improving your productivity in the Visual Studio Editor”
Visual Studio 2017 Step-back while debugging with IntelliTrace
Have you ever stepped while debugging, realized that you’ve taken one step too far, and wished you could step back? Or, while stepping, saw a variable change in an unexpected way, and wish you could go back a step and see what its value was before? Now you can, all without having to restart debuggingContinue reading “Visual Studio 2017 Step-back while debugging with IntelliTrace”
Visual Studio 2015 Invalid Pointer
Visual Studio 2015 Invalid Pointer ERROR !!!!! Error while running Visual Studio 2015 project, Click on below image to view error Route Cause Some dll files are not loaded in to assembly correctly. Ex: CreateInstance failed for package [Microsoft.VisualStudio.TraceLogPackage.TraceLogPackage] Could not load file or assembly Microsoft.VisualStudio.Diagnostics.HubExtensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Resolution 2 If you are not sureContinue reading “Visual Studio 2015 Invalid Pointer”
