Topics
-
Use Docker To Breathe New Life for Your ASP.NET Apps
by Guest Code Download- 0 replies
- 203 views
Using Docker's lightweight containerization technology, you can modernize and extend ASP.NET WebForms app quickly and safely on the Microsoft Azure cloud. In this first of a two-part series, we show you how. Continue reading...
-
Breathe New Life for Your ASP.NET Apps with Docker, Part 2
by Guest Code Download- 0 replies
- 224 views
Last time, we used Docker to modernize an ASP.NET WebForms app. In this second part, we take a feature-driven approach to extending it and improving performance. Continue reading...
-
Consuming REST Services from Your Mobile Application Using Swagger and AutoRest
by Guest Code Download- 0 replies
- 210 views
Consuming services is something every application needs to do. In this article, Nick demonstrates how to document a REST service using Swagger in order to make it easy to consume from a Universal Windows Application. Continue reading...
-
Neural Network Back-Propagation Using Python
by Guest Code Download- 0 replies
- 213 views
You don't have to resort to writing C++ to work with popular machine learning libraries such as Microsoft's CNTK and Google's TensorFlow. Instead, we'll use some Python and NumPy to tackle the task of training neural networks. Continue reading...
-
Track Your Fitness with a Fitbit and Xamarin
by Guest Code Download- 0 replies
- 212 views
Wally shows you how to use Xamarin.iOS to create a pedometer app for a Fitbit that employs the CoreMotion Framework. Continue reading...
-
Neural Network Cross Entropy Using Python
by Guest Code Download- 0 replies
- 213 views
James McCaffrey uses cross entropy error via Python to train a neural network model for predicting a species of iris flower. Continue reading...
-
A Filtered View of Core Image
by Guest Code Download- 0 replies
- 224 views
Playing around with Apple's Core Image imaging technology, using some simple C# code to perform facial recognition and apply filters to photos. Continue reading...
-
Neural Network Momentum Using Python
by Guest Code Download- 0 replies
- 209 views
With the help of Python and the NumPy add-on package, I'll explain how to implement back-propagation training using momentum. Continue reading...
-
Neural Network L2 Regularization Using Python
by Guest Code Download- 0 replies
- 216 views
Our data science expert continues his exploration of neural network programming, explaining how regularization addresses the problem of model overfitting, caused by network overtraining. Continue reading...
-
Create Responsive Xamarin Apps with ReactiveUI
by Guest Code Download- 0 replies
- 229 views
Learn how to leverage the open source MVVM ReactiveUI framework, the Observer Design Pattern, ReactiveX and more to make your Xamarin apps more responsive. Continue reading...
-
Neural Network Batch Training Using Python
by Guest Code Download- 0 replies
- 206 views
Our resident data scientist explains how to train neural networks with two popular variations of the back-propagation technique: batch and online. Continue reading...
-
Integrating Angular 2 Directives
by Guest Code Download- 0 replies
- 216 views
It’s easy to integrate your own attribute directives into Angular 2 templates to pass data from your component to your directive, have it respond to events on your page or even have your directive fire events to be processed by the component using it. Continue reading...
-
Add Custom Controls with Binding Properties to Your Xamarin.Forms App
by Guest Code Download- 0 replies
- 223 views
In an app of any meaningful size, wrapping up common functionality in a composite control reduces the long-term effort needed to craft the app. Learn how to do just that right here. Continue reading...
-
how to download live video stream (TS File)
by Guest Ahmed_Soft3- 0 replies
- 513 views
hi all, i want to make "ts" player by display video in picture box i read about ts file and i know player download small package then Display them sequentially so i want to do something like that ... Continue reading...
-
Blazor server modals is not rerendering on any code changes
by Guest Chandana R- 0 replies
- 474 views
1. Trying to disable a button in the modal, from the code based on some business logic. 2. Passing parameters to child component on OnParameterSetAsync() is not hitting any code. 3. Using .AddScoped in startup to open the modal..using a boolean to hide or unhide the popup..Still facing issue of model opening and refresh from code... Continue reading...
-
Trouble creating C# program on network for everyone
by Guest Mister S- 0 replies
- 498 views
Im having real trouble in the 'publish' stage of my C# program. Im fairly new to all this! I have published the program to a network drive (lets call it H:) which all works fine and there is a setup.exe file created. I can install this no problems and have created Visual Basci programs like this in the past. The software is signed and works fine on my PC. The problem comes when colleagues of mine (about 40) want to install it as well. When they click on the setup.exe, they are greeted with the message below. When selecting details, there are a number of lines but the one that sticks out is "+ This program is blocked by group policy. For more information, c…
-
VS2017 Fakes fails to generate fakes dell for System.dll with error "No suitable method found to override"
by Guest Memo from CR- 0 replies
- 511 views
VS2017 Fakes fails to generate fakes dell for System.dll with error "No suitable method to override" These are the two errors: Severity Code Description Project File Line Suppression State Error CS0115 'StubX509Certificate2.GetCertHash(HashAlgorithmName)': no suitable method found to override [C:\rdnext\EngSys\MDA\OBO\src\Common\Helpers.UnitTest\objd\i386\Fakes\s\f.csproj] Helpers.UnitTest C:\rdnext\EngSys\MDA\OBO\src\Common\Helpers.UnitTest\f.cs 129016 Active Error CS0115 'StubX509Certificate2.GetCertHashString(HashAlgorithmName)': no suitable method found to override [C:\rdnext\EngSys\MDA\OBO\src\Common\Helpers.UnitTest\objd\i386\Fakes\s\f.csproj] Helpers.UnitTe…
-
Microsoft.Web.WebView2 sample program from Microsoft
by Guest cupboy1- 0 replies
- 510 views
The program fails on this line of code: this.Controls.Add(this.webView2Control); line 217 Object reference not set to an instance of an object I did not write this code. Microsoft did. Anyone know why their code fails? The dll is there. Getting this program to work may be a clue as to why TEdgeBrowser fails in Delphi 10.4 Continue reading...
-
bind combobox to one table and save the values in other table in winform
by Guest Ravi Kumar12233- 0 replies
- 656 views
Hello all , I am very new to c# and visual studio In my winform application , i have two table as data source : 1. Entry form 2. Master rejection reason Now i need to fetch the rejection reason from one table and save the same on the entry form table ,Now when i bind these combo box to the rejreason table by creating a binding source , all the three combo boxes are updating with same value , and irrespective of the ID number where my entry is doing it is starting to save from the first row only , for example if Idon't enter the rej reason for first two rows and if i enter the rej reason for third row , the data is getting saved for 1st row only , kindly he…
-
saving data from 2nd form to the same master table in win form application
by Guest Ravi Kumar12233- 0 replies
- 579 views
I have two winforms where form 1 is used to enter data from first seven fields and other forms is used to enter for last three fields , where i have the table stored in MSSQL server ,Now when i try to save the last three fields i am getting below " invalid column error , but actually it is present in my sql table , i am very new to C# , kindly help me : Code for saving data in second form: private void Btnrejsave_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection(cs); SqlCommand cmd; con.Open(); string s = "select * from RejReason where SpoolId = (@p4) insert into IP_Spools(Rejec…
-
Who's Online 0 Members, 0 Anonymous, 62 Guests (See full list)
- There are no registered users currently online