Quantcast
Channel: DEVELOP WITH US » Suraj Adhikari
Browsing latest articles
Browse All 7 View Live

Generating Random password in c#

private static string GetRandomPassword(int length,ref string returnPassword) { //the random character is choosen from the character set below char[] chars =...

View Article



MSSql server function to split string with given character

The function will split a string with respect to the character provided For example we have a string ‘ram,shyam,hari,gopal’ and we need to split it with comma Then we need to call...

View Article

Setting up the font for UITextView

The following code set the size and fontname for a UITextView Replace self.txtView with your UITextView, FONTNAME with required fontname and XX with required size self.txtView.font = [UIFont...

View Article

http post in c#

The function performs http post in c# the request is sent to the locaiton specified in the url and the data to be posted is provided in postData private static string HttpPost(string url, string...

View Article

Cloud Computing

In cloud computing application instead of being installed in PC are installed in remote virtual machines in large data centers and accessed via internet. This approach provide better maintainability,...

View Article


Windows Azure

Windows Azure is cloud computing platform provided by Microsoft. With some instruction to the fabric controller in the windows azure our application can get deployed to the remote data centers or the...

View Article

Web role and worker role in windows azure

Web role communicate with the outside world via internet. It is a client-side part and ofter has user interface. A Worker role is operates in the background. It performs task like processing business...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images