15,663,727 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by KK Kod (Top 27 by date)
KK Kod
5-Sep-15 1:55am
View
What help did you provided to me till now other than criticizing about it ..
My doubt /Question is only this much .. what should i name/call (i don't know what actually you say) the object which returns data out of a web api .
you never gave me an answer instead you started teaching me web api and posting some links which i already read through ... iam looking for an expert answer so that i can folow that .iam not an expert /experienced architect like you iam just a developer still struggling to get the concepts.
KK Kod
5-Sep-15 1:03am
View
Then tell me what it is ...
if you cant help and just want to criticize about the knowledge and my ignorance i am not expecting any response ..if you have any idea about my question you can answer it ,else leave it .. since this is a wonderful community definitely ill find somebody who can help me by answering my question .. insted ..
KK Kod
4-Sep-15 18:48pm
View
Sir ...am expecting a onle line answer to my question ,if possible.
i am just trying to solidify my understanding only because i got confused in one of the discussion i had.i know what a web api is and also ive learned from the same link long back .
now one of my friend said that the Dto is a synonym for datacontract and listining to his explanations and i felt like bot are doing the same thing transfering data over wire one in WCF and the other in Web API(dont know exactly) ..
So now i understood one thing that ... :)
Respect your time and exprience..
Thank you .
KK Kod
4-Sep-15 16:42pm
View
i think ive got skills as much as i required .. better not to talk or question about that aspects about skills and abilities no person can be equal or compared to one another person or judged..
So ...
My question is like as below ..
I have got multyple database entites and iam creating a composit object out of those entities to form an out put of a web api .any way we have to either create it as class or struct or one of object oriented data strecture to populate and seralize it to send it accross the net work.so what should i call the data strecture which iam usign to send the data using WEb Api to the clinet .in WCf i know we call it as data contract .in the case of Web api what should i call.. this is my question .
KK Kod
4-Sep-15 16:23pm
View
Thanks very much for your quick respose .
i red through those before also but iam finding difficuly in understanding the concept.
i am trying to figure out an answer for the below question .hope you can help me .
So what can i call a class which i created to transfer data between a Web API and client(application which consumes my web api) .. a data contract or DTo..
Please help
KK Kod
4-Sep-15 16:21pm
View
Deleted
Thanks very much for your quick respose .
i am trying to figure out an answer for the below question .hope you can help me .
So what can i call a class which i created to transfer data between a Web API and client(application which consumes my web api) .. a data contract or DTo..
Please help
KK Kod
20-Jul-15 11:55am
View
Worked for me !!! Thanks
KK Kod
6-May-15 12:02pm
View
Reason for my vote of 1 \n Confusing....
KK Kod
28-Aug-13 13:15pm
View
Reason for my vote of 3 \n good one..
KK Kod
23-Jun-13 1:16am
View
please post the ddl from your page source too
KK Kod
23-Jun-13 1:16am
View
Deleted
please post the ddl from your page source too
KK Kod
23-Jun-13 1:00am
View
please post the code behind and the event
KK Kod
1-Jun-13 11:37am
View
you have to use JavaScript to do this
KK Kod
29-May-13 3:00am
View
IS the schema of both grid view are same ..?
KK Kod
29-May-13 2:59am
View
IS that web service working fine...?
are you getting WSDL for the service ..?
Try Down load SOAPUI which is a free service testing tool which is free then test the service if its working fin e.
KK Kod
29-May-13 2:56am
View
Did you created proxy for the service ..if so how . using which tool ?
KK Kod
28-May-13 10:16am
View
Better go ahead and use a gif image over a div .and display the div on the particular event to perform the action after finishing the operation hide the div with the progress image
KK Kod
27-May-13 3:08am
View
Deleted
Try like
if(dt_degreess!=null)
{
ddldegree.DataSource = dt_degreess;
ddldegree.DataTextField = "degree_name";
ddldegree.DataValueField = "degree_id";
ddldegree.DataBind();
}
KK Kod
27-May-13 2:23am
View
i wanted to know that is that method returning data table with data or null
KK Kod
27-May-13 2:22am
View
check dt_degreess has got data using quick watch.whether your method BAL_Employee.bind_degree_by_faculty_id_test_tesdt(pdm); is returning null.
KK Kod
27-May-13 2:02am
View
In which line you are getting the error .. would you mind posting the stack trace .. so that we can diagnose properly .
KK Kod
23-May-13 4:00am
View
you can also youse some client side script and write calculation code in text change or on blur event of the second or final text box to do calculation and display in the answer text box .
the above method you adopted is good but a post back will happen for one simple calculation i think dont let that happen.
KK Kod
23-May-13 3:54am
View
Better option is to go with JQuery ,you can dynamically draw divs in your page
KK Kod
23-May-13 3:42am
View
you mean the concept written in the book by Jeffrey Richter...?
KK Kod
23-May-13 0:36am
View
Did you used JQuery in your application ..? if so please go ahead and use jquery ajax on text change event of the text box to update the db with hep of a ashx handler.or else you will get the value with out any complication on post back
KK Kod
22-May-13 23:20pm
View
Could you please provide details on how effectively can we use and how to write complex queries in this . i found that we have to use Queries as command parameters ,if i want to do complex joins and all how can we write the query with out proper formatting.it would look clumsy code right ..?
KK Kod
22-May-13 23:16pm
View
i dosent mean that ,why MS not promoting using this feature in 4.0 .. :)
Show More