开发者

Req google appengine collabarate in asp.net project

开发者 https://www.devze.com 2022-12-24 11:00 出处:网络
I want to send email with the help开发者_运维技巧 of Google app engine I have project in asp.net

I want to send email with the help开发者_运维技巧 of Google app engine I have project in asp.net and my skills are .net only so, please help Regards, Sachin


Personally I would just bite the bullet and learn python. It is a fun language to learn and very refreshing and it will give you a lot of new ideas to use when you go back to your.net.

Python is so easy, especially if your coming from a .net angle. I picked up most of the stuff in about a week. Its one of the reasons I rate it. Also it does come with a very hefty library that is comparable to .net.

The environment is a very lean too. I do nearly all my code using IDLE (IDE). The only place where it really does suck is when doing graphical front ends, but since your doing webby type apps from the sound of it, just do the usual separation of concerns and you won't go wrong.

Will stop gushing now, I sound like one of those technical evangelical types that I see and mock.


Google App Engine supports only Java or Python, so you'll need to write your email-sending code using the GAE API. You could write it in such a way that it takes some GET variables, so you could call it from your existing ASP.NET project.

Take a look at these:

GAE Docs

GAE Python Mail API

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号