
Search In
Action Result And Return Type In ASP.NET MVC
An ActionResult is return type of method/action defined in a controller. ActionResult is a class defined in namespace System.Web.Mvc. Result returned by action/method is called action result. We can retu
Neither of the doses of Septilin changed weight gain, downright lymphocyte matters, or host resistance versus E. amoxicillin coli blood poisoning. The rate of death due to hepatocellular cancer in the United States has not altered throughout the las
I'm using oracle 19c database character set AR8MSWIN1256 ON WINDOWS I have used UTL_HTTP to get a soap response but I am getting invalid characters also i have switched to AMERICAN_AMERICA.AL32UTF8on another database but with no lu
This is an introductory post on how to use the async and await keywords in C# to create asynchronous background tasks. It is a common practice to use multi-threading and asynchronous tasks to avoid performance bottlenecks and to keep the applicat
In this blog we see how to convert byte array to string using following methods:
1. Convert byte array to string using Convert.ToBase64String
This method is used to convert the specified byte array to its corresponding string format which is encode
I have created a restful web service using this tutorial http://www.tutecentral.com/restful-api-for-android-part-1/
after running this i got an auto generated java file which contains the following code
public class RestAPI {
private final String
Hi Friends,
As we all know rails works on MVC Architecture, where the controllers acts as the receiver of the requests and sends the response back to the requester. There are actually 3 ways a controller can send a response :
a) render: It sends a
Previous Git Blogs
Intialize git repostiory
First Commit
Two tree architecture and Three tree architecture
Best basic practices for writing commit messages
Viewing the commit logs
Git Basic WorkFlow
Git SHA-1
Git maintains a reference variab
HTTP Error 404.2 - Not Found, The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server
Sometimes, we get Error 404.2 which means that there is no mapping handler found for the request, whi
If you want to allows and send smses in OpenERP(Odoo) follow the below mentioned steps:
Step-1Install Entity SMS module.
Step-2 After that we have to customised Entity SMS module.
In below example, I have custmozied .py file. You can directly copy