
RUWANITHANU.CO.NR
Home - Ruwani PereraI am Ruwani perera a Sri lankan freelance web and software developer who Creating customized websites and software solutions
http://ruwanithanu.co.nr/
I am Ruwani perera a Sri lankan freelance web and software developer who Creating customized websites and software solutions
http://ruwanithanu.co.nr/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
20
SITE IP
208.100.40.202
LOAD TIME
0.156 sec
SCORE
6.2
Home - Ruwani Perera | ruwanithanu.co.nr Reviews
https://ruwanithanu.co.nr
I am Ruwani perera a Sri lankan freelance web and software developer who Creating customized websites and software solutions
Technology: K's in vNext
http://ruwanithanu.blogspot.com/2015/04/ks-in-vnext.html
Friday, April 10, 2015. MVC6 is know as vNext. The goal is to create a lean and composable .NET stack for building modern cloud-based apps. VNext name bind up with 3 K components. So we will have a quick overview about K-world. ASPNET vNext comes with a new runtime environment called KRE. Besides KRE that runs ASP.NET vNext applications there are also tools for managing KRE versions and NuGet packages that application uses. K has three components:. Open a command prompt with Run as administrator. Exit th...
Technology: April 2015
http://ruwanithanu.blogspot.com/2015_04_01_archive.html
Friday, April 10, 2015. MVC6 is know as vNext. The goal is to create a lean and composable .NET stack for building modern cloud-based apps. VNext name bind up with 3 K components. So we will have a quick overview about K-world. ASPNET vNext comes with a new runtime environment called KRE. Besides KRE that runs ASP.NET vNext applications there are also tools for managing KRE versions and NuGet packages that application uses. K has three components:. Open a command prompt with Run as administrator. Exit th...
Technology: February 2015
http://ruwanithanu.blogspot.com/2015_02_01_archive.html
Tuesday, February 17, 2015. Are u Aware of Security? Security Awareness for .Net Developers. I wanted to share with you what I have learn form MS Tech Ed 2015. No language can prevent insecure code, although there are language features which could aid or hinder a security-conscious developer.". This article give some tips and tricks of secure a applications, understand security threat, tools and others. Due to an improper restriction by the affected software on the path used for loading external binaries.
Technology: June 2014
http://ruwanithanu.blogspot.com/2014_06_01_archive.html
Wednesday, June 18, 2014. Little about MVC versions. MVC is a new Framework to develop web application. It helps to. Implements the MVC pattern which helps to provides separation of. Code and also provide better support for test-driven development. AspNet MVC is a lightweight and highly testable open source. Framework for building highly scalable and well designed web. Here is the little about version history of ASP.NET MVC. Released on Mar 13, 2009. MVC Pattern architecture with WebForm Engine. Runs on ...
Technology: March 2014
http://ruwanithanu.blogspot.com/2014_03_01_archive.html
Thursday, March 13, 2014. Import Excel to SQL DB quiet simple. As POC I have done a simple project to Import Excel data to SQL Table. It 's quiet simple and easy. I have tried to Import Excel in 3 different ways to identify which one is most effective way. I have came across these scenarios:. Using .Net OleDbCommand. Actually, effectiveness depends on the Data Load. For the Bulk and the complex data I am recommending you to go with SSIS. Let's brief one by one. Using .Net OleDbCommand. Here data read fro...
Technology: March 2016
http://ruwanithanu.blogspot.com/2016_03_01_archive.html
Wednesday, March 23, 2016. C#6 comes with new features. Final version of C# 6 having been released, with couple of new features. Static qualifiers can be use as a namespace reference. Ability property inline initialization rather that and initialized through constructor. Cleaner way to initialize the Dictionary and. Handling exception with less codes. Expression Bodied Function and Property. Functions and properties in lambda expressions save you from defining function and property statement block.
Technology: February 2014
http://ruwanithanu.blogspot.com/2014_02_01_archive.html
Monday, February 24, 2014. Update EF when Model First. Now most of us familiar with Code First in .net MVC. But in here what I am trying to explain is How to Update the Entity Framework when using Mode First in MVC. Although Code First is the latest trend, some applications still depends on Model first. Below steps are quick guide to follow up to Update EF. Double Click and Open edmx and then Click Model Browser. Once you want to add / update tables and sps,. Click Get Column Info : If no any Click OK.
Technology: C#6 comes with new features..
http://ruwanithanu.blogspot.com/2016/03/c6-comes-with-new-features.html
Wednesday, March 23, 2016. C#6 comes with new features. Final version of C# 6 having been released, with couple of new features. Static qualifiers can be use as a namespace reference. Ability property inline initialization rather that and initialized through constructor. Cleaner way to initialize the Dictionary and. Handling exception with less codes. Expression Bodied Function and Property. Functions and properties in lambda expressions save you from defining function and property statement block.
Technology: Why AngularJS awesome...?
http://ruwanithanu.blogspot.com/2015/06/why-angularjs-awesome.html
Wednesday, June 17, 2015. AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code. Angular is client-side MVC framework, it extends HTML with new attributes. it's perfect for Single Page Applications (SPAs). Initialize AngularJS application variables. We can use data-ng-.
Technology: Optimize code using Threading
http://ruwanithanu.blogspot.com/2016/11/optimize-code-using-threading.html
Thursday, July 7, 2016. Optimize code using Threading. Threading is quite helpful to optimize the performance of programming. Processor given sometimes to execute one function and then other function parallel. When want to block the current thread. This help to run as individual thread. When want only to delay the current thread without blocking. This help to run multiple thread at once. Thread will keep on running even though the main application is quit. All the thread die if the main application quit.
TOTAL LINKS TO THIS WEBSITE
20
Ruwanim's Blog | Just another WordPress.com weblog
WSO2ESB Front-end Back-end Seperation Scenario. January 29, 2010 @ 4:27 am. 183; { Uncategorized. The idea behind front-end back end seperation is, having esb server in back-end esb and management console in front-end esb. Simply it is a replacement of back-end esb management console with front-end esb management console. 1 Take 2 ESBs'(one for front-end and the other one for back-end). 2 The special thing we have to do is with conf/carbon.xml of both front-end and back-end. Change,. TransportReceiver na...
ruwanindikaprasanna.blogspot.com
Ruwan's techno Blog
Wednesday, April 22, 2015. Broadcast and Multicast analysis using Wireshark. I have been looking for a way to analyse a packet capture and provide a visual representation to show how much multicast and how much broadcast is in a capture compared to unicast. There are commercially available software to do this kind of analysis but those are not cheap. Playing around with tools in Wireshark I found that IO graph can show this analysis in a graph,. IPv4 multicast filter : eth.dst[0] = 0x01. Ekahau NIC-300 -...
Home
Technology
Thursday, July 7, 2016. Optimize code using Threading. Threading is quite helpful to optimize the performance of programming. Processor given sometimes to execute one function and then other function parallel. When want to block the current thread. This help to run as individual thread. When want only to delay the current thread without blocking. This help to run multiple thread at once. Thread will keep on running even though the main application is quit. All the thread die if the main application quit.
Home - Ruwani Perera
Home - Ruwani Perera. I am Ruwani perera a Sri lankan freelance web and software developer who Creating customized websites and software solutions. To visit Home - Ruwani Perera.
Ruwan Jayaratne
Freelance Web Designer in Sri lanka | Freelancer in Sri lanka | Web Designer in Sri lanka | Ruwan Kumara De Silva | Ruwan De Silva.
W M J fernando. Premasiri Khemadasa is the leading composer of serious contemporary music in Sri Lankan history. Tissa Central College, is one of the leading schools in Kalutara and Sri Lanka has produced many popular figures including high rankers of chosen careers. Missy Jay Clicks is a professional photographer and head over heels in love with photography. WMJ Fernando and Company. WMJ Fernando and Co. has commenced the business as importers of Plywood Sheets in the year 1959. We are capable of delive...
Just so Ill remember
Just so Ill remember. Just another WordPress weblog. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
Personal website of Ruwan Prasanna | www.RuwanPrasanna.com
Personal website of Ruwan Prasanna. Visit www.RuwanPrasanna.com for more.
ruwanprasdbandula.wordpress.com
ruwanprasdbandula
Apologies, but no results were found. Perhaps searching will help find a related post. The Twenty Twelve Theme. Blog at WordPress.com. Create a free website or blog at WordPress.com. The Twenty Twelve Theme. Follow “ruwanprasdbandula”. Get every new post delivered to your Inbox. Build a website with WordPress.com. Add your thoughts here. (optional).