développer et utiliser le web service
Bonjour, Je débute le développement et l’utilisation des web services. Ce web service sera développé dans un environnement ASP.NET et doit permettre d'accéder à une base des données oracle 11g distante...
View Articledévelopper et utiliser le web service
Bonjour, Je débute le développement et l’utilisation des web services. Ce web service sera développé dans un environnement ASP.NET et doit permettre d'accéder à une base des données oracle 11g distante...
View Articleasp.net
hi. I am bigginer. I want to add button and create event in asp.net. and how to link sql server please help
View ArticleAPI fail to use PUT method
i able to call Get Method. but fail to call PUT, DELETE Method. i added in webconfig.<system.webServer><handlers><remove name="BlockViewHandler"/><add name="BlockViewHandler"...
View ArticleHow to invoke POST method by adding [FromBody] attribute in Postman tool
I have a POST method with [FromBody] attribute. I tried to call the same from PostMan. But everytime Postman gives 404 error. The Web Api is not hitting at all. Following is my source code:[HttpPost]...
View ArticleHow do I multiple group in Active Directory ?
Hello everybody, Is there a way to set multiple groups in Active Directory ? For example :DirectoryEntry grp; grp = aduser.Children.Find($"CN={group},OU=Gruppen,OU=FIR", "group") grp =...
View ArticleNet Core API question
Hi all, I have a net core 3.1 api service which runs perfectly on my Linux dev machine but fails to start on a remote Linux machine with a HTTP/1.1 500 Internal Server Error - I know this a very...
View ArticleCheckboxList Styling Problem
Face some problem when using checkbox list.. need some help the checkbox with the text. no matter how i adjust.. it also wont be align... this is my code:<asp:CheckBoxList ID="ChkEditAccess"...
View ArticleAnother NetCore question
Hi all, I have a Winforms application which I want to use a local DAL when a remote Net Core API is not available. Currently I have if statements (lots of them ) such asif(! APIAvailable()) Call the...
View Articleerror server
hello! I have a problem when I want to retrieve data in my application I got this error :erreur du serveur dans l'application '/'. opération non valide. la connexion est fermée in asp.net MVC
View ArticleGenerate an MVC Project Folder and Files Using Web API 2.2
Is it possible to generate an MVC project folder and files using Web API 2.2? I'd like to know because I need to generate MVC project folder and files dynamically.
View ArticleSecuring a Web Project Using ASP.Net
Suppose I have a web project that is made up of a Web API, a bunch of HTML files, and some Javascript files. Is it possible to provide security to my project files with nothing more than a login page...
View ArticleSet route in net core api
Hi all, how do I set a route ( or attribute or whatever ) so I can call this method which is present in a net core api controller ? assume my controller is called MyController - I've googled endlessly...
View ArticleIServiceCollection / DependencyInjection issue
In our web app, as expected, the DbContext for our data is injected with DI. It is registered with this extension method (the one that take a Func<> factory method):publicstatic...
View Articleinsert data into list from form and
Hello I am working on a project where I must be able to display information recorded via a form in a datatable without going through the registration of the database, I suppose that it will be to...
View Articledévelopper et utiliser le web service
Bonjour, Je débute le développement et l’utilisation des web services. Ce web service sera développé dans un environnement ASP.NET et doit permettre d'accéder à une base des données oracle 11g distante...
View Articledévelopper et utiliser le web service
Bonjour, Je débute le développement et l’utilisation des web services. Ce web service sera développé dans un environnement ASP.NET et doit permettre d'accéder à une base des données oracle 11g distante...
View Articleasp.net
hi. I am bigginer. I want to add button and create event in asp.net. and how to link sql server please help
View ArticleAPI fail to use PUT method
i able to call Get Method. but fail to call PUT, DELETE Method. i added in webconfig.<system.webServer><handlers><remove name="BlockViewHandler"/><add name="BlockViewHandler"...
View ArticleAngular service error http 400 using .Net core api to accept json, escaped...
I spent all day on this. It just started happening recently. So I package a model in Angular, and create a body of JSON using JSON.stringify(model) Then package it all up and send it as a promise. I...
View Article