Our Insights
Innovative Ways - Satisfied Clientele
We use cookies to improve your experience on our site. Please accept cookies for optimal performance.
601 & 612, The Times square Arcade, Near Baghban party plot, Thaltej - Shilaj Road, Thaltej, Ahmedabad, Gujarat - 380059
Request For a Free Consultation
Innovative Ways - Satisfied Clientele

Kapil Panchal - February 18, 2021
MVP has become an indispensable factor through which many start-ups like Zappos, Dropbox, Twitter, Uber, etc. have got impeccable success in the market. MVP stands for Minimum Viable Product. It is the technique of implementing and delivering a product with just basic features and functionalities.The right audienceusingyour primary product would provide youquality feedbackand this helps you to make future iterations accordingly. Keeping an eye on the future, MVPwould help you to find the right...

Kapil Panchal - February 16, 2021
The .Net class library defines the types and methods that are referred to by an application. If your class library targets .NET Standard 3.1, it can be called by any .NET implementation (including .NET Framework) that supports .NET Standard 3.1. If your class library targets .NET 5, it can be invoked by any application that targets .NET 5. If you are creating a .Net core class library, you can distribute it as a NuGet package or as a bundled component with the application that uses it. Prerequisites First...

Kapil Panchal - February 12, 2021
It is quite common to decorate the ASP.NET MVC controller actions with filter attributes to differentiate cross-cutting concerns from the main concern of the action. Sometimes these filters require the use of other components but the attributes are very limited in their efficiency and dependence injection into an attribute is not directly possible. This post looks at some of the different techniques for injection dependence in action filters in the ASP.NET Core. We discuss when each method...

Kapil Panchal - February 12, 2021
The WPF tree view supports data binding, as all other WPF controls do, but, as the tree view hierarchy does, a normal DataTemplate is often not enough. Instead, we use the Hierarchical Data template, which allows us to template both tree nodes while controlling which property to use as a source for the node's child objects. The tree view tag represents the WPF TreeView control in XAML. The tree view tag represents the WPF TreeView control in XAML. A tree view...

Kapil Panchal - February 11, 2021
In this blog, we will be going to discuss hashing, encryption, and random string generation in ASP.NET Core. We will examine a number of different approaches and explain why some common techniques should be avoided in the latest applications. What is ASP.NET Core? ASP.NET Core is a free open-source platform that was developed by Microsoft along with .NET core. It is a cross-platform that supports almost every operating system like macOS, Windows, and Linux. ASP.NET Core...
Recent Posts
How to Do Forecasting in Power BI (Steps & Accuracy Metrics)
December 02, 2025
ETL vs ELT: Key Differences, Benefits & Use Cases Explained
November 26, 2025
Modernizing applications with the 7 R strategy – A CTO’s Guide
October 16, 2025
Top Shift Left security Best Practices CTOs should consider
October 10, 2025
Real-world Consequences of Ignoring DevSecOps In Your Strategy
September 29, 2025
Categories