Skip to main content

Home/ Coders/ Group items tagged dotnet

Rss Feed Group items tagged

trimantra

Asp.net Application Development Company - 0 views

  •  
    Trimantra have an expert team of Dedicated Dotnet developer who Provides the best Dotnet solutions like Dot net Application Development,Custom Software Development,Social Media Application,Inventory Management System etc.Please feel free to contact us if you are looking to hire Dotnet expert developer or seeking any kind of Dotnet development.
  •  
    Trimantra have an expert team of Dedicated Dotnet developer who Provides the best Dotnet solutions like Dot net Application Development,Custom Software Development,Social Media Application,Inventory Management System etc.Please feel free to contact us if you are looking to hire Dotnet expert developer or seeking any kind of Dotnet development.
Mike More

How to Build a Twitter Backup App in DotNet - 4 views

  •  
    Since Twitter only allows us to pull your last 3200 Tweets, people are using many online services to archive their Tweets. However, if you are interested to do it yourself in .Net, this tutorial would be a good kickstart.
Joel Bennett

Deriving from WebClient to handle persisting cookies for login - 0 views

  • Then just use the ExWebClient class to make your requests;
  • Public Class CookieWebClient : Inherits WebClient ' overridden to add cookie headers to http requests. Protected Overrides Function GetWebRequest(ByVal address As System.Uri) As System.Net.WebRequest Dim request As WebRequest = MyBase.GetWebRequest(address) If TypeOf request Is HttpWebRequest Then DirectCast(request, HttpWebRequest).CookieContainer = _cookies End If Return request End Function ' overridden to save cookies to the container for http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function ' overridden to save cookies to the container for async http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest, ByVal result As System.IAsyncResult) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request, result) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function Private Shared _cookies As CookieContainer = New CookieContainer End Class
David Rietz

Hands On Lab: Introduction to WF4 - 1 views

  •  
    Welcome to Windows Workflow Foundation 4 (WF) Microsoft's programming model, engine and tools for quickly building workflow-enabled applications. This release of WF in .NET Framework 4 changes several development paradigms from previous versions. Workflows are now easier to create, execute, and maintain.
Rodolfo Arce

Edit, Compile and Debug .NET on Linux using VS Code - RHD Blog - 0 views

  •  
    Introducción a compilar y debuggear con .Net Core en Linux con VS Code
Fabien Cadet

JVM Minimal Survival Guide - Hadi Hariri - 5 views

  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
Hostforlife Hosting

How to Use ASP.NET and C# to Send Email with Template - 1 views

  •  
    When bulding professional web applications, there can be so many emails to be sent to users and writing the templates for each of this email inside code is not a good move. Here we can use email templates.
Hostforlife Hosting

Best Regular Expressions to Validate Email Address - 1 views

  •  
    Here we are going to design a regular expression pattern to validate email address which will check to make sure an e-mail address is a valid address, and in proper format means containing an username, at sign (@), and valid hostname.
David Rietz

ASP.NET 4.0 Anwendung vorkompilieren und deployen in MSBuild - 0 views

  •  
    Wenn man ASP.NET Webanwendungen entwickelt, ist man schnell an einem Punkt wo man die Anwendung automatisiert vorkompilieren und im IIS bereitstellen möchte. Mit MSBuild ist diese Aufgabe recht schnell gelöst, denn man kann den AspNetCompiler-Task für diese Aufgabe verwenden.
Joel Bennett

.NET Book Zero by Charles Petzold - 1 views

  •  
    Charles Petzold's free .Net Book Zero is a great introduction to .Net and C# for the C/C++ programmer ... if you're a Windows programmer who's been curious about C# but haven't known where to start, this is where.
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
Denis Gobo

VB.Net: Single Instance application the better way - 0 views

  •  
    A better way to create a single instance application
Joel Bennett

Actipro CodeHighlighter for ASP.NET - 0 views

  •  
    Freeware Code Syntax-Highlighter ASP.NET Web Control
Denis Gobo

Ordering directories by creation date using LINQ - 0 views

  •  
    Ordering directories by creation date using LINQ
Joel Bennett

The 30 Minute (.Net) Regex Tutorial - CodeProject - 0 views

  •  
    A guide to getting started with regular expressions in .Net for begginers all the way through named captures, backreferencing, and lookaround. Barely mentions balancing matches -- which are one of the best features of .Net regex ... but otherwise very good.
Joel Bennett

Snippet Compiler - Sliver.com - 0 views

  •  
    The Snippet Compiler lets you easily test short bits of code...
1 - 20 of 22 Next ›
Showing 20 items per page